aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-13warn if triple is not what we expectAlon Zakai
2013-08-13properly parse things like { i8*, { i64, i8* } (i8*)* }, issue #1319Alon Zakai
2013-08-13shuffled around command line processing to fix skippingAnthony Pesch
2013-08-12fixed test skip supportAnthony Pesch
2013-08-12add explicit stack trace to FS errorsAlon Zakai
2013-08-12re-add test_sdl_pumpeventsAlon Zakai
2013-08-12Merge branch 'test_split' of github.com:inolen/emscripten into inolen-test_splitAlon Zakai
2013-08-12temporarily remove test_sdl_pumpeventsAlon Zakai
2013-08-12Move JS_ENGINE_OVERRIDE to shared Building object to avoid sys.modules hackAnthony Pesch
2013-08-12Merge pull request #1506 from inolen/openal_fixesAlon Zakai
move OpenAL helper functions to AL object
2013-08-12split out handling SDL events from making C events for them, to make ↵Alon Zakai
SDL_PumpEvents work; fixes #1419
2013-08-12Merge pull request #1502 from ToadKing/usleepAlon Zakai
Use perforamnce timers for usleep if available
2013-08-12Merge pull request #1501 from ToadKing/openal_fixAlon Zakai
fix bug in alcDestroyContext
2013-08-12moved OpenAL helper functions to AL objectAnthony Pesch
2013-08-12legalize add etc. of < 32-bit illegal values properly; fixes #1505Alon Zakai
2013-08-12tool to find functions with lots of varsAlon Zakai
2013-08-11initial work on splitting up runner.pyAnthony Pesch
2013-08-11experimental toFloat32 optionAlon Zakai
2013-08-11use performance timers for usleep if availableToadKing
2013-08-11fix bug in alcDestroyContextToadKing
2013-08-10make test runner more lenient in parsing asm.js compilation messageAlon Zakai
2013-08-10Merge pull request #1498 from inolen/lib_reorgAlon Zakai
FS-related module reorganization
2013-08-10Merge pull request #1495 from inolen/websocket_testsAlon Zakai
more websocket test updates
2013-08-10removed bad commentsAnthony Pesch
2013-08-10updated paths to be compatible on non-unix environmentsAnthony Pesch
2013-08-10Merge pull request #1494 from waywardmonkeys/errno-changesAlon Zakai
Errno changes
2013-08-09 - merged FS and VFS namespacesAnthony Pesch
- split off fs, memfs, sockfs and tty libraries
2013-08-09 - converted all socket tests to use C for the server-sideAnthony Pesch
- added new echo client / server test - updated websock harness and added new CompiledServerHarness to help run tests on multiple backends
2013-08-09updated and temporarily disabled test_sockets_gethostbynameAnthony Pesch
2013-08-09 - removed test_socketsAnthony Pesch
- removed test_sockets_bi_* - removed soon to be redundant test_sockets_select_server_closes_connection
2013-08-09removed pids_to_clean globalAnthony Pesch
2013-08-09 - fixed support for passing source to btestAnthony Pesch
- added force_c option to btest
2013-08-10Remove some errno settings.Bruce Mitchener
This is a follow up to the previous commit that removed them from src/library.js.
2013-08-10Provide additional errno messages.Bruce Mitchener
2013-08-10Remove errno codes that don't exist in musl.Bruce Mitchener
2013-08-09 - moved enet tests and relay scriptAnthony Pesch
- added support for SOCKK define to override ports when compiling
2013-08-09fix test_exit_stackAlon Zakai
2013-08-09aim for more evenly-sized pieces in outlinerAlon Zakai
2013-08-09warn in em++ if PYTHON is not defined properlyAlon Zakai
2013-08-09sort spills and unspills in outlinerAlon Zakai
2013-08-09track loop depth in outlinerAlon Zakai
2013-08-09report more variable stats when outliningAlon Zakai
2013-08-09clean up stack space allocated by a varargs function call immediately after ↵Alon Zakai
it; fixes #1492
2013-08-09use a local variable for varargs temp stack positionAlon Zakai
2013-08-09print from exit(), so that explicitly calling it prints out the exit statusAlon Zakai
2013-08-09--js-opts option to turn off js optimizerAlon Zakai
2013-08-09Merge pull request #1489 from inolen/exit_status_fixesAlon Zakai
exit status fixes
2013-08-09use instanceof operator for detecting ExitStatus throwAnthony Pesch
2013-08-09make range testing more flexible in test_outlineAlon Zakai
2013-08-09 - always throw an exception in exitAnthony Pesch
- remove default exit status prints - added EXITSTATUS global to enable exit callbacks to determine the status