aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-09Fix \r\n vs \n parsing issue in test runner comparisons.Jukka Jylänki
2012-11-09Convert crlf to lf in other.test_js_optimizer test to pass the test on Windows.Jukka Jylänki
2012-11-09Adjust an assert check in other.test_emcc to be more relaxed on the ↵Jukka Jylänki
generated LLVM output. On Windows, the text outputted by LLVM varied somewhat, so testing for string containment instead works better.
2012-11-08improve node detectionAlon Zakai
2012-11-08Fix a few other cases like previous commit where a possibly failing test ↵Jukka Jylänki
could leak temporarily set environment variables.
2012-11-08Fix test_conftest_s_flag_passing (__main__.other) from leaking behind an ↵Jukka Jylänki
environment variable EMMAKEN_JUST_CONFIGURE=1 if the test fails. This would cause all subsequent tests in the test runner to also fail.
2012-11-08support inet_ntoa and inet_aton, and fix inet_ntop bug with not writing null ↵Alon Zakai
terminator
2012-11-08headers fixAlon Zakai
2012-11-08fix test_emccAlon Zakai
2012-11-08notice NODE env var in .emscripten by defaultAlon Zakai
2012-11-08optimal cwrapAlon Zakai
2012-11-08Merge pull request #676 from Blechhirn/SplitFixAlon Zakai
Fix splitting on case-insensitive file systems
2012-11-07test debug info removal in -O1+Alon Zakai
2012-11-07improve memory growth errorAlon Zakai
2012-11-07fix handling of splitting in emscript with just one coreAlon Zakai
2012-11-07take into account forwarded data in chunk sizes in emscriptAlon Zakai
2012-11-07Merge pull request #677 from juj/test_emconfigAlon Zakai
Trim line endings in test_emconfig since they vary per-platform.
2012-11-07add newline in authorsAlon Zakai
2012-11-07commented out safe heap code for infinities and nansAlon Zakai
2012-11-07fix sanity testAlon Zakai
2012-11-07use COMPILER_TEST_OPTS in emcc testsAlon Zakai
2012-11-07refactor link time opts codeAlon Zakai
2012-11-07coverage for EMCC_DEBUG=1 and 2Alon Zakai
2012-11-07split up js optimizer passes only in EMCC_DEBUG=2, not 1Alon Zakai
2012-11-07strip debug info in -O1 and above by default, unless -g is specified when ↵Alon Zakai
converting to JS, since (1) js optimizations strip it anyhow, and (2) it slows down compilation
2012-11-07test coverage for splitting each function out into an emscript chunkAlon Zakai
2012-11-06allow setting the js compiler in emscripten.py, for people that don't use ↵Alon Zakai
emcc and ~/.emscripten
2012-11-06fix temp dir in emccAlon Zakai
2012-11-06fix test_linespecific and test_pgoAlon Zakai
2012-11-06fix test_debugAlon Zakai
2012-11-06build freetype separately for opt, without debug metadata, to add more ↵Alon Zakai
testing for chunking in emscript
2012-11-06less debug output in js optimizerAlon Zakai
2012-11-06emscripten profiling cleanupAlon Zakai
2012-11-06optimize emscript indexize using python reAlon Zakai
2012-11-06run emscript func chunks in parallelAlon Zakai
2012-11-06refactor emscript chunking codeAlon Zakai
2012-11-06remove -g in -O2, for more test coverageAlon Zakai
2012-11-06cleanupAlon Zakai
2012-11-06fix chunking bugAlon Zakai
2012-11-06chunk funcs pass in emscriptAlon Zakai
2012-11-06cleanupAlon Zakai
2012-11-06remove now-unneeded currFunctionsAlon Zakai
2012-11-06generate indexedFunctions in pre, and give it the information to do soAlon Zakai
2012-11-06fix printing of GENERATED_FUNCTIONSAlon Zakai
2012-11-06fix debug metadataAlon Zakai
2012-11-06process each function separately in emscriptAlon Zakai
2012-11-06optimize line splitting in emscriptAlon Zakai
2012-11-06save temp files in EMCC_DEBUG modeAlon Zakai
2012-11-06emscript profilingAlon Zakai
2012-11-06cleanupAlon Zakai