aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2012-09-05Bitshift optimizer anticipates fns with switchesBenjamin Stover
Conflicts: AUTHORS
2012-08-25disable precise i32 multiplication even in -O0: too slowAlon Zakai
2012-08-25PRECISE_I32_MUL option for full precision in 32-bit multiplyAlon Zakai
2012-08-09change download messageAlon Zakai
2012-08-09show progress on datafile downloadAlon Zakai
2012-08-08only create new Uint8Arrays during preloading when actually necessaryAlon Zakai
2012-07-30fix file preloading with -o subdir/..Alon Zakai
2012-07-25Add LD to the variables replaced by emmakeJustin Kerk
2012-07-23always look for main in .a filesAlon Zakai
2012-07-22optional plugins for file packagerAlon Zakai
2012-07-18workaround for chromium bug 124926 in another necessary placeAlon Zakai
2012-07-18add runDependency tracking and fix detected bugsAlon Zakai
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 ↵Alon Zakai
only file_packager preloading gets preloaded Images and Audios
2012-07-17check llvm version only when actually checking sanity - not on every call to ↵Alon Zakai
emcc
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
emlibtool is a big TODO right now. The only reason this was not causing problems is that autotools-generated configure does NOT get libtool from environment variables.
2012-07-13Set PKG_CONFIG_LIBDIR and PKG_CONFIG_PATHBehdad Esfahbod
Such that: 1. Packages installed into system/ or system/local are found by configure. 2. System packages are NOT found. This can be a pain sometimes. Can be overriden by setting EM_PKG_CONFIG_PATH to additional locations.
2012-07-13Look into system/local/include and system/local/lib tooBehdad Esfahbod
Now one can do: emconfigure ./configure --prefix=/path/to/emscripten/local And then make install to there, like a real /usr/local. No manual bitcode moving. Now if there was a way to change default prefix of configure using an env var...
2012-07-11Merge pull request #286 from richardassar/ie7fix_scriptAlon Zakai
Added IE7 fix script
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 ↵Alon Zakai
from stdin using node
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
Clang++ reports warning "argument unused during compilation '-nostdinc++'.
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
Crunch import warning
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 ↵Jukka Jylänki
line "clang++: warning: argument unused during compilation: '-nostdinc++'" for each built .cpp file.
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 ↵Alon Zakai
dir and not get anything else
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