aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2013-04-29Bump version.1.3.8Bruce Mitchener
2013-04-25Try/catch around idb open.Alan Kligman
2013-04-25If caching fails, proceed to process package data.Alan Kligman
2013-04-25If there's a problem, fall back to default non-cache loading from remote.Alan Kligman
2013-04-25Add browser.test_preload_caching to unit tests. Replace modified-time check w...Alan Kligman
2013-04-25Fix incorrect cache logic (probably copy pasta error). Add Module.preloadResu...Alan Kligman
2013-04-25Updated documentation for --use-preload-cache.Alan Kligman
2013-04-25Fix broken unit tests (browser.test_sdl_image_compressed, browser.test_preloa...Alan Kligman
2013-04-25Fix missing parameter in cacheRemotePackage invocation. Remove debug console....Alan Kligman
2013-04-25Add --use-preload-cache flag to enable indexeddb preload cache. Defaults to o...Alan Kligman
2013-04-25Add no-cache to HEAD request.Alan Kligman
2013-04-25Preloading script now uses indexeddb to cache asset packages. Will load them ...Alan Kligman
2013-04-23Merge pull request #1063 from waywardmonkeys/musl-libc1.3.7Alon Zakai
2013-04-23add a define of __EMSCRIPTEN__Alon Zakai
2013-04-23Merge pull request #1086 from waywardmonkeys/llvm-root-guessingAlon Zakai
2013-04-23Better guessing for LLVM_ROOT.Bruce Mitchener
2013-04-22big function finder toolAlon Zakai
2013-04-22Bump version.Bruce Mitchener
2013-04-20optimize HEAPU?8[..] << 24 >> 24 and similarAlon Zakai
2013-04-19use power of two heap in relooperAlon Zakai
2013-04-19enable ASM_JS=1 in -O1+, and start to update testingAlon Zakai
2013-04-19Merge pull request #1073 from waywardmonkeys/cleanup-compiler-flagsAlon Zakai
2013-04-19Improve error reporting in build_library.Jukka Jylänki
2013-04-17remove eliminated variable definitions only if variable was successfully remo...Alon Zakai
2013-04-17Remove unnecessary undefine of __CYGWIN__.Bruce Mitchener
2013-04-17Remove unnecessary x86_64 and x87 undefines.Bruce Mitchener
2013-04-17__STDC__ is already defined by clang.Bruce Mitchener
2013-04-17Remove flags for disabling ms-compatibility.Bruce Mitchener
2013-04-17Use -target rather than -triple with clang.Bruce Mitchener
2013-04-16Merge pull request #1038 from juj/fix_test_asm_pgo_windowsAlon Zakai
2013-04-16* Added a warning to file_packager when an input file does not exist.Éloi Rivard
2013-04-15* Added --no-force argument.Éloi Rivard
2013-04-13* Little improvements of file_packager.pyÉloi Rivard
2013-04-11Remove duplicate line from rebase.Jukka Jylänki
2013-04-11Remove the unwanted abstraction that callee is allowed to autodelete a respon...Jukka Jylänki
2013-04-11Don't require response files to end with '.rsp'. Only autodelete response fil...Jukka Jylänki
2013-04-11Fix typo.Jukka Jylänki
2013-04-11Extend the use of response files to cover the case when emcc invokes emscript...Jukka Jylänki
2013-04-09do not use memory init file in relooper itselfAlon Zakai
2013-04-09try to make WindowsPopen errors a little more explicitAlon Zakai
2013-04-08Remove '.' print in tools/js_optimizer.py on Windows. Fixes other.test_chunki...Jukka Jylänki
2013-04-04Merge branch 'ag/clang-add-version' of github.com:agladysh/emscripten into ag...Alon Zakai
2013-04-04Fix calling try_delete before importing it.Bruce Mitchener
2013-04-04Work around problem with constexpr on Windows.Bruce Mitchener
2013-04-03bump MAX_NAMESAlon Zakai
2013-04-04Add ability to use versioned clang librariesAlexander Gladysh
2013-04-01Merge pull request #1009 from waywardmonkeys/another-libcxx-update1.3.6Alon Zakai
2013-03-30fix -nostdinc++Alon Zakai
2013-03-30Merge pull request #1004 from waywardmonkeys/fix-nostdincxxAlon Zakai
2013-03-29Bump version.Bruce Mitchener