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