index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2012-07-18
fix getAudioMimetype
Alon Zakai
2012-07-18
use createPreloadedFile in file packager
Alon Zakai
2012-07-18
refactor file preloading to happen in FS.createPreloadedFile, so that not onl...
Alon Zakai
2012-07-17
check llvm version only when actually checking sanity - not on every call to ...
Alon Zakai
2012-07-16
warn on wrong llvm version
Alon Zakai
2012-07-16
add commented option to make crunch try a png input if crunching the dds failed
Alon Zakai
2012-07-13
Disable setting LIBTOOL
Behdad Esfahbod
2012-07-13
Set PKG_CONFIG_LIBDIR and PKG_CONFIG_PATH
Behdad Esfahbod
2012-07-13
Look into system/local/include and system/local/lib too
Behdad Esfahbod
2012-07-11
Merge pull request #286 from richardassar/ie7fix_script
Alon Zakai
2012-07-06
add INLINING_LIMIT=0 to -O3
Alon Zakai
2012-07-06
unused << >> optimization in js optimizer
Alon Zakai
2012-07-04
pass the eliminator the filename to avoid OS-specific issues with reading fro...
Alon Zakai
2012-07-04
do not eat stderr when running js optimizer
Alon Zakai
2012-06-27
Add a comment about nostdinc++ and remove the -Xclang version too
Ehsan Akhgari
2012-06-27
Merge pull request #478 from juj/nostdinc
Ehsan Akhgari
2012-06-25
use unique temp names for libraries too
Alon Zakai
2012-06-22
emcc --remove-duplicates option
Alon Zakai
2012-06-20
support for non-square crunch textures with mipmaps
Alon Zakai
2012-06-19
Merge pull request #480 from ehsan/crunch_import_warning
Alon Zakai
2012-06-19
crunch fix
Alon Zakai
2012-06-19
Only pull CRUNCH from shared.py if --crunch is used
Ehsan Akhgari
2012-06-19
more crunch printouts
Alon Zakai
2012-06-19
Don't pass the -nostdinc++ parameter to clang from emcc, since it spams the l...
Jukka Jylänki
2012-06-18
hint at crunch format
Alon Zakai
2012-06-18
some info for crunching
Alon Zakai
2012-06-18
handle case of nonexisting .crn when testing dds updates
Alon Zakai
2012-06-18
do not recrunch if dds is unchanged
Alon Zakai
2012-06-18
log out crunch times
Alon Zakai
2012-06-18
de-crunch in a worker
Alon Zakai
2012-06-17
crunch fixes
Alon Zakai
2012-06-17
crunch support
Alon Zakai
2012-06-16
move suffix tools to shared
Alon Zakai
2012-06-15
move emscripten.h to emscripten/emscripten.h, so native builds can -I that di...
Alon Zakai
2012-06-13
make file packager folders writable
Alon Zakai
2012-06-12
handle duplicate files in file packager
Alon Zakai
2012-06-11
add missing assert to file packaging to make it standalone
Alon Zakai
2012-06-11
make add/removeRunDependency closure exported
Alon Zakai
2012-06-11
make image and audio preloading closure-safe and accessible from outside clos...
Alon Zakai
2012-06-11
refactor file packaging into standalone tool
Alon Zakai
2012-05-31
print config file when an error occurs
Alon Zakai
2012-05-30
try make twice, fixes some projects like poppler on ubuntu 12.04
Alon Zakai
2012-05-29
fix stack save problem with last bindings generator commit
Alon Zakai
2012-05-29
fix bindings generator bug with overloaded functions whose parameters differ ...
Alon Zakai
2012-05-29
fallback to java if no JAVA in ~/.emscripten
Alon Zakai
2012-05-28
require JAVA definition in ~/.emscripten
Alon Zakai
2012-05-28
test for scons integration and stop using emld there
Alon Zakai
2012-05-28
cleanup for llvm-ld stuff in shared.py
Alon Zakai
2012-05-22
create directories to work around llvm-nm silent failures if it can't generat...
Alon Zakai
2012-05-22
use unique temp dir in linking, and handle directories relative to build dir
Alon Zakai
[next]