Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-29 | release 1.10.01.10.0 | Alon Zakai | |
2014-01-28 | disable asm2x86.test_exceptions_2 | Alon Zakai | |
2014-01-28 | run js opts for safe heap | Alon Zakai | |
2014-01-28 | fix fastcomp detection; fixes #2072 | Alon Zakai | |
2014-01-28 | rely on js opts to do safe heap for asm, to avoid duplicating logic for ↵ | Alon Zakai | |
proper asm ffi coercions | |||
2014-01-28 | fix find_bigis.py tool | Alon Zakai | |
2014-01-27 | EM_ASM_ variants that return a value but receive no inputs; fixes #2070 | Alon Zakai | |
2014-01-27 | comment | Alon Zakai | |
2014-01-27 | fix some safeHeap errors with the new exceptions code; fixes #2068 | Alon Zakai | |
2014-01-27 | add testcase with longjmp and c++ exception catching in the same function | Alon Zakai | |
2014-01-27 | improve mem init help text; fixes #2066 | Alon Zakai | |
2014-01-27 | finish precompiled headers test; fixes #2045 | Alon Zakai | |
2014-01-27 | silence poppler stdout output, so it is suitable as a benchmark | Alon Zakai | |
2014-01-26 | support precompiled headers; fixes #2045 | Alon Zakai | |
2014-01-26 | Merge pull request #2061 from inolen/openal_fix | Alon Zakai | |
fix variable name in alListenerfv | |||
2014-01-26 | fix variable name in alListenerfv | Anthony Pesch | |
2014-01-26 | Merge pull request #2042 from waywardmonkeys/exception-fixes | Alon Zakai | |
Start tracking exception data in a header. | |||
2014-01-26 | do not include library i64 stuff in side modules, it is in the parent; fixes ↵ | Alon Zakai | |
#2060 | |||
2014-01-26 | add responsive mode to box2d benchmark | Alon Zakai | |
2014-01-26 | Merge pull request #2056 from jamesu/openal_t2d_fixes | juj | |
Openal t2d fixes | |||
2014-01-25 | do more parallel work in js optimizer | Alon Zakai | |
2014-01-25 | improve sqlite benchmarking | Alon Zakai | |
2014-01-25 | improve box2d benchmarking | Alon Zakai | |
2014-01-25 | make emscripten_get_now work in native builds, because what is otherwise a ↵ | Alon Zakai | |
convenient way to just get timing info in ms using a simple libc call? | |||
2014-01-25 | Add get&set for source direction and cone values | James Urquhart | |
2014-01-25 | Use correct index for alIsBuffer | James Urquhart | |
2014-01-25 | Use correct error handling for new OpenAL functions | James Urquhart | |
2014-01-24 | Merge pull request #2057 from juj/relooper_linkage1.9.5 | Alon Zakai | |
Fix inconsistent linkage warnings from Visual Studio caused by mismatched dllexport specifiers. | |||
2014-01-25 | Bump version to 1.9.5 to cause relooper to rebuild after previous change. | Jukka Jylänki | |
2014-01-25 | Fix inconsistent linkage warnings from Visual Studio caused by mismatched ↵ | Jukka Jylänki | |
dllexport specifiers. Both definition and declaration need to have dllexport present, and added RELOOPERDLL_EXPORTS define to the .cpp file so it always sees the dllexport version instead of dllimport. | |||
2014-01-24 | spinner during startup; #2050 | Alon Zakai | |
2014-01-24 | Add myself to AUTHORS | James Urquhart | |
2014-01-24 | Implement alGetSourcefv | James Urquhart | |
2014-01-24 | Implement basic stub for alEnable & alDisable | James Urquhart | |
2014-01-24 | Implement alIsBuffer | James Urquhart | |
2014-01-24 | Implement listener gain & get functions for OpenAL | James Urquhart | |
2014-01-24 | Merge pull request #2035 from juj/html5_events1.9.4 | Alon Zakai | |
HTML5 Events API. | |||
2014-01-24 | Merge pull request #2052 from juj/test_float_literals | Alon Zakai | |
Add test for storing special float literals in source code. | |||
2014-01-24 | Add test for storing special float literals in source code. Currently fails ↵ | Jukka Jylänki | |
in fastcomp. | |||
2014-01-24 | Rename library_events to library_html5 and other suggested renamings. Add ↵ | Jukka Jylänki | |
better support for reporting EMSCRIPTEN_RESULT_NOT_SUPPORTED for unsupported features. | |||
2014-01-24 | Improve C++ exception handling. | Bruce Mitchener | |
We now allocate extra bytes before the exception data and use that, rather than globals, to store the exception type and destructor information. This is step one towards having multiple exceptions in flight at once. We also track what exceptions are currently being caught in a stack maintained in __cxa_begin_catch and __cxa_end_catch. This is used for ensuring that we handle nested exception catch blocks correctly. | |||
2014-01-23 | Merge pull request #2046 from rfk/rfk/registerize-harder-followups | Alon Zakai | |
Some follow-up fixes to registerizeHarder | |||
2014-01-23 | Merge pull request #2051 from inolen/invalidate_buffer_support | Alon Zakai | |
use correct bufferData method when passing a NULL pointer | |||
2014-01-23 | rename filePackageURL to filePackagePrefixURL | Alon Zakai | |
2014-01-23 | use correct bufferData method when passing a NULL pointer | Anthony Pesch | |
2014-01-23 | allow adding a custom prefix to file package downloads, so they can happen ↵ | Alon Zakai | |
from a different url; fixes #2049 | |||
2014-01-23 | export the runtime; fixes #2041 | Alon Zakai | |
2014-01-23 | better error reporting on errors in js libraries; fixes #2033 | Alon Zakai | |
2014-01-23 | Add TODO about more permissive label handling in registerizeHarder | Ryan Kelly | |
2014-01-23 | Simplify handling of switch statements in registerizeHarder. | Ryan Kelly | |
It now assumes they're of the very restricted for that's actually produced by emscripten, which both simplified the code and uncovered opportunities for further register reduction in a testcase. |