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