aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-30fix tests/cases/caall.llAlon Zakai
2013-10-30fix call legalization temp typesAlon Zakai
2013-10-31Fix handling of backspace SDL scancode.Bruce Mitchener
2013-10-30remove stale forwarding code in intertyperAlon Zakai
2013-10-30tools: parse pre-release node.js version numbersBen Noordhuis
2013-10-30begin to add emscripten_float32x4_signmaskAlon Zakai
2013-10-30replace window.WebSocket with window['WebSocket'] to avoid closure compiler i...Fraser Adams
2013-10-30improve simd testsAlon Zakai
2013-10-30fix missing semicolons on simd load and storeAlon Zakai
2013-10-30Fix SDL_SetColors && SDL_envetsAleksander Guryanov
2013-10-29clean up simd code, fix uint32x4 heap offsets, and add testingAlon Zakai
2013-10-29handle vector types in calcAllocatedSizeAlon Zakai
2013-10-29updated library_sockfs.js to make WebSocket a local var and updated library_b...Fraser Adams
2013-10-29bump js minifier name limit, and optimize to not create all the names on smal...Alon Zakai
2013-10-29optimize scanString to not run the regex more than onceAlon Zakai
2013-10-29put assertions in performance-sensitive code behind ASSERTIONS flagAlon Zakai
2013-10-28small whitespace style fixAlon Zakai
2013-10-28Merge branch 'master' of github.com:icetooth/emscripten into incomingAlon Zakai
2013-10-28Merge pull request #1740 from waywardmonkeys/boost-libcxx-libc-interactionAlon Zakai
2013-10-28fix glGetString and eglQueryString, and optimize emulated glGetStringAlon Zakai
2013-10-28fix progress shown when multiple asset packages are downloadedAlon Zakai
2013-10-28optimize createStreamAlon Zakai
2013-10-28fix handling of generating path with a mountpoint ending with '/'Alon Zakai
2013-10-28reuse ops objects in MEMFS.createNodeAlon Zakai
2013-10-28do not normalize in getPath, since our paths elements are already okAlon Zakai
2013-10-28optimize PATH.basenameAlon Zakai
2013-10-28remove unused (by us) second parameter from PATH.basenameAlon Zakai
2013-10-28avoid constant path normalization in getPathAlon Zakai
2013-10-28add PATH.join2 as a fast way to join 2 path elements without the generic over...Alon Zakai
2013-10-28remove assertion code from PATH.joinAlon Zakai
2013-10-28optimize FS.createNodeAlon Zakai
2013-10-28reuse node in last chmod call from createDataFileAlon Zakai
2013-10-28reuse node in open call from createDataFileAlon Zakai
2013-10-28reuse node in chmod call from createDataFileAlon Zakai
2013-10-28reuse some FS errors in places where overhead is high and stack importance is...Alon Zakai
2013-10-28only do run dependency tracking when assertions are onAlon Zakai
2013-10-28optimize Module.setStatusAlon Zakai
2013-10-28only emit decrunch code when crunch is enabledAlon Zakai
2013-10-28added myselficetooth
2013-10-27add support for node.js to act as a socket clientFraser Adams
2013-10-27simplify webgl context attributes test harness code a littleAlon Zakai
2013-10-27show alerts if antialiasing, depth or stencil are missing in context attribut...Alon Zakai
2013-10-27Merge branch 'webgl_context_attributes' of github.com:anlambert/emscripten in...Alon Zakai
2013-10-27Fix an issue with Boost compilation.Bruce Mitchener
2013-10-26cache string allocations in glGetString and eglQueryStringAlon Zakai
2013-10-26fixed float read performance in _scanStringicetooth
2013-10-25improve [2 x i40] testcaseAlon Zakai
2013-10-25handle internal illegal iX fields in calculateStructAlignmentAlon Zakai
2013-10-25Fix test browser.test_sdl_canvas_size on Linux and OSX.Jukka Jylänki
2013-10-25Merge pull request #1733 from juj/changelogAlon Zakai