Age | Commit message (Expand) | Author |
2013-05-07 | switch to le32 target by default1.4.3 | Alon Zakai |
2013-05-06 | auto-include malloc/free when SDL is used; fixes #1139 | Alon Zakai |
2013-05-06 | Merge pull request #1138 from sylvestre/incoming | Alon Zakai |
2013-05-06 | remove tests/cases/gepoverflow since it is too finicky with absolute pointers | Alon Zakai |
2013-05-05 | add test for sdl allocation, and warn when using stub malloc/free | Alon Zakai |
2013-05-05 | generalize customizeVTable to support asm | Alon Zakai |
2013-05-05 | update test_statics | Alon Zakai |
2013-05-04 | make memory management sane: 0 is null, then static including globals, then s... | Alon Zakai |
2013-05-04 | Remove more +x permissions on source or javascript files | Sylvestre Ledru |
2013-05-03 | Merge pull request #1126 from imvu/more_embind_updates | Alon Zakai |
2013-05-03 | Merge branch 'strcat-fix' of github.com:fairfieldt/emscripten into fairfieldt... | Alon Zakai |
2013-05-03 | Remove executable permissions on simple files | Sylvestre Ledru |
2013-05-03 | update tests | Alon Zakai |
2013-05-03 | fix some logging uses | Alon Zakai |
2013-05-02 | update test_structbyval | Alon Zakai |
2013-05-02 | Oops, fix a test leak. | Chad Austin |
2013-05-02 | Add a test for interface methods that return void. | Chad Austin |
2013-05-02 | Add a benchmark for calling from C++ into JS via interfaces | Chad Austin |
2013-05-02 | Add isAliasOf for seeing if two embind handles point to the same underlying o... | Chad Austin |
2013-05-02 | checkpoint object handle composition | Chad Austin |
2013-05-02 | Add a select_const for selecting the const method implementation if there are... | Chad Austin |
2013-05-02 | fix test_runtimelink | Alon Zakai |
2013-05-02 | fixes strcat so that it returns the correct value | Tom Fairfield |
2013-05-02 | fix sanity.test_emcc | Alon Zakai |
2013-05-02 | fix test_firstrun | Alon Zakai |
2013-05-02 | ensure floats in varargs | Alon Zakai |
2013-05-02 | check sanity later in test runner, so we can know env settings, and do not ne... | Alon Zakai |
2013-05-01 | unpress keys when losing focus | Alon Zakai |
2013-05-01 | require -g with jcache, fixes test_jcache | Alon Zakai |
2013-05-01 | Merge branch 'newtriple' into incoming | Alon Zakai |
2013-04-30 | fix benchmarks | Alon Zakai |
2013-04-30 | use target in test runner library cache | Alon Zakai |
2013-04-30 | fix le32 detection in test runner | Alon Zakai |
2013-04-30 | simplify compiler flags in test runner, now that we use emcc | Alon Zakai |
2013-04-30 | use emcc in test runner to compile to bitcode, to make sure it gets the targe... | Alon Zakai |
2013-04-30 | add support for changing the llvm target using EMCC_LLVM_TARGET in the env | Alon Zakai |
2013-04-30 | store target in sanity file, so changing it causes the cache to be flushed | Alon Zakai |
2013-04-30 | Use isfinite() instead of finite(). | Bruce Mitchener |
2013-04-29 | add glew test and some degree of support | Alon Zakai |
2013-04-29 | do not get confused by local vars that alias names of library functions, and ... | Alon Zakai |
2013-04-29 | add python le32 bitcode file + instructions | Alon Zakai |
2013-04-29 | make lua test build from source | Alon Zakai |
2013-04-29 | disable test_dlmalloc_partial_2 with CHECK_HEAP_ALIGN, like SAFE_HEAP | Alon Zakai |
2013-04-29 | disable test_lua in le32 | Alon Zakai |
2013-04-29 | align struct fields to 64-bit in le32 | Alon Zakai |
2013-04-29 | disable test_unaligned in le32 | Alon Zakai |
2013-04-29 | autofail test_unaligned | Alon Zakai |
2013-04-29 | add heap alignment checks to asm1 | Alon Zakai |
2013-04-29 | use fasta names | Alon Zakai |
2013-04-29 | add benchmark.test_fasta_double_full, with DOUBLE_MODE=1 | Alon Zakai |