Age | Commit message (Expand) | Author |
2014-07-21 | Module.memoryInitializerPrefixURL option; #2542 | Alon Zakai |
2014-07-21 | do not set EMCC_DEBUG=1 when -v; fixes #2538 | Alon Zakai |
2014-07-21 | DEMANGLE_SUPPORT option to use libcxxabi's demangler in stackTrace() | Alon Zakai |
2014-07-17 | use compiler opts in -E, to use our target, system dirs, etc.; fixes #2534 | Alon Zakai |
2014-07-17 | mention that .mem must be alongside .js | Alon Zakai |
2014-07-17 | document -v saving temp files; #2538 | Alon Zakai |
2014-07-15 | Fix missing param in docs for --js-opts. | Jukka Jylänki |
2014-07-10 | Merge pull request #2512 from waywardmonkeys/fix-windows-settings-issue | Alon Zakai |
2014-07-10 | avoid the need for replacing backslashes with slashes on windows for some set... | Chad Austin |
2014-07-09 | move check for noExitRuntime into exit(), and fix up tests | Alon Zakai |
2014-07-09 | Add comment explaining why .dll is not present in DYNAMICLIB_ENDINGS. | Jukka Jylänki |
2014-07-08 | Remove ".dll" from DYNAMICLIB_ENDINGS, since on Windows one never links to a ... | Jukka Jylänki |
2014-07-05 | re-enable optimizeShifts in non-asm builds; fixes #2481 | Alon Zakai |
2014-07-03 | emit memory initialization file by default in -O2+ | Alon Zakai |
2014-06-17 | PROXY_TO_WORKER_FILENAME option | Alon Zakai |
2014-06-16 | support --proxy-to-worker with js target, emitting 2 files for client and worker | Alon Zakai |
2014-06-16 | cleanup | Alon Zakai |
2014-06-16 | Merge branch 'incoming' into proxyGL | Alon Zakai |
2014-06-09 | do not modify textual memory initializer when emitting source maps, as it mes... | Alon Zakai |
2014-06-08 | show an error on NO_DYNAMIC_EXECUTION with embind | Alon Zakai |
2014-06-05 | generalize context proxying to support not just 2d contexts | Alon Zakai |
2014-06-04 | export everything in the main module, so side modules can access it | Alon Zakai |
2014-05-29 | NO_DYNAMIC_EXECUTION option to disable features using eval() or new Function() | Alon Zakai |
2014-05-28 | fix case of exceptions whitelist being empty | Alon Zakai |
2014-05-27 | clean up shell code using uglify, in optimized builds, when not using closure | Alon Zakai |
2014-05-27 | proper error message for linkable modules not supported in fastcomp | Alon Zakai |
2014-05-27 | set MAX_SETJMPS to fastcomp; 1.18.41.18.4 | Alon Zakai |
2014-05-23 | Add whitelist of supported link flags | Ryan Sturgell |
2014-05-20 | Merge branch 'archive_groups' of github.com:rsturgell/emscripten into incoming | Alon Zakai |
2014-05-19 | Archive groups code review changes. | Ryan Sturgell |
2014-05-12 | warn on bad exports, fixes #2338 | Alon Zakai |
2014-05-07 | Track original flag positions in emcc. | Ryan Sturgell |
2014-05-03 | emit a global const for Math_fround(0) to avoid function call overheads in th... | Alon Zakai |
2014-04-30 | fix return code when precompiling headers | Alon Zakai |
2014-04-30 | allow registerizeHarder with outlining | Alon Zakai |
2014-04-29 | support -o with precompiled headers; fixes #2320 | Alon Zakai |
2014-04-13 | enable asm.js when using embind | Chad Austin |
2014-04-03 | Merge pull request #2232 from abergmeier/empkg_prerequisites | Alon Zakai |
2014-04-03 | Apply requested formatting changes. | Andreas Bergmeier |
2014-04-03 | Add valid_abspath option to emcc --help. | Andreas Bergmeier |
2014-03-28 | fix the case where emcc's input and output is a bitcode file | Alon Zakai |
2014-03-28 | emcc logging improvements | Alon Zakai |
2014-03-27 | improve debug logging of emcc invocation | Alon Zakai |
2014-03-26 | typo in .d code generation | Alon Zakai |
2014-03-26 | handle --default-object-ext properly, and other emcc fixes | Alon Zakai |
2014-03-25 | let emcc directly access bitcode files when possible, to emit proper .d files... | Alon Zakai |
2014-03-24 | --emit-symbol-map option | Alon Zakai |
2014-03-18 | comment on webrtc test | Alon Zakai |
2014-03-17 | make simplifyIfs a settings option | Alon Zakai |
2014-03-17 | uncommaify between ifs that can potentially be simplified | Alon Zakai |