- 16 Apr, 2015 1 commit
-
-
Philipp A. Hartmann authored
According to the C/C++ standards, calling `memcpy(NULL, NULL, 0)` is undefined behaviour. Recent GCC versions may rely on this by optimizing NULL pointer checks more aggressively, see [1]. This patch tries to avoid calling std::memcpy with zero elements. As a side effect, explicitly return NULL when requesting an empty block from MemoryPoolAllocator::Malloc. This may be related to #301. [1] https://gcc.gnu.org/gcc-4.9/porting_to.html
-
- 14 Apr, 2015 3 commits
- 13 Apr, 2015 2 commits
- 12 Apr, 2015 2 commits
- 11 Apr, 2015 5 commits
- 10 Apr, 2015 18 commits
-
-
Milo Yip authored
Add -Wfloat-equal and fix all derived warnings
-
Milo Yip authored
fixed 'Unknown CMake command "find_package_handle_standard_args"'
-
Milo Yip authored
-
Danil Osherov authored
Added INCLUDE(FindPackageHandleStandardArgs) before using find_package_handle_standard_args().
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
Fix #289 negative zero roundtrip (double only)
-
Milo Yip authored
-
Milo Yip authored
Fix #288 double quote in unicode escape
-
Milo Yip authored
-
Milo Yip authored
-
- 08 Apr, 2015 3 commits
- 07 Apr, 2015 6 commits