Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-16 | support closure compiler on the shell in asm mode | Alon Zakai | |
2013-05-16 | enable aliasing function pointers by default in -O2 | Alon Zakai | |
2013-05-10 | add FORCE_ALIGNED_MEMORY=1 to -O3 | Alon Zakai | |
2013-05-09 | Also remove #define __ELF__ when building using NaCl triple. | Jukka Jylänki | |
2013-05-09 | Remove __pnacl__ #define as well. | Jukka Jylänki | |
2013-05-09 | Remove the __native_client__ system define when using NaCl triple. ↵ | Jukka Jylänki | |
Emscripten does not implement Google Native Client/Pepper APIs. | |||
2013-05-07 | switch to le32 target by default1.4.3 | Alon Zakai | |
2013-05-03 | use sys.executable | Alon Zakai | |
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 | 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-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 | 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 | Bump version. | Bruce Mitchener | |
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 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. | |||
2013-04-17 | __STDC__ is already defined by clang. | Bruce Mitchener | |
2013-04-17 | Remove flags for disabling ms-compatibility. | Bruce Mitchener | |
With the use of -target rather than -triple, these are no longer needed. | |||
2013-04-17 | Use -target rather than -triple with clang. | Bruce Mitchener | |
Apparently -target replaced -triple in the past. Using -target also makes the behavior of clang match the target rather than the host platform. | |||
2013-04-11 | Remove duplicate line from rebase. | Jukka Jylänki | |
2013-04-11 | Remove the unwanted abstraction that callee is allowed to autodelete a ↵ | Jukka Jylänki | |
response file after consuming it. Instead, manually track and delete response files by the caller and clean them up. | |||
2013-04-11 | Extend the use of response files to cover the case when emcc invokes ↵ | Jukka Jylänki | |
emscripten.py, so that Windows command line length limitations don't break the test_asm_pgo on Windows. | |||
2013-04-09 | do not use memory init file in relooper itself | Alon Zakai | |
2013-04-09 | try to make WindowsPopen errors a little more explicit | Alon Zakai | |
2013-04-04 | Merge branch 'ag/clang-add-version' of github.com:agladysh/emscripten into ↵ | Alon Zakai | |
agladysh-ag/clang-add-version2 | |||
2013-04-04 | Fix calling try_delete before importing it. | Bruce Mitchener | |
Previously, the import of try_delete was after one of the blocks of code that called it, so it could result in an error at runtime. | |||
2013-04-04 | Work around problem with constexpr on Windows. | Bruce Mitchener | |
This is for libcxx compilation on Windows and is a result of http://llvm.org/PR15651. See issue #1019 for more detail. | |||
2013-04-04 | Add ability to use versioned clang libraries | Alexander Gladysh | |
Just like LLVM_ADD_VERSION. |