aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-16create FS.name_table at runtime, to reduce code sizeAlon Zakai
2013-08-16Merge pull request #1532 from juj/fix_test_runner_returncodeAlon Zakai
Fix test runner returncode.
2013-08-16allow overriding a gl function with the same name, and keep the original ↵Alon Zakai
accessible through getProcAddress
2013-08-16warn on VERBOSEAlon Zakai
2013-08-16generate separate function table wrappers for a single library function ↵Alon Zakai
aliased with different signatures
2013-08-16do not warn on gl emulation code if INCLUDE_FULL_LIBRARY is set, only error ↵Alon Zakai
at runtime
2013-08-16simplify and automate GetProcAddress logic, and move it out of GL emulationAlon Zakai
2013-08-16pick up function indexing that only happens in preAlon Zakai
2013-08-16convert gl emulation compilation errors to warnings and runtime errorsAlon Zakai
2013-08-16Fix test runner process exit code to report the number of failing tests, ↵Jukka Jylänki
like it did before.
2013-08-15Merge pull request #1511 from inolen/errnoerrorAlon Zakai
make FS.ErrnoError inherit from Error
2013-08-15Merge pull request #1527 from inolen/setcanvassizeAlon Zakai
export setCanvasSize to Module object
2013-08-15make find_bigfuncs work on ll and jsAlon Zakai
2013-08-15Merge pull request #1526 from inolen/glcompileshaderAlon Zakai
don't check COMPILE_STATUS in glCompileShader by default
2013-08-15expose setCanvasSizeAnthony Pesch
2013-08-15move shader compile status check behind GL_DEBUGAnthony Pesch
2013-08-15make legacy gl emulation an opt-in option, LEGACY_GL_EMULATIONAlon Zakai
2013-08-15assert in btest on successful compilationAlon Zakai
2013-08-15spam abort() messages to stderr as wellAlon Zakai
2013-08-15Merge pull request #1513 from modeswitch/webrtc-testsAlon Zakai
Webrtc test
2013-08-14Merge pull request #1519 from rfk/unsigned-filename-hashAnthony Pesch
Ensure FS.hashName returns a positive integer
2013-08-14disable optimizeShifts; fixes #1518Alon Zakai
2013-08-15Ensure hashName always returns a positive integer.Ryan Kelly
2013-08-14update emcc commentAlon Zakai
2013-08-14do not fail if no read() in the shell, which is the case with jscAlon Zakai
2013-08-14Merge pull request #1517 from inolen/sdl_surface_sizeAlon Zakai
SDL_Surface size fix
2013-08-14fixed SDL_Surface struct sizeAnthony Pesch
2013-08-14Merge pull request #1515 from inolen/sdl_audiodrivernameAlon Zakai
added SDL_AudioDriverName
2013-08-14Merge pull request #1514 from inolen/default_open_modeAlon Zakai
default to mode 0666 in FS.open
2013-08-14Merge pull request #1510 from inolen/fs_readdirAlon Zakai
make FS.readdir easier to use
2013-08-14added SDL_AudioDriverNameAnthony Pesch
2013-08-14Minor fixes for webrtc test.Alan Kligman
2013-08-13default to mode 0666Anthony Pesch
2013-08-14Test for webrtc sockets.Alan Kligman
2013-08-14Add return value to sendmsg.Alan Kligman
2013-08-13 - made FS.readdir easier to useAnthony Pesch
- tightened up exported node and stream ops for each type
2013-08-13make FS.ErrnoError inherit from ErrorAnthony Pesch
2013-08-13fix limit in outlining.flatten, and adjust to 1/4 of the outlining targetAlon Zakai
2013-08-13exit outlining when we are done, as early as possibleAlon Zakai
2013-08-13add some slack to glgears testsAlon Zakai
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