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
/
settings.py
Age
Commit message (
Expand
)
Author
2011-12-09
comments
Alon Zakai
2011-12-04
settings.py comments
Alon Zakai
2011-12-03
fixes for using node as both compiler engine and code running engine. node is...
Alon Zakai
2011-12-03
refactoring towards supporting node.js
Alon Zakai
2011-11-19
initial work on JS optimizer
Alon Zakai
2011-11-09
update misleading reference to LLVM 2.9
Alon Zakai
2011-11-06
update comment
Alon Zakai
2011-11-05
default temp dir to /tmp
Alon Zakai
2011-09-23
harmonize use of COMPILER_ARGS
Alon Zakai
2011-09-02
remove (the deprecated) llvm-gcc
Alon Zakai
2011-08-30
by default use type inference in spidermonkey
Alon Zakai
2011-07-31
use v8 as default compiler, sm trunk breaks on file reading apparently
Alon Zakai
2011-07-29
make sure we have one test without -g
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-20
Fixed various metadata parsing error and activated -g by default in settings ...
max99x
2011-07-07
Rewrite of emscripten.py:
max99x