Age | Commit message (Expand) | Author |
2013-09-07 | fix outlining log message | Alon Zakai |
2013-09-07 | some sdl additions | Alon Zakai |
2013-09-06 | properly outline the while (1) switch pattern | Alon Zakai |
2013-09-06 | remember inlined js in outliner | Alon Zakai |
2013-09-06 | handle inline assembly more carefully, avoid it being seen by asm optimizatio... | Alon Zakai |
2013-09-06 | Merge pull request #1598 from juj/informative_oom_message | Alon Zakai |
2013-09-06 | Merge pull request #1596 from waywardmonkeys/change-preprocessor-define-libcxx | Alon Zakai |
2013-09-06 | improve non-switchification error message | Alon Zakai |
2013-09-06 | fix inline js in x86 target, enable testing sans validation for inline js in ... | Alon Zakai |
2013-09-06 | Use logging.error() instead of print >> sys.stderr in test_cmake to report er... | Jukka Jylänki |
2013-09-06 | Document tests in test_cmake. | Jukka Jylänki |
2013-09-06 | Use __EMSCRIPTEN__ rather than EMSCRIPTEN. | Bruce Mitchener |
2013-09-05 | Merge pull request #1581 from inolen/rwfile | Alon Zakai |
2013-09-05 | double simplifications | Alon Zakai |
2013-09-05 | Merge pull request #1595 from waywardmonkeys/whole-lotta-long-double-loving | Alon Zakai |
2013-09-06 | add long double aliases for a lot of things. | Bruce Mitchener |
2013-09-05 | Merge pull request #1586 from waywardmonkeys/remove-emlibtool | Alon Zakai |
2013-09-05 | Merge pull request #1593 from juj/TEMP_DIR_check | Alon Zakai |
2013-09-06 | When running out of memory and growing heap size is not allowed, actually pri... | Jukka Jylänki |
2013-09-05 | Merge pull request #1585 from waywardmonkeys/single-quotes-for-cdefine | Alon Zakai |
2013-09-05 | Merge pull request #1592 from waywardmonkeys/additional-clock-gettime-precision | Alon Zakai |
2013-09-04 | Merge pull request #1587 from inolen/openal_buffers_revert | Alon Zakai |
2013-09-05 | Improve precision of clock_gettime(). Update clock_getres(). | Bruce Mitchener |
2013-09-04 | restore ZTVN10 hacks, but only for non-ta2 where we do not link in libcxxabi | Alon Zakai |
2013-09-04 | Merge pull request #1582 from waywardmonkeys/simplify-timezone | Alon Zakai |
2013-09-04 | longjmp test across asm modules | Alon Zakai |
2013-09-04 | dlopen+exceptions+asm is not supported yet | Alon Zakai |
2013-09-04 | remove no longer needed library.js constants for some libcxxabi stuff, which ... | Alon Zakai |
2013-09-04 | do not emit externals in side modules | Alon Zakai |
2013-09-04 | do not fail in test_dlfcn_qsort of js engine cannot do asm validation; fixes ... | Alon Zakai |
2013-09-04 | handle glBufferData usages that are not in WebGL; fixes #1589 | Alon Zakai |
2013-09-04 | fix repeated calls to glDraw* where the count changes but not the client attr... | Alon Zakai |
2013-09-04 | Improve emscripten to autodetect the temp directory even if TEMP_DIR is not p... | Jukka Jylänki |
2013-09-04 | Merge branch 'vertex_array_object_bug' of github.com:michaeljbishop/emscripte... | Alon Zakai |
2013-09-04 | rearranged FS function order | Anthony Pesch |
2013-09-04 | Adjust EM_BUILD_VERBOSE environment variable to take values 0,1,2 or 3, with ... | Jukka Jylänki |
2013-09-04 | Added test which shows broken GL emulation when: | Michael J. Bishop |
2013-09-04 | Revert "reimplement getCurrentTime" | Anthony Pesch |
2013-09-04 | Remove unused / unwritten emlibtool. | Bruce Mitchener |
2013-09-04 | Single quotes for cDefine. | Bruce Mitchener |
2013-09-04 | Remove default filename suffix specification in CMake toolchain, since test_o... | Jukka Jylänki |
2013-09-04 | Have test_cmake also test that running 'emconfigure cmake' works, in addition... | Jukka Jylänki |
2013-09-04 | Remove the old mechanism of generating a CMake toolchain file on the fly when... | Jukka Jylänki |
2013-09-04 | Remove the need to pass CMAKE_MODULE_PATH to CMake by weakly setting it in th... | Jukka Jylänki |
2013-09-04 | Fix other.test_cmake when EM_BUILD_VERBOSE is not defined. | Jukka Jylänki |
2013-09-04 | Add a test to ensure that EMSCRIPTEN=1 variable is set in CMake when building. | Jukka Jylänki |
2013-09-04 | Delete Emscripten_unix.cmake, the previous commit makes that obsolete! | Jukka Jylänki |
2013-09-04 | Utilize EM_BUILD_VERBOSE in other.test_cmake. | Jukka Jylänki |
2013-09-04 | Improve CMake toolchain file to use response files. Avoid the compiler detect... | Jukka Jylänki |
2013-09-04 | Simplify some timezone code. | Bruce Mitchener |