aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2013-05-07switch to le32 target by default1.4.3Alon Zakai
2013-05-05generalize customizeVTable to support asmAlon Zakai
2013-05-03use sys.executableAlon Zakai
2013-05-03Remove executable permissions on simple filesSylvestre Ledru
2013-05-03use -fno-threadsafe-statics, issue #1128Alon Zakai
2013-05-03fix some logging usesAlon Zakai
2013-05-03tweak some logging levelsAlon Zakai
2013-05-03Displays usage when no argument is passed.Éloi Rivard
2013-05-03* Added some colors to messages displayed from python files.Éloi Rivard
2013-05-021.4.21.4.2Alon Zakai
2013-05-02check sanity later in test runner, so we can know env settings, and do not ↵Alon Zakai
needless tear down le32 stuff
2013-05-01TODOAlon Zakai
2013-05-01Merge pull request #1117 from rib/wip/coglAlon Zakai
Enable simple Cogl based apps by fixing some SDL_GL_GetProcAddress issues
2013-05-01Merge pull request #1098 from LCID-Fire/wrapper_exit_code_fixAlon Zakai
Build wrapper exit code fix
2013-04-30check for need to clear cache even in EMCC_DEBUG=1 mode, which forces sanity ↵Alon Zakai
checks
2013-04-30add support for changing the llvm target using EMCC_LLVM_TARGET in the envAlon Zakai
2013-04-30look for python2 before python for default .emscriptenRobert Bragg
emscripten requires python 2 but some systems have multiple versions of python installed and the 'python' binary will correspond to python 3. We now explicitly look for a python2 first when setting up a default .emscripten config file.
2013-04-30switch back to x86 target in preparation to merge to incomingAlon Zakai
2013-04-30store target in sanity file, so changing it causes the cache to be flushedAlon Zakai
2013-04-29bump version1.4.1Alon Zakai
2013-04-29use le32-unknown-nacl tripleAlon Zakai
2013-04-29Bump version.1.3.8Bruce Mitchener
2013-04-27Explicitly refer to CalledProcessError with its package name.Andreas Bergmeier
2013-04-25Change to fit in with Alon's coding style.Andreas Bergmeier
2013-04-25Change `Building.make` and `Building.configure` to raise a ↵Andreas Bergmeier
`CalledProcessError` when the underlying command's `returncode` is not 0. Handle all calls inside of `shared.py` to ignore the error, so behavior does not change. Handle error in `emmake` and `emconfigure`, so these exit with the `returncode` of the underlying command.
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 ↵Alan Kligman
with uuid check for cached packages, and remove HEAD XHR.
2013-04-25Fix incorrect cache logic (probably copy pasta error). Add ↵Alan Kligman
Module.preloadResults to store preload stats (for testing purposes).
2013-04-25Updated documentation for --use-preload-cache.Alan Kligman
2013-04-25Fix broken unit tests (browser.test_sdl_image_compressed, ↵Alan Kligman
browser.test_preload_file, browser.compressed_file). Fix style issues. Move some branch-specific code into the branch, rather than having it outside.
2013-04-25Fix missing parameter in cacheRemotePackage invocation. Remove debug ↵Alan Kligman
console.log.
2013-04-25Add --use-preload-cache flag to enable indexeddb preload cache. Defaults to ↵Alan Kligman
original behaviour.
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
from indexeddb if possible.
2013-04-23Merge pull request #1063 from waywardmonkeys/musl-libc1.3.7Alon Zakai
Add wchar and multibyte libc functions
2013-04-23add a define of __EMSCRIPTEN__Alon Zakai
2013-04-23Merge pull request #1086 from waywardmonkeys/llvm-root-guessingAlon Zakai
Better guessing for LLVM_ROOT.
2013-04-23Better guessing for LLVM_ROOT.Bruce Mitchener
On OS X, there is a system-wide clang that is the wrong version, so the guessing goes wrong. Looking for llvm-dis is less likely to go wrong and is also required by the build process.
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
Cleanup compiler flags
2013-04-19Improve error reporting in build_library.Jukka Jylänki
2013-04-17remove eliminated variable definitions only if variable was successfully ↵Alon Zakai
removed (it might not be if it is in a switch) in asm
2013-04-17Remove unnecessary undefine of __CYGWIN__.Bruce Mitchener
2013-04-17Remove unnecessary x86_64 and x87 undefines.Bruce Mitchener
These aren't defined for our target in the first place, so we don't need to undefine them.