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-05-14
Add the em-config tool
Ehsan Akhgari
2012-05-03
define proper endianness for endian.h and add working but slow-compiling sha1...
Alon Zakai
2012-05-03
fix bug with js engine being str and not list
Alon Zakai
2012-05-01
undef __linux__, fixes SDL endianness detection
Alon Zakai
2012-04-24
add ENV_PREFIX to more places
Alon Zakai
2012-04-24
use env python instead of python in tools/shared if it is available
Alon Zakai
2012-04-20
clear cache on non-forced sanity checks if the config file changed
Alon Zakai
2012-04-18
sanity check for java
Alon Zakai
2012-04-17
add EM_DEBUG option for test runner printouts of run_js
Alon Zakai
2012-04-15
One more linker stub fix for Windows.
Sigmund Vik
2012-04-14
clean up emscripten temp dir
Alon Zakai
2012-04-12
fix test_firstrun
Alon Zakai
2012-04-12
fix EM_SAVE_DIR
Alon Zakai
2012-04-11
Make it easier to use emscripten from a build system.
Sigmund Vik
2012-04-09
use unique temp dir in emcc unless EMCC_DEBUG=1 is set
Alon Zakai
2012-04-08
nicer solution for removing linker stub
Alon Zakai
2012-04-08
clean up linker a.out|exe stubs
Alon Zakai
2012-04-04
Unbreak emconfigure et all
Behdad Esfahbod
2012-04-03
merge fixes
Alon Zakai
2012-04-03
[tools/shared.py]: Added -Xmx1024m, big .js quickly go over the default memor...
Pierre Renaux
2012-04-02
only include i64 precise code if it will actually be used
Alon Zakai
2012-03-29
windows fixes
Alon Zakai
2012-03-26
use shlex
Alon Zakai
2012-03-21
fix some bugs with preloading of entire directories
Alon Zakai
2012-03-21
properly handle closure compiler return codes
Alon Zakai
2012-03-21
add option to add closure compiler arguments in EMCC_CLOSURE_ARGS env var
Alon Zakai
2012-03-20
back out change to environment vars
Alon Zakai
2012-03-20
back out change to cmake compiler stuff due to openjpeg breakage
Alon Zakai
2012-03-20
Misc fixes for Windows.
Sigmund Vik
2012-03-15
add file preloading in browsers
Alon Zakai
2012-03-08
default closure compiler in a way that doesn't require EMSCRIPTEN_ROOT
Alon Zakai
2012-02-26
do not use -std-compile-opts, which is not really meant to be used
Alon Zakai
2012-02-11
keep i64 mode 1 in -O3, it is no longer slow, in fact it is faster now
Alon Zakai
2012-02-09
enforce strict order in multiple libraries generated in the test runner: the ...
Alon Zakai
2012-02-09
fix for bug with using old full pathnames when loading builds from cache in t...
Alon Zakai
2012-02-09
Merge pull request #228 from ehsan/use_ar_upstream
Alon Zakai
2012-02-09
Cache the result of is_ar
Ehsan Akhgari
2012-02-08
Fix the cmake handling
Ehsan Akhgari
2012-02-08
Add a test for handling of multiply defined symbols
Ehsan Akhgari
2012-02-08
Improve get_library() to create real library files
Ehsan Akhgari
2012-02-08
Use llvm-ar instead of llvm-link in emar
Ehsan Akhgari
2012-02-06
fix cmake typo
Alon Zakai
2012-02-06
Use the more Pythonic syntax for substring matches
Ehsan Akhgari
2012-02-05
show warning if using emscripten.py directly
Alon Zakai
2012-02-03
output pretty printed from closure, since we do whitespace compression later ...
Alon Zakai
2012-02-03
Merge pull request #212 from ehsan/cmake_support_2
Alon Zakai
2012-02-02
Support CMake in emconfigure
Ehsan Akhgari
2012-02-02
accept empty bitcode files as valid bitcode files
Alon Zakai
2012-02-01
llvm inlining support (disabled by default; enabled in benchmarks)
Alon Zakai
2012-02-01
fix test_poppler and test_iostream
llvm-opts
Alon Zakai
[next]