Age | Commit message (Expand) | Author |
2012-04-08 | clean up linker a.out|exe stubs | Alon Zakai |
2012-04-08 | support for sdl scancodes | Alon Zakai |
2012-04-07 | handle identical basenames in emcc properly; fixes #287 | Alon Zakai |
2012-04-06 | restore support for noInitialRun | Alon Zakai |
2012-04-05 | update test_emcc for windows | Alon Zakai |
2012-04-05 | Merge pull request #355 from SiggyBar/windows | Alon Zakai |
2012-04-05 | add final glbook test | Alon Zakai |
2012-04-05 | fix ccall test to make sure we export the functions properly to closure | Alon Zakai |
2012-04-05 | Merge pull request #353 from ehsan/stddev_extension | Alon Zakai |
2012-04-05 | Fixes to test_emcc for Windows. | Sigmund Vik |
2012-04-04 | Add a test for the standard derivatives extension | Ehsan Akhgari |
2012-04-04 | add yet another working glbook testcase | Alon Zakai |
2012-04-04 | add another glbook passing testcase | Alon Zakai |
2012-04-04 | add test for looking for a bitcode lib if a specified lib is not bitcode | Alon Zakai |
2012-04-03 | throw an exception in glutMainLoop, to prevent atexits from running | Alon Zakai |
2012-04-03 | allow more reftest margin of error | Alon Zakai |
2012-04-03 | add another working glbook testcase | Alon Zakai |
2012-04-03 | allow 1/255 color error in reftests, to ignore aliasing | Alon Zakai |
2012-04-03 | add another working glbook test | Alon Zakai |
2012-04-02 | make glut main loop throw again, and fix test_glgears | Alon Zakai |
2012-04-02 | fix test_glgears | Alon Zakai |
2012-04-02 | add second working glbook test | Alon Zakai |
2012-04-02 | make precise i64 math the default | Alon Zakai |
2012-04-02 | only include i64 precise code if it will actually be used | Alon Zakai |
2012-04-02 | test fixes | Alon Zakai |
2012-04-01 | fix parsing of i64 constants in globals, and add working cube2hash testcase | Alon Zakai |
2012-04-01 | improve i64 precise test | Alon Zakai |
2012-04-01 | proper precise unsigned i64 modulo, and passing tests for i64 division and mo... | Alon Zakai |
2012-04-01 | use bignum for unsigned i64 precise division | Alon Zakai |
2012-04-01 | add jsbn bignum library, fixes printing of unsigned precise i64s | Alon Zakai |
2012-04-01 | work towards unsigned precise i64s: add, subtract and multiply work but divid... | Alon Zakai |
2012-04-01 | support for precise i64 signed math | Alon Zakai |
2012-03-31 | add reftest mechanism for browser tests, and complete glbook test 1 | Alon Zakai |
2012-03-31 | library additions in preparation for glbook tests | Alon Zakai |
2012-03-31 | test cleanup | Alon Zakai |
2012-03-31 | separate browser tests into separately-runnable browser set | Alon Zakai |
2012-03-31 | update test_emcc | Alon Zakai |
2012-03-31 | fix -M -MM to add emcc compiler flags | Alon Zakai |
2012-03-31 | add additional testcase from issue 324 | Alon Zakai |
2012-03-31 | do not consider division safe for |0 removal, and add testcase 2 from issue 324 | Alon Zakai |
2012-03-31 | fix test_isdigit_l | Alon Zakai |
2012-03-30 | test runner message about non-main parts | Alon Zakai |
2012-03-30 | Merge pull request #328 from ehsan/ogre_upstream | Alon Zakai |
2012-03-29 | basic support for -M and -MM | Alon Zakai |
2012-03-29 | bundle preloaded files also when not compressing them | Alon Zakai |
2012-03-29 | update test_emcc | Alon Zakai |
2012-03-28 | add testcase for issue 324 | Alon Zakai |
2012-03-28 | do not use impure stuff for stdin etc, it makes comparing to native builds ha... | Alon Zakai |
2012-03-28 | Implement isdigit_l and isxdigit_l | Ehsan Akhgari |
2012-03-28 | rename alloca/stack tests | Alon Zakai |