Age | Commit message (Expand) | Author |
2013-08-20 | Add test for fix | Aidan Hobson Sayers |
2013-08-19 | round doubles to i64s more carefully, especially small negatives; fixes #1539 | Alon Zakai |
2013-08-19 | Merge pull request #1482 from j4m3z0r/touch_handling | Alon Zakai |
2013-08-19 | Add test-case for touch-handling in glut. | James Gregory |
2013-08-19 | remove another SIGTERM | Alon Zakai |
2013-08-19 | disable use of SIGTERM in socket server, does not build in all linuxes | Alon Zakai |
2013-08-19 | fix test suite ALL.* | Alon Zakai |
2013-08-19 | add 'other' to default test runner modes | Alon Zakai |
2013-08-19 | Merge pull request #1528 from inolen/shared_lib_fixes | Alon Zakai |
2013-08-19 | re-enabled non-asm.js shared lib support | Anthony Pesch |
2013-08-18 | Merge pull request #1535 from juj/fix_source_map_windows | Alon Zakai |
2013-08-18 | clean up sv sockets for socket tests | Anthony Pesch |
2013-08-17 | Fix source map generation on Windows. Fixes #1333. | Jukka Jylänki |
2013-08-16 | Merge pull request #1532 from juj/fix_test_runner_returncode | Alon Zakai |
2013-08-16 | allow overriding a gl function with the same name, and keep the original acce... | Alon Zakai |
2013-08-16 | generate separate function table wrappers for a single library function alias... | Alon Zakai |
2013-08-16 | Fix test runner process exit code to report the number of failing tests, like... | Jukka Jylänki |
2013-08-15 | make legacy gl emulation an opt-in option, LEGACY_GL_EMULATION | Alon Zakai |
2013-08-15 | assert in btest on successful compilation | Alon Zakai |
2013-08-14 | Minor fixes for webrtc test. | Alan Kligman |
2013-08-14 | Test for webrtc sockets. | Alan Kligman |
2013-08-13 | add some slack to glgears tests | Alon Zakai |
2013-08-13 | properly parse things like { i8*, { i64, i8* } (i8*)* }, issue #1319 | Alon Zakai |
2013-08-13 | shuffled around command line processing to fix skipping | Anthony Pesch |
2013-08-12 | fixed test skip support | Anthony Pesch |
2013-08-12 | re-add test_sdl_pumpevents | Alon Zakai |
2013-08-12 | Merge branch 'test_split' of github.com:inolen/emscripten into inolen-test_split | Alon Zakai |
2013-08-12 | temporarily remove test_sdl_pumpevents | Alon Zakai |
2013-08-12 | Move JS_ENGINE_OVERRIDE to shared Building object to avoid sys.modules hack | Anthony Pesch |
2013-08-12 | split out handling SDL events from making C events for them, to make SDL_Pump... | Alon Zakai |
2013-08-12 | legalize add etc. of < 32-bit illegal values properly; fixes #1505 | Alon Zakai |
2013-08-11 | initial work on splitting up runner.py | Anthony Pesch |
2013-08-10 | make test runner more lenient in parsing asm.js compilation message | Alon Zakai |
2013-08-10 | Merge pull request #1495 from inolen/websocket_tests | Alon Zakai |
2013-08-10 | removed bad comments | Anthony Pesch |
2013-08-10 | updated paths to be compatible on non-unix environments | Anthony Pesch |
2013-08-09 | - converted all socket tests to use C for the server-side | Anthony Pesch |
2013-08-09 | updated and temporarily disabled test_sockets_gethostbyname | Anthony Pesch |
2013-08-09 | - removed test_sockets | Anthony Pesch |
2013-08-09 | removed pids_to_clean global | Anthony Pesch |
2013-08-09 | - fixed support for passing source to btest | Anthony Pesch |
2013-08-09 | - moved enet tests and relay script | Anthony Pesch |
2013-08-09 | fix test_exit_stack | Alon Zakai |
2013-08-09 | aim for more evenly-sized pieces in outliner | Alon Zakai |
2013-08-09 | clean up stack space allocated by a varargs function call immediately after i... | Alon Zakai |
2013-08-09 | print from exit(), so that explicitly calling it prints out the exit status | Alon Zakai |
2013-08-09 | --js-opts option to turn off js optimizer | Alon Zakai |
2013-08-09 | Merge pull request #1489 from inolen/exit_status_fixes | Alon Zakai |
2013-08-09 | make range testing more flexible in test_outline | Alon Zakai |
2013-08-09 | - always throw an exception in exit | Anthony Pesch |