summaryrefslogtreecommitdiff
path: root/emcc
AgeCommit message (Collapse)Author
2012-06-25minor emcc bugfixAlon Zakai
2012-06-22emcc --remove-duplicates optionAlon Zakai
2012-06-22enable previous assertion, properlyAlon Zakai
2012-06-22disable overly permissive assertion in emccAlon Zakai
2012-06-18remove some unneeding emcc printingAlon Zakai
2012-06-17allow multiple pre-js and post-jsAlon Zakai
2012-06-16move suffix tools to sharedAlon Zakai
2012-06-13accept .obj files as bitcodeAlon Zakai
2012-06-11refactor file packaging into standalone toolAlon Zakai
2012-06-11use closure-exported FS API for preloadingAlon Zakai
2012-06-11allow --preload-file when generating .js, which assumes the .js will be used ↵Alon Zakai
in a web page
2012-06-11remove GENERATING_HTML, it was confusing and gave little or no benefitAlon Zakai
2012-06-10emcc note on preloading and .dataAlon Zakai
2012-05-31treat -s not before OPT=VALUE as a linker optionAlon Zakai
2012-05-24update year in emccAlon Zakai
2012-05-18support emcc -v with no further argumentsAlon Zakai
2012-05-12speed up O1 by removing unnecessary eliminator passAlon Zakai
2012-05-11FS.createPreloadedFileAlon Zakai
2012-05-08handle absolute paths in file preloadingAlon Zakai
2012-05-04workaround for chromium bug 124926 to prevent hanging when loading audio in ↵Alon Zakai
chrome
2012-05-02link files in emcc without leaving a stubAlon Zakai
2012-04-26-v in emccAlon Zakai
2012-04-24add ENV_PREFIX to more placesAlon Zakai
2012-04-13--js-library option to make it easy to add additional library_*.js filesAlon Zakai
2012-04-13Make more browser tests work for Windows.Sigmund Vik
2012-04-07handle identical basenames in emcc properly; fixes #287Alon Zakai
2012-04-07improve fake precompiled header workaround in emccAlon Zakai
2012-04-04Merge pull request #346 from behdad/outgoingAlon Zakai
Misc fixes
2012-04-04Fixed shlex.split() problem for Windows.Sigmund Vik
2012-04-04Look for bitcode for library input files in other placesBehdad Esfahbod
If an input file is not bitcode and looks like a library file, treat it as library so we can look for it in other places. In conjuction with the previous change, now we can just drop, eg, libfreetype.dylib bitcode in emscripten/system/lib and "dynamic" linking would succeed. Perhaps this can be changed to only lookup in emscripten/system/lib instead of all lib_dirs, but this is a good start.
2012-04-04Add emscripten/system/lib to lib_dirsBehdad Esfahbod
So people can just drop bitcode libraries there and be found by emcc.
2012-04-04Ignore -install_name argument the way we do for -MTBehdad Esfahbod
2012-03-31fix -M -MM to add emcc compiler flagsAlon Zakai
2012-03-29remove unneeded -MF workaround codeAlon Zakai
2012-03-29commentAlon Zakai
2012-03-29basic support for -M and -MMAlon Zakai
2012-03-29bundle preloaded files also when not compressing themAlon Zakai
2012-03-27do not use blob constructor if not present, and closure workaroundAlon Zakai
2012-03-27support wav and mp3 audio suffixes tooAlon Zakai
2012-03-27support for playing audio chunks through SDL mixAlon Zakai
2012-03-26show 'Downloading..' when downloading data archiveAlon Zakai
2012-03-26show status messages for decompressing and clear status on runAlon Zakai
2012-03-26compression docsAlon Zakai
2012-03-26compress all data files into one big fileAlon Zakai
2012-03-26use shlexAlon Zakai
2012-03-25--llvm-lto option to disable ltoAlon Zakai
2012-03-24fix webkitURLAlon Zakai
2012-03-24support window.WebKitURLAlon Zakai
2012-03-24support both Moz and WebKit BlobBuildersAlon Zakai
2012-03-22save the canvas in preloadedImages, and do canvas blits in IMG_Load etc.Alon Zakai