aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-18Add ability to use versioned llvm binariesRiccardo Magliocchetti
Some distributions in order to have multiple version of the same tool add the version to the binary. Teach emscripten about an environment variable called LLVM_ADD_VERSION that add the version to the binary when building its path. This let me use emscripten on debian sid.
2012-09-14implement performance.now more carefully in the shell replayAlon Zakai
2012-09-14refactor reproduceriterAlon Zakai
2012-09-14split out reproducerwriter shellAlon Zakai
2012-09-14navigator typoAlon Zakai
2012-09-14remove some shell replay debug outputAlon Zakai
2012-09-14split out reproduceriter jsAlon Zakai
2012-09-14misc shell replay work; bananabread replay runs to completionAlon Zakai
2012-09-14misc shell replay work; bananabread replay runs until main loop is idleAlon Zakai
2012-09-14texture and imageData shims for shell replayAlon Zakai
2012-09-14more webgl shims for shell replayAlon Zakai
2012-09-14webgl shims for shell replayAlon Zakai
2012-09-14add some canvas shims for shell replayAlon Zakai
2012-09-14improve shell replay worker sandboxingAlon Zakai
2012-09-13do not consume randoms, dnows or pnows in 'workers' in shell replayAlon Zakai
2012-09-13magic jsoning for typed arrays in shell replayAlon Zakai
2012-09-13more debug in shell replayAlon Zakai
2012-09-13clearer error message when a crucial llvm tool is missing, and force sanity ↵Alon Zakai
checks in EMCC_DEBUG mode
2012-09-13fix worker message passing in shell replayAlon Zakai
2012-09-13Image and URL support in shell replayAlon Zakai
2012-09-13basic BlobBuilder support in shell replayAlon Zakai
2012-09-13fix handling of multiple worker modules in shell replayAlon Zakai
2012-09-12make all temp files be in TEMP_DIR from ~/.emscriptenAlon Zakai
2012-09-12debug prints in shell replayAlon Zakai
2012-09-12shell replay fixesAlon Zakai
2012-09-12idle handling and other fixes for shell replayAlon Zakai
2012-09-12script loading in shell replayAlon Zakai
2012-09-12Worker and misc fixes in shell replayAlon Zakai
2012-09-12events and audio in shell replayAlon Zakai
2012-09-12fake timeouts in shell replayAlon Zakai
2012-09-12initial xhr support in reproduceriter shellAlon Zakai
2012-09-11enable test_segfault only with ta2, because otherwise SAFE_HEAP means type ↵Alon Zakai
checks which hide segfaults
2012-09-11more dom in reproduceriterAlon Zakai
2012-09-11start to add dom shims for shell in reproduceriterAlon Zakai
2012-09-11optimize String_lenAlon Zakai
2012-09-11fix 'segfault' in strtod (fixes test_sscanf)Alon Zakai
2012-09-11fix test_casesAlon Zakai
2012-09-11fix handling of (null) printingAlon Zakai
2012-09-11compress type info of zeroinitializers in ta2Alon Zakai
2012-09-10use abspath in link() because we might chdir in the middleAlon Zakai
2012-09-10show frame std dev in benchmarkingAlon Zakai
2012-09-10typoAlon Zakai
2012-09-10reproduceriter fixesAlon Zakai
2012-09-10improve infrastructure in reproduceriterAlon Zakai
2012-09-10add hooks for main loop instead of hackish PROFILE_MAIN_LOOPAlon Zakai
2012-09-10save Date.now and performance.now in reproduceriterAlon Zakai
2012-09-09check for segfaults in SAFE_HEAPAlon Zakai
2012-09-09Merge pull request #563 from mnaamani/networkingAlon Zakai
fixes needed to compile ENet networking library
2012-09-09clean up handling of initial runAlon Zakai
2012-09-09fix for sys/times() implementationMokhtar Naamani