aboutsummaryrefslogtreecommitdiff
path: root/emcc
AgeCommit message (Expand)Author
2013-06-17enable all debug logging in emcc -vAlon Zakai
2013-06-04do not skip -s X=Y when EMCONFIGURE_JSAlon Zakai
2013-06-03Fix test_exported_response and test_asm_pgo on Windows.Jukka Jylänki
2013-05-25enable asm.js in embind, with extra reserved function pointers by defaultAlon Zakai
2013-05-24Merge pull request #1203 from michaeljbishop/objc-supportAlon Zakai
2013-05-24Simplified code by using a tuple in combination with `endsWith`.Michael Bishop
2013-05-24show --help in emcc even if there are other argsAlon Zakai
2013-05-23support relative paths in -s KEY=@pathAlon Zakai
2013-05-23Allowed Emscripten to recognize and compile .m and .mm filesMichael J. Bishop
2013-05-21remove warningAlon Zakai
2013-05-21Merge pull request #1105 from azmeuk/symlinkAlon Zakai
2013-05-20Remove obsolete (and partly wrong) setup information for CMake and SCons. Use...Andreas Bergmeier
2013-05-16docsAlon Zakai
2013-05-16support closure compiler on the shell in asm modeAlon Zakai
2013-05-16enable aliasing function pointers by default in -O2Alon Zakai
2013-05-10add FORCE_ALIGNED_MEMORY=1 to -O3Alon Zakai
2013-05-06fix sdl inclusionAlon Zakai
2013-05-06auto-include malloc/free when SDL is used; fixes #1139Alon Zakai
2013-05-06fix memory initializer detectionAlon Zakai
2013-05-05update commentsAlon Zakai
2013-05-03adjust js pass logging level to debugAlon Zakai
2013-05-03update testsAlon Zakai
2013-05-03restore warning on no input files, to match gccAlon Zakai
2013-05-03fix some logging usesAlon Zakai
2013-05-03tweak some logging levelsAlon Zakai
2013-05-03Displays usage when no argument is passed.Éloi Rivard
2013-05-03* Added some colors to messages displayed from python files.Éloi Rivard
2013-05-01only recommend jcache with -gAlon Zakai
2013-05-02Added a symlink testcase.Éloi Rivard
2013-05-01require -g with jcache, fixes test_jcacheAlon Zakai
2013-04-30add support for changing the llvm target using EMCC_LLVM_TARGET in the envAlon Zakai
2013-04-29error on undefined symbols in js configure-ingAlon Zakai
2013-04-29add target settingsAlon Zakai
2013-04-29[libcextra] Add wcwidth, wcswidth.Bruce Mitchener
2013-04-29[libcextra] wctrans and friends.Bruce Mitchener
2013-04-29[libcextra] add isw* classification functions.Bruce Mitchener
2013-04-27* Added symlink support.Éloi Rivard
2013-04-25Merge branch 'idb-preload-cache' of github.com:modeswitch/emscripten into mod...Alon Zakai
2013-04-25clean up meminit detectionAlon Zakai
2013-04-25Add --use-preload-cache option to emcc, which passes it through to file_packa...Alan Kligman
2013-04-23Clean up libc / libcxx build infrastructure.Bruce Mitchener
2013-04-22Move wchar,mb stuff to libcextra.Bruce Mitchener
2013-04-22Add musl multibyte function implementations.Bruce Mitchener
2013-04-22Add musl wchar function implementations.Bruce Mitchener
2013-04-22Let libc.symbols use same symbol format as libcxx.Bruce Mitchener
2013-04-19update testsAlon Zakai
2013-04-19disable asm.js when using embindAlon Zakai
2013-04-19enable ASM_JS=1 in -O1+, and start to update testingAlon Zakai
2013-04-17enable asm in -O1 and prepare to add testingAlon Zakai
2013-04-16Merge pull request #1038 from juj/fix_test_asm_pgo_windowsAlon Zakai