| Age | Commit message (Collapse) | Author |
|
The issue is that when these macros are defined, libcxx
creates inline functions and so we end up with 2 separate
defintions of these functions (one inline in std and one
that is extern "C").
We undef these until libcxx is fixed. Without this,
some things can fail to compile correctly, like
Boost. Fixes issue #1716.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
floats as well
|
|
|
|
|
|
look like doubles
|
|
float/double in them
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added a ChangeLog.
|
|
|
|
|
|
they are enabled or disabled
|
|
|
|
|
|
|
|
load times
|
|
|
|
SDL_SetVideoMode(0,0, ...)
|
|
|
|
|
|
|
|
the <canvas> was in, and not try to resize the canvas to 0x0 pixels. Derive a new test for that from sdl_ogl.c. Fixes #1059.
|
|
|
|
Fix nodefs windows
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Otherwise these would be 'undefined', which later in unit tests would throw an error in SAFE_HEAP_STORE. Fixes o1.test_unistd_truncate.
|
|
be able to start network access as early as possible
|
|
|