Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-09 | use instanceof operator for detecting ExitStatus throw | Anthony Pesch | |
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-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. | |||
2013-08-07 | ensure test runner cache names are valid filenames | Alon Zakai | |
2013-08-07 | Merge pull request #1474 from waywardmonkeys/cvt-functions | Alon Zakai | |
Cvt functions | |||
2013-08-07 | Merge pull request #1475 from inolen/env_tidy | Alon Zakai | |
tidied up environment conditionals in shell | |||
2013-08-07 | fix test_inet4 | Alon Zakai | |
2013-08-07 | add missing return value in readdir_r | Alon Zakai | |
2013-08-07 | fix test_files_m | Alon Zakai | |
2013-08-07 | fix test_files | Alon Zakai | |
2013-08-07 | manually fill heap history in write targets of VFS.write|read into the heap | Alon Zakai | |
2013-08-07 | indentation fix | Alon Zakai | |
2013-08-07 | Merge pull request #1478 from inolen/function_spacing | Alon Zakai | |
updated bad function formatting | |||
2013-08-07 | fix static linker parsing bug | Alon Zakai | |
2013-08-07 | Merge pull request #1479 from j4m3z0r/fast_isspace | Alon Zakai | |
Workaround for Chrome bug https://code.google.com/p/chromium/issues/deta... | |||
2013-08-07 | Workaround for Chrome bug ↵ | James Gregory | |
https://code.google.com/p/chromium/issues/detail?id=269679 : switch statement I added in isspace to make it faster seemed to cause the whole function to be optimized away. Replace with simple range checks in conditional expression. | |||
2013-08-07 | updated bad function formatting | Anthony Pesch | |
2013-08-07 | Ensure the linker pulls in static libraries containing exported functions. | Nick Bray | |
Previously, an exported function contained in a library would not be found by the linker if the library did not contain symbols transitively reachable from main. | |||
2013-08-07 | tidied up environment conditionals | Anthony Pesch | |
2013-08-07 | Add fcvt, ecvt, gcvt functions. | Bruce Mitchener | |
2013-08-07 | Add -Wno-warn-absolute-paths cmdline option to allow hiding the absolute ↵ | Jukka Jylänki | |
-I/-L path warning for codebases that understand they are crosscompiling and aren't referring to native system headers. | |||
2013-08-07 | fix for test_sdl_image_compressed | Anthony Pesch | |
2013-08-06 | Updated test_sdl_image to more extensively test relative paths | Anthony Pesch | |
2013-08-06 | store preloaded images by their absolute path | Anthony Pesch | |