aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2012-07-18fix getAudioMimetypeAlon Zakai
2012-07-18use createPreloadedFile in file packagerAlon Zakai
2012-07-18refactor file preloading to happen in FS.createPreloadedFile, so that not onl...Alon Zakai
2012-07-17check llvm version only when actually checking sanity - not on every call to ...Alon Zakai
2012-07-16warn on wrong llvm versionAlon Zakai
2012-07-16add commented option to make crunch try a png input if crunching the dds failedAlon Zakai
2012-07-13Disable setting LIBTOOLBehdad Esfahbod
2012-07-13Set PKG_CONFIG_LIBDIR and PKG_CONFIG_PATHBehdad Esfahbod
2012-07-13Look into system/local/include and system/local/lib tooBehdad Esfahbod
2012-07-11Merge pull request #286 from richardassar/ie7fix_scriptAlon Zakai
2012-07-06add INLINING_LIMIT=0 to -O3Alon Zakai
2012-07-06unused << >> optimization in js optimizerAlon Zakai
2012-07-04pass the eliminator the filename to avoid OS-specific issues with reading fro...Alon Zakai
2012-07-04do not eat stderr when running js optimizerAlon Zakai
2012-06-27Add a comment about nostdinc++ and remove the -Xclang version tooEhsan Akhgari
2012-06-27Merge pull request #478 from juj/nostdincEhsan Akhgari
2012-06-25use unique temp names for libraries tooAlon Zakai
2012-06-22emcc --remove-duplicates optionAlon Zakai
2012-06-20support for non-square crunch textures with mipmapsAlon Zakai
2012-06-19Merge pull request #480 from ehsan/crunch_import_warningAlon Zakai
2012-06-19crunch fixAlon Zakai
2012-06-19Only pull CRUNCH from shared.py if --crunch is usedEhsan Akhgari
2012-06-19more crunch printoutsAlon Zakai
2012-06-19Don't pass the -nostdinc++ parameter to clang from emcc, since it spams the l...Jukka Jylänki
2012-06-18hint at crunch formatAlon Zakai
2012-06-18some info for crunchingAlon Zakai
2012-06-18handle case of nonexisting .crn when testing dds updatesAlon Zakai
2012-06-18do not recrunch if dds is unchangedAlon Zakai
2012-06-18log out crunch timesAlon Zakai
2012-06-18de-crunch in a workerAlon Zakai
2012-06-17crunch fixesAlon Zakai
2012-06-17crunch supportAlon Zakai
2012-06-16move suffix tools to sharedAlon Zakai
2012-06-15move emscripten.h to emscripten/emscripten.h, so native builds can -I that di...Alon Zakai
2012-06-13make file packager folders writableAlon Zakai
2012-06-12handle duplicate files in file packagerAlon Zakai
2012-06-11add missing assert to file packaging to make it standaloneAlon Zakai
2012-06-11make add/removeRunDependency closure exportedAlon Zakai
2012-06-11make image and audio preloading closure-safe and accessible from outside clos...Alon Zakai
2012-06-11refactor file packaging into standalone toolAlon Zakai
2012-05-31print config file when an error occursAlon Zakai
2012-05-30try make twice, fixes some projects like poppler on ubuntu 12.04Alon Zakai
2012-05-29fix stack save problem with last bindings generator commitAlon Zakai
2012-05-29fix bindings generator bug with overloaded functions whose parameters differ ...Alon Zakai
2012-05-29fallback to java if no JAVA in ~/.emscriptenAlon Zakai
2012-05-28require JAVA definition in ~/.emscriptenAlon Zakai
2012-05-28test for scons integration and stop using emld thereAlon Zakai
2012-05-28cleanup for llvm-ld stuff in shared.pyAlon Zakai
2012-05-22create directories to work around llvm-nm silent failures if it can't generat...Alon Zakai
2012-05-22use unique temp dir in linking, and handle directories relative to build dirAlon Zakai