Age | Commit message (Collapse) | Author |
|
it; fixes #1492
|
|
|
|
|
|
|
|
exit status fixes
|
|
|
|
|
|
- remove default exit status prints
- added EXITSTATUS global to enable exit callbacks to determine the status
|
|
Errno definitions
|
|
Another signal.h fix
|
|
Fix typos
|
|
Fix file packager on Windows.
|
|
|
|
misc socket-related library fixes and updated websocket tests
|
|
separators when the host is Windows.
|
|
|
|
|
|
This is needed to work with musl includes.
|
|
Update libcxx
|
|
|
|
|
|
|
|
|
|
|
|
order to make closure happy
|
|
|
|
|
|
The main differences between PNaCl and standard Clang are that the tools are
prefixed with "pnacl-" instead of "llvm-" and PNaCl does not accept "-o=file"
style arguments, and requires them to be specified as "-o file".
|
|
Modified by ncbray to simultaniously support LLVM 3.2 and 3.3.
|
|
|
|
|
|
|
|
|
|
|
|
file preload path fixes
|
|
Fix --preload-file on image files on Opera.
|
|
|
|
Wno warn absolute paths
|
|
Bring SCons integration up to date with latest incoming and fix some SCons build reliability issues and races
|
|
Extend use of LLVM_ADD_VERSION and CLANG_ADD_VERSION
|
|
|
|
Graceful gl fail
|
|
EGL_NO_CONTEXT in eglCreateContext to allow the user to detect whether WebGL support is enabled in the browser or not.
|
|
window.URL or window.webkitURL objects. Fix the warning print to appear in that case on Opera/9.80 (Windows NT 6.1; WOW64) Presto/2.12.388 Version/12.16.
|
|
|
|
|
|
|
|
|
|
|
|
- converted sdl_image_jpeg to using sdl_image.c
|