aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-21fix test runner bug that caused various failures when running tests together ↵Alon Zakai
(but not alone)
2011-10-21Merge branch 'master' of https://github.com/kripken/emscriptenAlon Zakai
2011-10-21refactor emscripten settings in test runnerAlon Zakai
2011-10-20undefine __APPLE__ when using emscripen headersAlon Zakai
2011-10-20SDL headers fixAlon Zakai
2011-10-20fix for using data files with closure compilerAlon Zakai
2011-10-20refactor some tools stuffAlon Zakai
2011-10-19fix test_iostreamAlon Zakai
2011-10-19file2json stuffAlon Zakai
2011-10-19optimize SDL pixel loop for ta2, and other minor fixesAlon Zakai
2011-10-18move some paths to tools/sharedAlon Zakai
2011-10-18various library fixesAlon Zakai
2011-10-18ctype.h fix to not use macrosAlon Zakai
2011-10-18fix test_ctype for newlibAlon Zakai
2011-10-18Merge branch 'master' of https://github.com/kripken/emscriptenAlon Zakai
2011-10-18clarify use of safe heap with ta2Alon Zakai
2011-10-17various include/ additionsAlon Zakai
2011-10-17do not load library_glAlon Zakai
2011-10-17tweak make_fileAlon Zakai
2011-10-17test for iostream hello worldAlon Zakai
2011-10-16properly use console.log on the webAlon Zakai
2011-10-16emmaken docsAlon Zakai
2011-10-16allow modifying the compiler in emmakenAlon Zakai
2011-10-16option to not inline library functionsAlon Zakai
2011-10-16do not save test runner temp dir by defaultAlon Zakai
2011-10-16inline specific library functions for speedAlon Zakai
2011-10-16option to save the test runner temp dirAlon Zakai
2011-10-15Merge pull request #98 from jterrace/masterAlon Zakai
Adds llvm_ctlz_i32
2011-10-14flush partially-printed lines during shutdownAlon Zakai
2011-10-14Added llvm_ctlz_i32Jeff Terrace
2011-10-13option to not use the bundled headersAlon Zakai
2011-10-13C autodebugger improvementsAlon Zakai
2011-10-13comment for nose and disable emscripten_api test in failing casesAlon Zakai
2011-10-13Merge pull request #95 from jterrace/masterAlon Zakai
Parallelized test suite
2011-10-13Add jterrace to authorsJeff Terrace
2011-10-13header fixes for speak.jsAlon Zakai
2011-10-13file tool fixesAlon Zakai
2011-10-13fix bug with externsAlon Zakai
2011-10-13comment on .ll inputAlon Zakai
2011-10-13Merge branch 'master' of https://github.com/kripken/emscriptenJeff Terrace
2011-10-13two minor intertyper fixes for haskellAlon Zakai
2011-10-13simplify file2jsonAlon Zakai
2011-10-13remove obsolete emmaken possibility to use llvm-gccAlon Zakai
2011-10-13Merge branch 'master' of https://github.com/kripken/emscriptenJeff Terrace
2011-10-13Change names of functions make_test, do_test, prep_ll_test, and do_ll_test ↵Jeff Terrace
to take out "test", since nose picks these up as test cases when they shouldn't be
2011-10-12Merge branch 'master' of https://github.com/kripken/emscriptenAlon Zakai
2011-10-12some SDL stuffAlon Zakai
2011-10-12handle function calls to null (at compile-time..)Alon Zakai
2011-10-12test for LLVM structures in phiAlon Zakai
2011-10-12handle LLVM structures in phiAlon Zakai