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
/
emmaken.py
Age
Commit message (
Expand
)
Author
2012-12-19
Updated scripts to call python2 directly rather than relying on python symlin...
Alan Kligman
2012-03-20
Misc fixes for Windows.
Sigmund Vik
2012-01-31
Merge pull request #198 from ehsan/import_shared_properly
Alon Zakai
2012-01-30
Import shared.py properly
Ehsan Akhgari
2012-01-28
Enable the EM_CONFIG environment variable to override ~/.emscripten
Ehsan Akhgari
2011-12-18
deprecate emmaken.py and emconfiguren.py
Alon Zakai
2011-12-17
fix poppler test
Alon Zakai
2011-12-16
temporarily return emmaken to test runner instead of emcc
Alon Zakai
2011-12-14
initial prep for emcc by default
Alon Zakai
2011-11-17
Add first comments to guide to SCons setup
LCID Fire
2011-11-15
emconfiguren script and refactor Building
Alon Zakai
2011-11-15
ignore and warn about -Ox in emmaken
Alon Zakai
2011-11-13
use our own headers with the native compiler during configure in emmaken
Alon Zakai
2011-11-04
emmaken fix
Alon Zakai
2011-10-16
emmaken docs
Alon Zakai
2011-10-16
allow modifying the compiler in emmaken
Alon Zakai
2011-10-13
remove obsolete emmaken possibility to use llvm-gcc
Alon Zakai
2011-10-05
path fixes
Alon Zakai
2011-10-05
fix merge conflicts
Alon Zakai
2011-09-24
start to include system headers (tests broken)
Alon Zakai
2011-09-23
Edited tools/emmaken.py via GitHub
SiggyBar
2011-09-16
emmaken fixes: handle c++ files and -include more properly
Alon Zakai
2011-09-03
simplify emmaken with EMMAKEN_JUST_CONFIGURE, and use llvm-ld instead of llvm...
Alon Zakai
2011-07-29
Merge pull request #57 from max99x/master
kripken
2011-07-29
js engine and emmaken fixes
Alon Zakai
2011-07-23
Removed some leftover unnecessary code from the struct layout parser;
max99x
2011-07-20
Fixed various metadata parsing error and activated -g by default in settings ...
max99x
2011-07-03
additional undefines for emmaken
Alon Zakai
2011-06-12
minor emmaken fixes
Alon Zakai
2011-05-21
emmaken fix
Alon Zakai
2011-05-09
misc emmaken improvements
Alon Zakai
2011-04-27
handle ar arguments properly in emmaken
Alon Zakai
2011-04-27
emmakenxx.py to handle .c files in projects that are really c++
Alon Zakai
2011-04-26
emmaken support for cmake c++ builds
Alon Zakai
2011-02-27
openjpeg test
Alon Zakai
2011-02-27
debugging info and test runner fixes
Alon Zakai
2011-02-13
debugging fixes
Alon Zakai
2011-02-10
use clang in emmaken and in freetype&zlib tests
Alon Zakai
2011-01-31
misc cleanups and fixes
Alon Zakai
2011-01-23
minor fixes and optimizations
Alon Zakai
2011-01-14
refactor shared components of python tools, and add emmaken.py
Alon Zakai