Age | Commit message (Expand) | Author |
2013-05-02 | 1.4.21.4.2 | Alon Zakai |
2013-05-02 | update test_structbyval | Alon Zakai |
2013-05-02 | fix test_runtimelink | Alon Zakai |
2013-05-02 | fix sanity.test_emcc | Alon Zakai |
2013-05-02 | fix test_firstrun | Alon Zakai |
2013-05-02 | guard against exceptions in connect(), which can happen due to e.g. security ... | 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-02 | use full alignment in varargs | Alon Zakai |
2013-05-02 | use 64-bit alignment for double writes in le32 | Alon Zakai |
2013-05-02 | fix SDL.keyboardState size to add safe buffer zone | Alon Zakai |
2013-05-01 | remove unneeded corrections in unrolled memcpy | Alon Zakai |
2013-05-01 | fix alignment detection in asm for makeCopyValues, strip corrections before c... | Alon Zakai |
2013-05-01 | optimize client attribute storage | Alon Zakai |
2013-05-01 | capture clientAttributes to a local | Alon Zakai |
2013-05-01 | only recommend jcache with -g | Alon Zakai |
2013-05-01 | TODO | Alon Zakai |
2013-05-01 | unpress keys when losing focus | Alon Zakai |
2013-05-01 | missing GL sigs | Alon Zakai |
2013-05-01 | preparation for key releasing when losing focus in SDL | Alon Zakai |
2013-05-01 | Merge pull request #1117 from rib/wip/cogl | Alon Zakai |
2013-05-01 | Merge pull request #1098 from LCID-Fire/wrapper_exit_code_fix | 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 | check for need to clear cache even in EMCC_DEBUG=1 mode, which forces sanity ... | 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 | fix varargs | 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 | lots of SDL_GL_GetProcAddress fixes | Robert Bragg |
2013-04-30 | look for python2 before python for default .emscripten | Robert Bragg |
2013-04-30 | switch back to x86 target in preparation to merge to incoming | Alon Zakai |
2013-04-30 | store target in sanity file, so changing it causes the cache to be flushed | Alon Zakai |
2013-04-30 | Merge pull request #1116 from waywardmonkeys/use-isfinite | 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 | make sure to align unnamed globals | 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 | error on undefined symbols in js configure-ing | Alon Zakai |
2013-04-29 | make lua test build from source | Alon Zakai |
2013-04-29 | update emscripten_jcache_printf | Alon Zakai |
2013-04-29 | disable test_dlmalloc_partial_2 with CHECK_HEAP_ALIGN, like SAFE_HEAP | Alon Zakai |
2013-04-29 | fix stackAlloc in asm for le32 | Alon Zakai |
2013-04-29 | speed up corruption checker | 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 |