Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-07 | switch to le32 target by default1.4.3 | Alon Zakai | |
2013-05-05 | generalize customizeVTable to support asm | Alon Zakai | |
2013-05-03 | use sys.executable | Alon Zakai | |
2013-05-03 | Remove executable permissions on simple files | Sylvestre Ledru | |
2013-05-03 | use -fno-threadsafe-statics, issue #1128 | Alon Zakai | |
2013-05-03 | fix some logging uses | Alon Zakai | |
2013-05-03 | tweak some logging levels | Alon Zakai | |
2013-05-03 | Displays usage when no argument is passed. | Éloi Rivard | |
2013-05-03 | * Added some colors to messages displayed from python files. | Éloi Rivard | |
2013-05-02 | 1.4.21.4.2 | Alon Zakai | |
2013-05-02 | check sanity later in test runner, so we can know env settings, and do not ↵ | Alon Zakai | |
needless tear down le32 stuff | |||
2013-05-01 | TODO | Alon Zakai | |
2013-05-01 | Merge pull request #1117 from rib/wip/cogl | Alon Zakai | |
Enable simple Cogl based apps by fixing some SDL_GL_GetProcAddress issues | |||
2013-05-01 | Merge pull request #1098 from LCID-Fire/wrapper_exit_code_fix | Alon Zakai | |
Build wrapper exit code fix | |||
2013-04-30 | check for need to clear cache even in EMCC_DEBUG=1 mode, which forces sanity ↵ | Alon Zakai | |
checks | |||
2013-04-30 | add support for changing the llvm target using EMCC_LLVM_TARGET in the env | Alon Zakai | |
2013-04-30 | look for python2 before python for default .emscripten | Robert 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-30 | switch back to x86 target in preparation to merge to incoming | Alon Zakai | |
2013-04-30 | store target in sanity file, so changing it causes the cache to be flushed | Alon Zakai | |
2013-04-29 | bump version1.4.1 | Alon Zakai | |
2013-04-29 | use le32-unknown-nacl triple | Alon Zakai | |
2013-04-29 | Bump version.1.3.8 | Bruce Mitchener | |
2013-04-27 | Explicitly refer to CalledProcessError with its package name. | Andreas Bergmeier | |
2013-04-25 | Change to fit in with Alon's coding style. | Andreas Bergmeier | |
2013-04-25 | Change `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-25 | Try/catch around idb open. | Alan Kligman | |
2013-04-25 | If caching fails, proceed to process package data. | Alan Kligman | |
2013-04-25 | If there's a problem, fall back to default non-cache loading from remote. | Alan Kligman | |
2013-04-25 | Add 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-25 | Fix incorrect cache logic (probably copy pasta error). Add ↵ | Alan Kligman | |
Module.preloadResults to store preload stats (for testing purposes). | |||
2013-04-25 | Updated documentation for --use-preload-cache. | Alan Kligman | |
2013-04-25 | Fix 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-25 | Fix missing parameter in cacheRemotePackage invocation. Remove debug ↵ | Alan Kligman | |
console.log. | |||
2013-04-25 | Add --use-preload-cache flag to enable indexeddb preload cache. Defaults to ↵ | Alan Kligman | |
original behaviour. | |||
2013-04-25 | Add no-cache to HEAD request. | Alan Kligman | |
2013-04-25 | Preloading script now uses indexeddb to cache asset packages. Will load them ↵ | Alan Kligman | |
from indexeddb if possible. | |||
2013-04-23 | Merge pull request #1063 from waywardmonkeys/musl-libc1.3.7 | Alon Zakai | |
Add wchar and multibyte libc functions | |||
2013-04-23 | add a define of __EMSCRIPTEN__ | Alon Zakai | |
2013-04-23 | Merge pull request #1086 from waywardmonkeys/llvm-root-guessing | Alon Zakai | |
Better guessing for LLVM_ROOT. | |||
2013-04-23 | Better 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-22 | big function finder tool | Alon Zakai | |
2013-04-22 | Bump version. | Bruce Mitchener | |
2013-04-20 | optimize HEAPU?8[..] << 24 >> 24 and similar | Alon Zakai | |
2013-04-19 | use power of two heap in relooper | Alon Zakai | |
2013-04-19 | enable ASM_JS=1 in -O1+, and start to update testing | Alon Zakai | |
2013-04-19 | Merge pull request #1073 from waywardmonkeys/cleanup-compiler-flags | Alon Zakai | |
Cleanup compiler flags | |||
2013-04-19 | Improve error reporting in build_library. | Jukka Jylänki | |
2013-04-17 | remove 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-17 | Remove unnecessary undefine of __CYGWIN__. | Bruce Mitchener | |
2013-04-17 | Remove 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. |