Age | Commit message (Expand) | Author |
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 | 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 | 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 |
2013-08-15 | Merge pull request #1527 from inolen/setcanvassize | Alon Zakai |
2013-08-15 | make find_bigfuncs work on ll and js | Alon Zakai |
2013-08-15 | Merge pull request #1526 from inolen/glcompileshader | Alon Zakai |
2013-08-15 | expose setCanvasSize | Anthony Pesch |
2013-08-15 | move shader compile status check behind GL_DEBUG | Anthony Pesch |
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-15 | spam abort() messages to stderr as well | Alon Zakai |
2013-08-15 | Merge pull request #1513 from modeswitch/webrtc-tests | Alon Zakai |
2013-08-14 | Merge pull request #1519 from rfk/unsigned-filename-hash | Anthony Pesch |
2013-08-14 | disable optimizeShifts; fixes #1518 | Alon Zakai |
2013-08-15 | Ensure hashName always returns a positive integer. | Ryan Kelly |
2013-08-14 | update emcc comment | Alon Zakai |
2013-08-14 | do not fail if no read() in the shell, which is the case with jsc | Alon Zakai |
2013-08-14 | Merge pull request #1517 from inolen/sdl_surface_size | Alon Zakai |
2013-08-14 | fixed SDL_Surface struct size | Anthony Pesch |
2013-08-14 | Merge pull request #1515 from inolen/sdl_audiodrivername | Alon Zakai |
2013-08-14 | Merge pull request #1514 from inolen/default_open_mode | Alon Zakai |
2013-08-14 | Merge pull request #1510 from inolen/fs_readdir | Alon Zakai |
2013-08-14 | added SDL_AudioDriverName | Anthony Pesch |
2013-08-14 | Minor fixes for webrtc test. | Alan Kligman |
2013-08-13 | default to mode 0666 | Anthony Pesch |
2013-08-14 | Test for webrtc sockets. | Alan Kligman |
2013-08-14 | Add return value to sendmsg. | Alan Kligman |
2013-08-13 | - made FS.readdir easier to use | Anthony Pesch |
2013-08-13 | make FS.ErrnoError inherit from Error | Anthony Pesch |
2013-08-13 | fix limit in outlining.flatten, and adjust to 1/4 of the outlining target | Alon Zakai |
2013-08-13 | exit outlining when we are done, as early as possible | Alon Zakai |
2013-08-13 | add some slack to glgears tests | Alon Zakai |
2013-08-13 | warn if triple is not what we expect | 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 | add explicit stack trace to FS errors | Alon Zakai |