aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-09use a local variable for varargs temp stack positionAlon Zakai
2013-08-09print from exit(), so that explicitly calling it prints out the exit statusAlon Zakai
2013-08-09--js-opts option to turn off js optimizerAlon Zakai
2013-08-09Merge pull request #1489 from inolen/exit_status_fixesAlon Zakai
exit status fixes
2013-08-09use instanceof operator for detecting ExitStatus throwAnthony Pesch
2013-08-09make range testing more flexible in test_outlineAlon Zakai
2013-08-09 - always throw an exception in exitAnthony Pesch
- remove default exit status prints - added EXITSTATUS global to enable exit callbacks to determine the status
2013-08-09Merge pull request #1488 from waywardmonkeys/errno-definitionsAlon Zakai
Errno definitions
2013-08-09Merge pull request #1486 from waywardmonkeys/another-signal-h-fixAlon Zakai
Another signal.h fix
2013-08-09Merge pull request #1487 from waywardmonkeys/fix-typosAlon Zakai
Fix typos
2013-08-09Merge pull request #1490 from juj/incomingAlon Zakai
Fix file packager on Windows.
2013-08-09document browser sockets test runner optionAlon Zakai
2013-08-09Merge pull request #1477 from inolen/websocket_testsAlon Zakai
misc socket-related library fixes and updated websocket tests
2013-08-09Fix file packager to generate a virtual filesystem with '/' as path ↵Jukka Jylänki
separators when the host is Windows.
2013-08-09Use cDefine to get numerical values for errors.Bruce Mitchener
2013-08-09Fix some typos.Bruce Mitchener
2013-08-09Another fix for including signal.hBruce Mitchener
This is needed to work with musl includes.
2013-08-08Merge pull request #1480 from waywardmonkeys/update-libcxx-part-20Alon Zakai
Update libcxx
2013-08-091.5.51.5.5Bruce Mitchener
2013-08-09Update libcxx to revision 187959, 2013-08-08.Bruce Mitchener
2013-08-08fix typoAlon Zakai
2013-08-081.5.41.5.4Alon Zakai
2013-08-08collect malloc defaults for emscripten, and do not try to trimAlon Zakai
2013-08-08converted Object.defineProperty calls to use Object.defineProperties in ↵Anthony Pesch
order to make closure happy
2013-08-08Refactor a dictionary comprehension for Python 2.6 compatibility.Nick Bray
2013-08-08Improve the generation of ~/.emscripten on Windows.Nick Bray
2013-08-08Allow 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-08metadata parsing tweaksAlon Zakai
Modified by ncbray to simultaniously support LLVM 3.2 and 3.3.
2013-08-08make dce check flexibleAlon Zakai
2013-08-08remove nocapture in aligned byvalAlon Zakai
2013-08-08ignore nocapture parametersAlon Zakai
2013-08-08ignore llvm 3.3 attributesAlon Zakai
2013-08-08generate static linking invokes in the prelude; fixes #1468Alon Zakai
2013-08-08Merge pull request #1470 from inolen/preload_path_fixesAlon Zakai
file preload path fixes
2013-08-08Merge pull request #1484 from juj/browser_image_decoding_checkAlon Zakai
Fix --preload-file on image files on Opera.
2013-08-08disable test_fcvt in s_0_xAlon Zakai
2013-08-08Merge pull request #1473 from juj/wno-warn-absolute-pathsAlon Zakai
Wno warn absolute paths
2013-08-08Merge pull request #1403 from imvu/scons-updates-pull-requestAlon Zakai
Bring SCons integration up to date with latest incoming and fix some SCons build reliability issues and races
2013-08-08Merge pull request #1467 from abergmeier/extend_versionsAlon Zakai
Extend use of LLVM_ADD_VERSION and CLANG_ADD_VERSION
2013-08-08support input and output vars in inline jsAlon Zakai
2013-08-08Merge pull request #1483 from juj/graceful_gl_failAlon Zakai
Graceful gl fail
2013-08-08If 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-08Do 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-08fix AF_INET6 value in settings.jsAlon Zakai
2013-08-08Merge branch 'link_exports' of github.com:ncbray/emscripten into incomingAlon Zakai
2013-08-08Add Nick Bray to authors.Nick Bray
2013-08-08Added FS deps to socket-related library functionsAnthony Pesch
2013-08-08Document -Wno-warn-absolute-paths for emcc --help.Jukka Jylänki
2013-08-07 - parameterized sdl_image.c to support different path variationsAnthony Pesch
- converted sdl_image_jpeg to using sdl_image.c
2013-08-07Merge pull request #1446 from yukoba/network-constantsAlon Zakai
Added constants to network headers.