aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-02-25Introduce the asmjs-unknown-emscripten target triple.Dan Gohman
2014-02-25Minor code simplifications.Dan Gohman
2014-02-25Fix a copy+pasto.Dan Gohman
2014-02-24Merge branch 'fastcomp-by-default' into incomingAlon Zakai
2014-02-24add _ZNSt9exceptionD0Ev; fixes fastcomp issue 20Alon Zakai
2014-02-24add _ZNSt9exceptionD0Ev; fixes fastcomp issue 20Alon Zakai
2014-02-25Fix emscripten_get_callstack to work on Firefox 30 after it implemented colum...Jukka Jylänki
2014-02-24Merge pull request #2149 from TehEpicPineapple/prettier-shellAlon Zakai
2014-02-23emit value in safe heap load loggingAlon Zakai
2014-02-21Actually make margin between canvas and outputJack Arrington
2014-02-21Add margin between output and canvasJack Arrington
2014-02-21"powered by emscripten" logoJack Arrington
2014-02-21reflect that asm is on by default in fastcomp, even in -O0, in the settingsAlon Zakai
2014-02-21deprecate toy gc implAlon Zakai
2014-02-21Apply coding conventions to library_html5.js.Jukka Jylänki
2014-02-21Merge pull request #2136 from rjanicek/worker-consoleAlon Zakai
2014-02-21Merge pull request #2139 from TV4Fun/memfixesAlon Zakai
2014-02-21Merge pull request #2146 from waywardmonkeys/undefined-symbolsAlon Zakai
2014-02-21Add missing semicolons at the end of statements for library_html5.js.Jukka Jylänki
2014-02-21Merge pull request #2148 from TV4Fun/html5fixesjuj
2014-02-21Fix bugs in HTML5 events when using SAFE_HEAPJoel Croteau
2014-02-21Merge pull request #2145 from TV4Fun/mousefixjuj
2014-02-21Fix indentation in localeconvJoel Croteau
2014-02-21Squashed commit of the following:Joel Croteau
2014-02-21Correct some function dependencies to address unresolved symbols in tests.Bruce Mitchener
2014-02-20tolerate negative values of precision in printf, fallback to default precisionAlon Zakai
2014-02-20Merge pull request #2143 from waywardmonkeys/strict-fixesAlon Zakai
2014-02-21strict fix: Don't define functions within conditionals or try blocks.Bruce Mitchener
2014-02-21When LEGACY_GL_EMULATION is enabled, we cannot use WebGL VAO extension effect...Jukka Jylänki
2014-02-20strict fix: Can't use octal constants.Bruce Mitchener
2014-02-20strict fix: Duplicate key in object literal.Bruce Mitchener
2014-02-19Formatting fix and add testJoel Croteau
2014-02-19Clean up code formatting in VAO code to adhere to coding conventions. Fix ref...Jukka Jylänki
2014-02-19Remove test on __depsAnthony Liot
2014-02-19Change ASSERTION by GL_ASSERTIONSAnthony Liot
2014-02-19Add support of both emulate and extension vaoAnthony Liot
2014-02-19VAO ExtensionAnthony Liot
2014-02-19Correct syntax of allocate functionJoel Croteau
2014-02-19Provide better implementation of localeconv and fix logic error in allocateJoel Croteau
2014-02-18fixed console detection so it does not throwRichard Janicek
2014-02-18improve typed arrays errorAlon Zakai
2014-02-18add a version of emscripten_set_main_loop where the main loop takes an argume...Alon Zakai
2014-02-18Don't redefine console if it already exists like in Chrome worker.Richard Janicek
2014-02-18add some asserts in dynCallAlon Zakai
2014-02-17Merge pull request #1871 from abergmeier/fixup_eglSwapBuffersjuj
2014-02-16support memory growth in (non-validating) asm.jsAlon Zakai
2014-02-16RETAIN_COMPILER_SETTINGS, Runtime.getCompilerSetting and emscripten_get_compi...Alon Zakai
2014-02-15clear status when proxied worker first respondsAlon Zakai
2014-02-15fix canvas proxy code for sending resize eventsAlon Zakai
2014-02-14add request animation frame logic to proxy-to-workerRichard Janicek