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
2012-11-06
save temp files in EMCC_DEBUG mode
Alon Zakai
2012-11-06
Add another loud error message containing the actual command line when callin...
Jukka Jylänki
2012-11-05
If configure in shared.py fails with an exception, print out the command line...
Jukka Jylänki
2012-11-03
fix exit code on sanity fails
Alon Zakai
2012-10-30
tell closure its input is ECMASCRIPT5
Alon Zakai
2012-10-29
define LDSHARED, useful in zlib configure
Alon Zakai
2012-10-28
remove unneeded import
Alon Zakai
2012-10-28
split out js_optimizer python portion into an independent module
Alon Zakai
2012-10-28
refactor js optimizer caller a little
Alon Zakai
2012-10-26
do not emit multiple EMSCRIPTEN_GENERATED_FUNCTION markers in split js files
Alon Zakai
2012-10-26
parallelize inside js optimizer passes, using all cpu cores
Alon Zakai
2012-10-26
fail on trying to split up js optimizer on unGlobalize
Alon Zakai
2012-10-25
restore limit_size
Alon Zakai
2012-10-25
rewrite of eliminator to better approach
Alon Zakai
2012-10-23
integrate eliminator as js optimizer pass
Alon Zakai
2012-10-23
rewrite eliminator in js
Alon Zakai
2012-10-20
check node version is at least 0.6.8, which is the first to not have v8 bug 1...
Alon Zakai
2012-10-20
restore workaround for v8 bug 1895
Alon Zakai
2012-10-17
split up very large js files when passing them into js-optimizer and eliminat...
Alon Zakai
2012-10-17
remove unneeded node checks
Alon Zakai
2012-10-17
stop working around v8 bug 1985 which was fixed a while ago
Alon Zakai
2012-10-17
allow changing java heap size for closure via JAVA_HEAP_SIZE env var
Alon Zakai
2012-10-17
improve node autodetection
Alon Zakai
2012-10-17
Don't explode in emconfigure if no args are passed
Riccardo Magliocchetti
2012-10-14
handle .a with identically named .o ; fixes #637
Alon Zakai
2012-09-28
workaround for libcxx --std=c++11 issue
Alon Zakai
2012-09-26
autoguess ~/.emscripten values on first run, possibly fixes #593
Alon Zakai
2012-09-26
remove misleading top line in settings when copying it to ~/.emscripten
Alon Zakai
2012-09-26
Merge pull request #581 from LCID-Fire/debian_clang_check
Alon Zakai
2012-09-26
Make check_clang_version return a bool value.
LCID Fire
2012-09-24
make with statement in shared.py work in python 2.6
Alon Zakai
2012-09-24
commented option to add verbose logging to make
Alon Zakai
2012-09-24
fix python conventions
Alon Zakai
2012-09-23
Reworked `build_library`:
LCID Fire
2012-09-22
move settings.py to a less conspicuous place and rename it, to avoid confusion
Alon Zakai
2012-09-22
Extract check_clang_version into an own function and correct checking so it w...
LCID Fire
2012-09-21
add libcxxabi headers to include path
Alon Zakai
2012-09-18
indentation fix
Alon Zakai
2012-09-18
Add ability to use versioned llvm binaries
Riccardo Magliocchetti
2012-09-13
clearer error message when a crucial llvm tool is missing, and force sanity c...
Alon Zakai
2012-09-12
make all temp files be in TEMP_DIR from ~/.emscripten
Alon Zakai
2012-09-10
use abspath in link() because we might chdir in the middle
Alon Zakai
2012-08-25
disable precise i32 multiplication even in -O0: too slow
Alon Zakai
2012-08-25
PRECISE_I32_MUL option for full precision in 32-bit multiply
Alon Zakai
2012-07-25
Add LD to the variables replaced by emmake
Justin Kerk
2012-07-23
always look for main in .a files
Alon Zakai
2012-07-17
check llvm version only when actually checking sanity - not on every call to ...
Alon Zakai
2012-07-16
warn on wrong llvm version
Alon Zakai
2012-07-13
Disable setting LIBTOOL
Behdad Esfahbod
2012-07-13
Set PKG_CONFIG_LIBDIR and PKG_CONFIG_PATH
Behdad Esfahbod
[next]