Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-09 | use a local variable for varargs temp stack position | Alon Zakai | |
2013-08-09 | print from exit(), so that explicitly calling it prints out the exit status | Alon Zakai | |
2013-08-09 | --js-opts option to turn off js optimizer | Alon Zakai | |
2013-08-09 | Merge pull request #1489 from inolen/exit_status_fixes | Alon Zakai | |
exit status fixes | |||
2013-08-09 | use instanceof operator for detecting ExitStatus throw | Anthony Pesch | |
2013-08-09 | make range testing more flexible in test_outline | Alon Zakai | |
2013-08-09 | - always throw an exception in exit | Anthony Pesch | |
- remove default exit status prints - added EXITSTATUS global to enable exit callbacks to determine the status | |||
2013-08-09 | Merge pull request #1488 from waywardmonkeys/errno-definitions | Alon Zakai | |
Errno definitions | |||
2013-08-09 | Merge pull request #1486 from waywardmonkeys/another-signal-h-fix | Alon Zakai | |
Another signal.h fix | |||
2013-08-09 | Merge pull request #1487 from waywardmonkeys/fix-typos | Alon Zakai | |
Fix typos | |||
2013-08-09 | Merge pull request #1490 from juj/incoming | Alon Zakai | |
Fix file packager on Windows. | |||
2013-08-09 | document browser sockets test runner option | Alon Zakai | |
2013-08-09 | Merge pull request #1477 from inolen/websocket_tests | Alon Zakai | |
misc socket-related library fixes and updated websocket tests | |||
2013-08-09 | Fix file packager to generate a virtual filesystem with '/' as path ↵ | Jukka Jylänki | |
separators when the host is Windows. | |||
2013-08-09 | Use cDefine to get numerical values for errors. | Bruce Mitchener | |
2013-08-09 | Fix some typos. | Bruce Mitchener | |
2013-08-09 | Another fix for including signal.h | Bruce Mitchener | |
This is needed to work with musl includes. | |||
2013-08-08 | Merge pull request #1480 from waywardmonkeys/update-libcxx-part-20 | Alon Zakai | |
Update libcxx | |||
2013-08-09 | 1.5.51.5.5 | Bruce Mitchener | |
2013-08-09 | Update libcxx to revision 187959, 2013-08-08. | Bruce Mitchener | |
2013-08-08 | fix typo | Alon Zakai | |
2013-08-08 | 1.5.41.5.4 | Alon Zakai | |
2013-08-08 | collect malloc defaults for emscripten, and do not try to trim | Alon Zakai | |
2013-08-08 | converted Object.defineProperty calls to use Object.defineProperties in ↵ | Anthony Pesch | |
order to make closure happy | |||
2013-08-08 | Refactor a dictionary comprehension for Python 2.6 compatibility. | Nick Bray | |
2013-08-08 | Improve the generation of ~/.emscripten on Windows. | Nick Bray | |
2013-08-08 | Allow the PNaCl toolchain to be used in place of a standard version of Clang. | Nick Bray | |
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". | |||
2013-08-08 | metadata parsing tweaks | Alon Zakai | |
Modified by ncbray to simultaniously support LLVM 3.2 and 3.3. | |||
2013-08-08 | make dce check flexible | Alon Zakai | |
2013-08-08 | remove nocapture in aligned byval | Alon Zakai | |
2013-08-08 | ignore nocapture parameters | Alon Zakai | |
2013-08-08 | ignore llvm 3.3 attributes | Alon Zakai | |
2013-08-08 | generate static linking invokes in the prelude; fixes #1468 | Alon Zakai | |
2013-08-08 | Merge pull request #1470 from inolen/preload_path_fixes | Alon Zakai | |
file preload path fixes | |||
2013-08-08 | Merge pull request #1484 from juj/browser_image_decoding_check | Alon Zakai | |
Fix --preload-file on image files on Opera. | |||
2013-08-08 | disable test_fcvt in s_0_x | Alon Zakai | |
2013-08-08 | Merge pull request #1473 from juj/wno-warn-absolute-paths | Alon Zakai | |
Wno warn absolute paths | |||
2013-08-08 | Merge pull request #1403 from imvu/scons-updates-pull-request | Alon Zakai | |
Bring SCons integration up to date with latest incoming and fix some SCons build reliability issues and races | |||
2013-08-08 | Merge pull request #1467 from abergmeier/extend_versions | Alon Zakai | |
Extend use of LLVM_ADD_VERSION and CLANG_ADD_VERSION | |||
2013-08-08 | support input and output vars in inline js | Alon Zakai | |
2013-08-08 | Merge pull request #1483 from juj/graceful_gl_fail | Alon Zakai | |
Graceful gl fail | |||
2013-08-08 | If WebGL context creation fails, return 0 in glutCreateWindow and ↵ | Jukka Jylänki | |
EGL_NO_CONTEXT in eglCreateContext to allow the user to detect whether WebGL support is enabled in the browser or not. | |||
2013-08-08 | Do not attempt browser image decoding if the browser does not have the ↵ | Jukka Jylänki | |
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. | |||
2013-08-08 | fix AF_INET6 value in settings.js | Alon Zakai | |
2013-08-08 | Merge branch 'link_exports' of github.com:ncbray/emscripten into incoming | Alon Zakai | |
2013-08-08 | Add Nick Bray to authors. | Nick Bray | |
2013-08-08 | Added FS deps to socket-related library functions | Anthony Pesch | |
2013-08-08 | Document -Wno-warn-absolute-paths for emcc --help. | Jukka Jylänki | |
2013-08-07 | - parameterized sdl_image.c to support different path variations | Anthony Pesch | |
- converted sdl_image_jpeg to using sdl_image.c | |||
2013-08-07 | Merge pull request #1446 from yukoba/network-constants | Alon Zakai | |
Added constants to network headers. |