aboutsummaryrefslogtreecommitdiff
path: root/emcc
AgeCommit message (Expand)Author
2013-06-22Test that source mapping works with EMCC_DEBUG=2.Jez Ng
2013-06-22Get test_source_map passing again.Jez Ng
2013-06-22Make test_debug actually fail when things go wrong.Jez Ng
2013-06-22Source maps should only be activated via the `--map` flag.Jez Ng
2013-06-21todoAlon Zakai
2013-06-19Implement source maps for optimized builds.Jez Ng
2013-06-19Move source mapping files into their own folder.Jez Ng
2013-06-19Lay the groundwork for optimized source maps.Jez Ng
2013-06-19Fix source map line numbering for inline scripts.Jez Ng
2013-06-19Add test for source maps.Jez Ng
2013-06-19Add check for keep_llvm_debug + minor touchups.Jez Ng
2013-06-19Implement basic source maps. Closes #1252.Jez Ng
2013-06-17Merge pull request #1281 from juj/noninput_cmdline_optsAlon Zakai
2013-06-17Merge pull request #1280 from juj/abs_path_checkAlon Zakai
2013-06-17enable all debug logging in emcc -vAlon Zakai
2013-06-13Improve emcc input file detection to ignore all arguments that precede a GCC ...Jukka Jylänki
2013-06-13Improve absolute path warning detection to work on Windows, and make the warn...Jukka Jylänki
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