aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-021.4.21.4.2Alon Zakai
2013-05-02update test_structbyvalAlon Zakai
2013-05-02fix test_runtimelinkAlon Zakai
2013-05-02fix sanity.test_emccAlon Zakai
2013-05-02fix test_firstrunAlon Zakai
2013-05-02guard against exceptions in connect(), which can happen due to e.g. security ↵Alon Zakai
violations for websockets
2013-05-02ensure floats in varargsAlon Zakai
2013-05-02check sanity later in test runner, so we can know env settings, and do not ↵Alon Zakai
needless tear down le32 stuff
2013-05-02use full alignment in varargsAlon Zakai
2013-05-02use 64-bit alignment for double writes in le32Alon Zakai
2013-05-02fix SDL.keyboardState size to add safe buffer zoneAlon Zakai
2013-05-01remove unneeded corrections in unrolled memcpyAlon Zakai
2013-05-01fix alignment detection in asm for makeCopyValues, strip corrections before ↵Alon Zakai
calculating
2013-05-01optimize client attribute storageAlon Zakai
2013-05-01capture clientAttributes to a localAlon Zakai
2013-05-01only recommend jcache with -gAlon Zakai
2013-05-01TODOAlon Zakai
2013-05-01unpress keys when losing focusAlon Zakai
2013-05-01missing GL sigsAlon Zakai
2013-05-01preparation for key releasing when losing focus in SDLAlon Zakai
2013-05-01Merge pull request #1117 from rib/wip/coglAlon Zakai
Enable simple Cogl based apps by fixing some SDL_GL_GetProcAddress issues
2013-05-01Merge pull request #1098 from LCID-Fire/wrapper_exit_code_fixAlon Zakai
Build wrapper exit code fix
2013-05-01require -g with jcache, fixes test_jcacheAlon Zakai
2013-05-01Merge branch 'newtriple' into incomingAlon Zakai
2013-04-30check for need to clear cache even in EMCC_DEBUG=1 mode, which forces sanity ↵Alon Zakai
checks
2013-04-30fix benchmarksAlon Zakai
2013-04-30use target in test runner library cacheAlon Zakai
2013-04-30fix le32 detection in test runnerAlon Zakai
2013-04-30simplify compiler flags in test runner, now that we use emccAlon Zakai
2013-04-30fix varargsAlon Zakai
2013-04-30use emcc in test runner to compile to bitcode, to make sure it gets the ↵Alon Zakai
target right
2013-04-30add support for changing the llvm target using EMCC_LLVM_TARGET in the envAlon Zakai
2013-04-30lots of SDL_GL_GetProcAddress fixesRobert Bragg
These fixes are enough to enable us to start running Cogl based applications via our sdl backend
2013-04-30look for python2 before python for default .emscriptenRobert Bragg
emscripten requires python 2 but some systems have multiple versions of python installed and the 'python' binary will correspond to python 3. We now explicitly look for a python2 first when setting up a default .emscripten config file.
2013-04-30switch back to x86 target in preparation to merge to incomingAlon Zakai
2013-04-30store target in sanity file, so changing it causes the cache to be flushedAlon Zakai
2013-04-30Merge pull request #1116 from waywardmonkeys/use-isfiniteAlon Zakai
Use isfinite() instead of finite().
2013-04-30Use isfinite() instead of finite().Bruce Mitchener
finite() was from BSD days, isfinite() is the standard now.
2013-04-29add glew test and some degree of supportAlon Zakai
2013-04-29make sure to align unnamed globalsAlon Zakai
2013-04-29do not get confused by local vars that alias names of library functions, and ↵Alon Zakai
are used as function pointers
2013-04-29add python le32 bitcode file + instructionsAlon Zakai
2013-04-29error on undefined symbols in js configure-ingAlon Zakai
2013-04-29make lua test build from sourceAlon Zakai
2013-04-29update emscripten_jcache_printfAlon Zakai
2013-04-29disable test_dlmalloc_partial_2 with CHECK_HEAP_ALIGN, like SAFE_HEAPAlon Zakai
2013-04-29fix stackAlloc in asm for le32Alon Zakai
2013-04-29speed up corruption checkerAlon Zakai
2013-04-29disable test_lua in le32Alon Zakai
2013-04-29align struct fields to 64-bit in le32Alon Zakai