Age | Commit message (Collapse) | Author |
|
|
|
|
|
Test for memmove
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Test for recv (partial)
|
|
|
|
Std
|
|
|
|
|
|
|
|
Variables live across a setjmp/lj must be volatile.
|
|
Gc improvements
|
|
|
|
on the command line.
|
|
inconsistently uses C++11 for Windows and C++03 for Linux if user did not specify -std= on the command line. Fixes other.test_embind and *.test_llvmswitch. Add unit tests that confirm that .cpp files are compiled with C++03 std by default.
|
|
default.
|
|
cause an error: case value evaluates to 4294967281, which cannot be narrowed to type 'int' [-Wc++11-narrowing] when compiled as C++11.
|
|
|
|
According to http://pubs.opengroup.org/onlinepubs/7908799/xsh/setjmp.html
among other places, the 'int x' here should be volatile so that it has
the correct value. Otherwise, the behavior will be indeterminate.
|
|
|
|
|
|
|
|
|
|
Add automation for sdl palette test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
as close as possible on 1 second for native in each one
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|