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-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
2012-07-13
Look into system/local/include and system/local/lib too
Behdad Esfahbod
2012-07-06
add INLINING_LIMIT=0 to -O3
Alon Zakai
2012-07-04
pass the eliminator the filename to avoid OS-specific issues with reading fro...
Alon Zakai
2012-07-04
do not eat stderr when running js optimizer
Alon Zakai
2012-06-27
Add a comment about nostdinc++ and remove the -Xclang version too
Ehsan Akhgari
2012-06-27
Merge pull request #478 from juj/nostdinc
Ehsan Akhgari
2012-06-25
use unique temp names for libraries too
Alon Zakai
2012-06-22
emcc --remove-duplicates option
Alon Zakai
2012-06-19
Don't pass the -nostdinc++ parameter to clang from emcc, since it spams the l...
Jukka Jylänki
2012-06-16
move suffix tools to shared
Alon Zakai
2012-06-15
move emscripten.h to emscripten/emscripten.h, so native builds can -I that di...
Alon Zakai
2012-06-11
refactor file packaging into standalone tool
Alon Zakai
2012-05-31
print config file when an error occurs
Alon Zakai
2012-05-30
try make twice, fixes some projects like poppler on ubuntu 12.04
Alon Zakai
2012-05-29
fallback to java if no JAVA in ~/.emscripten
Alon Zakai
2012-05-28
require JAVA definition in ~/.emscripten
Alon Zakai
2012-05-28
cleanup for llvm-ld stuff in shared.py
Alon Zakai
2012-05-22
create directories to work around llvm-nm silent failures if it can't generat...
Alon Zakai
2012-05-22
use unique temp dir in linking, and handle directories relative to build dir
Alon Zakai
2012-05-21
ignore non-bitcode files when linking
Alon Zakai
2012-05-21
handle (ignore) archives of non-bitcode
Alon Zakai
2012-05-21
add all needed parts of archives
Alon Zakai
[next]