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
/
shared.py
Age
Commit message (
Expand
)
Author
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. Emscripten...
Jukka Jylänki
2013-05-07
switch to le32 target by default
1.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.2
1.4.2
Alon Zakai
2013-05-02
check sanity later in test runner, so we can know env settings, and do not ne...
Alon Zakai
2013-05-01
Merge pull request #1117 from rib/wip/cogl
Alon Zakai
2013-05-01
Merge pull request #1098 from LCID-Fire/wrapper_exit_code_fix
Alon Zakai
2013-04-30
check for need to clear cache even in EMCC_DEBUG=1 mode, which forces sanity ...
Alon Zakai
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
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 version
1.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 `CalledProcessErro...
Andreas Bergmeier
2013-04-23
Merge pull request #1063 from waywardmonkeys/musl-libc
1.3.7
Alon Zakai
2013-04-23
add a define of __EMSCRIPTEN__
Alon Zakai
2013-04-23
Better guessing for LLVM_ROOT.
Bruce Mitchener
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
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
2013-04-17
__STDC__ is already defined by clang.
Bruce Mitchener
2013-04-17
Remove flags for disabling ms-compatibility.
Bruce Mitchener
2013-04-17
Use -target rather than -triple with clang.
Bruce Mitchener
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 respon...
Jukka Jylänki
2013-04-11
Extend the use of response files to cover the case when emcc invokes emscript...
Jukka Jylänki
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 ag...
Alon Zakai
2013-04-04
Fix calling try_delete before importing it.
Bruce Mitchener
2013-04-04
Work around problem with constexpr on Windows.
Bruce Mitchener
2013-04-04
Add ability to use versioned clang libraries
Alexander Gladysh
2013-04-01
Merge pull request #1009 from waywardmonkeys/another-libcxx-update
1.3.6
Alon Zakai
[next]