summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2013-08-09Merge pull request #1488 from waywardmonkeys/errno-definitionsAlon Zakai
Errno definitions
2013-08-09Merge pull request #1486 from waywardmonkeys/another-signal-h-fixAlon Zakai
Another signal.h fix
2013-08-09Merge pull request #1487 from waywardmonkeys/fix-typosAlon Zakai
Fix typos
2013-08-09Merge pull request #1490 from juj/incomingAlon Zakai
Fix file packager on Windows.
2013-08-09document browser sockets test runner optionAlon Zakai
2013-08-09Merge pull request #1477 from inolen/websocket_testsAlon Zakai
misc socket-related library fixes and updated websocket tests
2013-08-09Fix file packager to generate a virtual filesystem with '/' as path ↵Jukka Jylänki
separators when the host is Windows.
2013-08-09Use cDefine to get numerical values for errors.Bruce Mitchener
2013-08-09Fix some typos.Bruce Mitchener
2013-08-09Another fix for including signal.hBruce Mitchener
This is needed to work with musl includes.