aboutsummaryrefslogtreecommitdiff
path: root/settings.py
AgeCommit message (Expand)Author
2011-12-09commentsAlon Zakai
2011-12-04settings.py commentsAlon Zakai
2011-12-03fixes for using node as both compiler engine and code running engine. node is...Alon Zakai
2011-12-03refactoring towards supporting node.jsAlon Zakai
2011-11-19initial work on JS optimizerAlon Zakai
2011-11-09update misleading reference to LLVM 2.9Alon Zakai
2011-11-06update commentAlon Zakai
2011-11-05default temp dir to /tmpAlon Zakai
2011-09-23harmonize use of COMPILER_ARGSAlon Zakai
2011-09-02remove (the deprecated) llvm-gccAlon Zakai
2011-08-30by default use type inference in spidermonkeyAlon Zakai
2011-07-31use v8 as default compiler, sm trunk breaks on file reading apparentlyAlon Zakai
2011-07-29make sure we have one test without -gAlon Zakai
2011-07-29Merge pull request #57 from max99x/masterkripken
2011-07-29js engine and emmaken fixesAlon Zakai
2011-07-20Fixed various metadata parsing error and activated -g by default in settings ...max99x
2011-07-07Rewrite of emscripten.py:max99x