Age | Commit message (Expand) | Author |
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 |
2014-03-17 | simplifyIfs js optimizer pass | Alon Zakai |
2014-03-17 | Add option valid-abspath to add absolute path, which should be considered valid. | Andreas Bergmeier |
2014-03-14 | add -profiling option | Alon Zakai |
2014-03-11 | improve CHECK_HEAP_ALIGN message | Alon Zakai |
2014-03-10 | avoid llvm-dis when using save-bc in fastcomp | Alon Zakai |
2014-03-10 | forward CLOSURE_COMPILER to settings, and use that to avoid a closure-specifi... | Alon Zakai |
2014-03-06 | add commented out line to help debugging llvm opt aborts | Alon Zakai |
2014-03-06 | add docs and testing for mem init file being async | Alon Zakai |
2014-02-27 | make NO_EXIT_RUNTIME work properly with llvm lto | Alon Zakai |
2014-02-27 | run -globalopt when NO_EXIT_RUNTIME, to get rid of global initializers entire... | Alon Zakai |
2014-02-27 | support -Os and -Oz as arguments to emcc | Alon Zakai |
2014-02-26 | improve -v output, and add some docs | Alon Zakai |
2014-02-26 | pass NO_EXIT_RUNTIME flag to fastcomp and add test | Alon Zakai |
2014-02-25 | run sanity checks on emcc -v even without inputs | Alon Zakai |