aboutsummaryrefslogtreecommitdiff
path: root/emcc
AgeCommit message (Expand)Author
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
2012-03-21typo on directory generation codeAlon Zakai
2012-03-21fix some bugs with preloading of entire directoriesAlon Zakai
2012-03-20Merge pull request #312 from SiggyBar/incomingAlon Zakai
2012-03-20emcc help on --pre and --post-jsAlon Zakai
2012-03-20Misc fixes for Windows.Sigmund Vik
2012-03-19fix test_emcc_multifileAlon Zakai
2012-03-19define -DEMSCRIPTEN even when just configuring, so bundled headers workAlon Zakai
2012-03-19nicer debug output in emccAlon Zakai
2012-03-19remove .compress if the compress wasn't worth itAlon Zakai
2012-03-19do compression of downloaded code+datafiles in a workerAlon Zakai
2012-03-19emcc 'just copy' should do nothing if there is no targetAlon Zakai
2012-03-17fix bug with compressed imagesAlon Zakai
2012-03-17unify data and image file preloadingAlon Zakai
2012-03-17refactor datafile codeAlon Zakai
2012-03-16preload/embed file compression option in emccAlon Zakai
2012-03-16source code compression option in emccAlon Zakai
2012-03-16rename --compress to --minify in emccAlon Zakai
2012-03-16allow preloading/embedding of entire directories using emccAlon Zakai
2012-03-15preload images for SDLAlon Zakai
2012-03-15support files in directories in --embed-file and --preload-fileAlon Zakai
2012-03-15add file preloading in browsersAlon Zakai
2012-03-15add conftest.c workaround in emccAlon Zakai
2012-03-11helpful comment about necessary suffixes for emccAlon Zakai
2012-03-07improve emcc input finding so that it ignores -MT xAlon Zakai
2012-03-06Merge pull request #294 from LCID-Fire/error_fixAlon Zakai
2012-03-05Remove unnecessary accessing of stdoutLCID Fire
2012-03-03.o .bc commentAlon Zakai
2012-03-01don't run optimizeShiftsAggressive without relooping, since it assumes non-sw...Alon Zakai
2012-03-01Catch and log the errors when calling Processes because users don't get any c...LCID Fire
2012-02-27EMCC_CFLAGS supportAlon Zakai
2012-02-27emcc fixAlon Zakai
2012-02-26--pre-js and --post-js optionsAlon Zakai
2012-02-26emcc helpAlon Zakai
2012-02-24--ignore-dynamic-linking option in emccAlon Zakai
2012-02-24--embed-file option in emccAlon Zakai
2012-02-23support -L/-l syntax in emccAlon Zakai
2012-02-22use libcxxabi for dynamic_castAlon Zakai
2012-02-17use aggressive shift optimizations, small but significant speedups on fannkuc...Alon Zakai
2012-02-15fix test_casesAlon Zakai
2012-02-15handle singleton .a filesAlon Zakai