Age | Commit message (Expand) | Author |
2013-08-21 | emit switches in relooper1.5.6 | Alon Zakai |
2013-08-21 | only outline in asm.js mode, where it is supported | Alon Zakai |
2013-08-21 | warn on very large functions and mention OUTLINING_LIMIT | Alon Zakai |
2013-08-21 | remove some function indentation in asm.js block | Alon Zakai |
2013-08-20 | Merge pull request #1537 from aidanhs/4-byte-utf8-chars | Alon Zakai |
2013-08-20 | todo comment on TextDecoder | Alon Zakai |
2013-08-20 | sync headless code from bb | Alon Zakai |
2013-08-20 | Only check needed > 0 if it was formerly > 0 | Aidan Hobson Sayers |
2013-08-20 | Clearer (and faster?), as per jij's suggestion | Aidan Hobson Sayers |
2013-08-20 | Add test for fix | Aidan Hobson Sayers |
2013-08-20 | Fix 4 byte utf8 characters | Aidan Hobson Sayers |
2013-08-20 | Add self to authors | Aidan Hobson Sayers |
2013-08-20 | Merge branch 'fixed_openal_buffers' of github.com:ToadKing/emscripten into in... | Alon Zakai |
2013-08-20 | improve headless.js | Alon Zakai |
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 | use -- for jsc | Alon Zakai |
2013-08-19 | Merge remote-tracking branch 'origin/incoming' into touch_handling | James Gregory |
2013-08-19 | show preload time only on web | Alon Zakai |
2013-08-19 | add 'other' to default test runner modes | Alon Zakai |
2013-08-19 | Merge pull request #1524 from inolen/sdl_unicode | Alon Zakai |
2013-08-19 | Merge pull request #1528 from inolen/shared_lib_fixes | Alon Zakai |
2013-08-19 | emit preload timing | Alon Zakai |
2013-08-19 | re-enabled non-asm.js shared lib support | Anthony Pesch |
2013-08-18 | Merge pull request #1538 from ToadKing/eglGetProcAddress | Alon Zakai |
2013-08-18 | restore EMSCRIPTEN_KEEPALIVE, needed to prevent inlining, EXPORTED_FUNCTIONS ... | Alon Zakai |
2013-08-18 | Merge pull request #1536 from juj/fix_rsp_file_escaping_windows | Alon Zakai |
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-18 | implement eglGetProcAddress | ToadKing |
2013-08-17 | Fix escaping of parameters in response file generation for Windows. Fixes #14... | Jukka Jylänki |
2013-08-17 | Merge pull request #1529 from waywardmonkeys/compat-headers | Alon Zakai |
2013-08-17 | Fix source map generation on Windows. Fixes #1333. | Jukka Jylänki |
2013-08-16 | capture charCode field of keypress events to backfill keydown events | Anthony Pesch |
2013-08-16 | create FS.name_table at runtime, to reduce code size | Alon Zakai |
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 | warn on VERBOSE | Alon Zakai |
2013-08-16 | generate separate function table wrappers for a single library function alias... | Alon Zakai |
2013-08-16 | do not warn on gl emulation code if INCLUDE_FULL_LIBRARY is set, only error a... | Alon Zakai |
2013-08-16 | simplify and automate GetProcAddress logic, and move it out of GL emulation | Alon Zakai |
2013-08-16 | pick up function indexing that only happens in pre | Alon Zakai |
2013-08-16 | convert gl emulation compilation errors to warnings and runtime errors | Alon Zakai |
2013-08-16 | Fix test runner process exit code to report the number of failing tests, like... | Jukka Jylänki |
2013-08-16 | Add compat headers, move some things to them. | Bruce Mitchener |
2013-08-15 | Merge pull request #1511 from inolen/errnoerror | Alon Zakai |