Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-14 | dynamically determine relooper heap size using RELOOPER_BUFFER_SIZE1.5.9 | Alon Zakai | |
2013-09-13 | Merge pull request #1620 from waywardmonkeys/remove-cxx-mangled-catgets | Alon Zakai | |
Remove cxx mangled catgets / catopen / catclose. | |||
2013-09-14 | Remove C++ mangled catgets / catopen / catclose. | Bruce Mitchener | |
In the old headers, these were not extern "C", so they would show up mangled when built for C++. This is no longer the case with the new libc headers. | |||
2013-09-13 | tolerate SDL_Delay in workers | Alon Zakai | |
2013-09-13 | RELOOPER_BUFFER_SIZE to change the relooper buffer size easily1.5.8 | Alon Zakai | |
2013-09-13 | refactor memory initializer code to use run dependenciesfailure | Alon Zakai | |
2013-09-13 | emscripten_async_load_script | Alon Zakai | |
2013-09-13 | clear dependenciesFulfilled after use | Alon Zakai | |
2013-09-13 | refactor code to handle when run dependencies reach 0 | Alon Zakai | |
2013-09-13 | remove unneeded var | Alon Zakai | |
2013-09-13 | second enet fix to handle musl headers in emscripten | Alon Zakai | |
2013-09-13 | Merge pull request #1615 from waywardmonkeys/fix-preprocessor-usage | Alon Zakai | |
Fix using emcc -E. | |||
2013-09-13 | Merge pull request #1616 from waywardmonkeys/typo-fix | Alon Zakai | |
Typo fix. | |||
2013-09-13 | Merge pull request #1619 from waywardmonkeys/python-build-instructions | Alon Zakai | |
Python build instructions | |||
2013-09-13 | Add compat sys/socketvar.h | Bruce Mitchener | |
This is required by xmlvm's hysock which is needed for the benchmark.test_zzz_java_nbody test. | |||
2013-09-13 | Don't define _POSIX_SHARED_MEMORY_OBJECTS. | Bruce Mitchener | |
This isn't implemented, so don't define it. | |||
2013-09-13 | add some stubs for libc needed by libc++ | Alon Zakai | |
2013-09-13 | simplify other.test_llvm_nativizer to not rely on libc stuff | Alon Zakai | |
2013-09-13 | update sanity.test_jcache | Alon Zakai | |
2013-09-13 | headers readme | Alon Zakai | |
2013-09-13 | Don't define _POSIX_SHARED_MEMORY_OBJECTS. | Bruce Mitchener | |
This isn't implemented, so don't define it. | |||
2013-09-13 | Skip test_math unless using ta2 | Bruce Mitchener | |
isfinite and friends require ta2 with musl headers. | |||
2013-09-13 | Incorrect return type on a compat header. | Bruce Mitchener | |
This was exposed by the update to musl 0.9.13 which now has a prototype for this function. | |||
2013-09-13 | Update to musl-0.9.13 headers. | Bruce Mitchener | |
2013-09-13 | Correctly note musl provenance and differences. | Bruce Mitchener | |
2013-09-13 | Change various 64 bit typedefs over to 32 bit. | Bruce Mitchener | |
This also removes all of the changes that were needed for those typedefs to be 64 bit. | |||
2013-09-13 | gethostbyname_r update. | Bruce Mitchener | |
* gethostbyname_r is now the 6 arg version. * Make enet use the right code path (this should be upstreamed). * Add a compat header to make these declarations visible to all without extra compilation flags. | |||
2013-09-13 | Fix sockaddr struct definitions for musl. | Bruce Mitchener | |
2013-09-13 | Handle fpclassify and signbit for long double.fails | Bruce Mitchener | |
2013-09-13 | Emscripten requires different #s for stdio fds. | Bruce Mitchener | |
2013-09-13 | Bump version for new libc headers.1.5.7 | Bruce Mitchener | |
2013-09-13 | Provide better impl of __assert_fail(). | Bruce Mitchener | |
2013-09-13 | Fix fpclassify with musl libc headers. | Bruce Mitchener | |
musl defines __fpclassify, __fpclassifyf, __fpclassifyl while the old headers used __fpclassifyd for double rather than __fpclassify. | |||
2013-09-13 | Add __va_copy as a compat/stdarg.h | Bruce Mitchener | |
2013-09-13 | Fix time tests. | Bruce Mitchener | |
2013-09-13 | Fix other.test_embind & other.test_static_link. | Bruce Mitchener | |
2013-09-13 | Update to work with new libc headers. | Bruce Mitchener | |
2013-09-13 | Update libc headers to use musl headers. | Bruce Mitchener | |
2013-09-13 | Expand on the instructions for building Python. | Bruce Mitchener | |
2013-09-13 | Fix using emcc -E. | Bruce Mitchener | |
We don't want to pass this extra flag to emcc as it breaks when doing EMCONFIGURE_JS=1 emconfigure ./configure ... | |||
2013-09-12 | try to use console.log even in workers | Alon Zakai | |
2013-09-12 | do not switchify illegally-typed switches | Alon Zakai | |
2013-09-13 | Typo fix. | Bruce Mitchener | |
2013-09-12 | Module.logReadFiles option | Alon Zakai | |
2013-09-12 | update other.test_js_optimizer | Alon Zakai | |
2013-09-11 | abort registerize at the proper early time when we need to | Alon Zakai | |
2013-09-11 | we only allow 1 exported variable from inline js; #1613 | Alon Zakai | |
2013-09-11 | Merge pull request #1613 from juj/inline_asm_testcase | Alon Zakai | |
inline_asm_testcase | |||
2013-09-11 | disable registerize when seeing inline js in non-asm mode, as we do not ↵ | Alon Zakai | |
protect it from replacements there; fixes #1614 | |||
2013-09-11 | test FORCE_ALIGNED_MEMORY in bullet only in configure mode, not cmake | Alon Zakai | |