aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-13make shell.html more robust if no canvas supportAlon Zakai
2011-12-13comment on print() on the webAlon Zakai
2011-12-13fix commasAlon Zakai
2011-12-13support for --typed-arrays in emccAlon Zakai
2011-12-12ctype.h header fixAlon Zakai
2011-12-12additional -s emcc testsAlon Zakai
2011-12-12support for -s in emccAlon Zakai
2011-12-12support for running the js optimizer, eliminator and closure compiler from emccAlon Zakai
2011-12-12warning about -O3 in emccAlon Zakai
2011-12-12relooper warning in emccAlon Zakai
2011-12-12fixes to allow generated code to run in a web workerAlon Zakai
2011-12-12add missing file test_hello_world_loop.cppAlon Zakai
2011-12-12ensure the array of values of files is unsignedAlon Zakai
2011-12-12disable EMULATE_UNALIGNED_ACCESSES by default - it isn't neededAlon Zakai
2011-12-12emcc initial support for -OxAlon Zakai
2011-12-12clean up emcc testAlon Zakai
2011-12-12support for generating html in emcc, and a test for that that also tests ↵Alon Zakai
SDL, and some fixes for SDL
2011-12-11more emcc functionality and testsAlon Zakai
2011-12-11refactor run_js and an additional emcc testAlon Zakai
2011-12-11refactor temp files handling code, and first passing compilation test for emccAlon Zakai
2011-12-11emcc help updateAlon Zakai
2011-12-11--help in emccAlon Zakai
2011-12-11emcc: --versionAlon Zakai
2011-12-11simplify and slim down value intertypeAlon Zakai
2011-12-10SDL headers fixAlon Zakai
2011-12-10experimental wip patch to work towards only copying the right heap in ta1 in ↵Alon Zakai
memcpy
2011-12-10clear warning to stderr when enlarging memory arraysAlon Zakai
2011-12-10Merge branch 'ta2bydefault'Alon Zakai
2011-12-10remove reminder testAlon Zakai
2011-12-10benchmark tweaks, remove some js-optimizer passes that seem to not helpAlon Zakai
2011-12-10gl commentsAlon Zakai
2011-12-10do unsigned 32-bit loads properly in ta1Alon Zakai
2011-12-10reminderAlon Zakai
2011-12-10do not check for corrections in safe heap unsigningAlon Zakai
2011-12-10fix openjpeg test so it can be cached, speeding up the test runnerAlon Zakai
2011-12-09parseInt and printf test fixesAlon Zakai
2011-12-09commentsAlon Zakai
2011-12-09partial fix to test_printf in s_0_1Alon Zakai
2011-12-09do poppler only in defaultAlon Zakai
2011-12-09update test_reminderAlon Zakai
2011-12-09reduce the number of q1 testsAlon Zakai
2011-12-09tweak which tests we runAlon Zakai
2011-12-09switch poppler test to use arbitrary values of USE_TYPED_ARRAYS, and fix the ↵Alon Zakai
test for default
2011-12-09fix i64 bitshifts (fixes test_intvars in i64 mode) and two other minor ↵Alon Zakai
corrections for toNiceIdent and detecting the number of bits in mathops
2011-12-09fixes for isNiceIdentAlon Zakai
2011-12-09improve parsing of mathops to more properly detect typesAlon Zakai
2011-12-09re-strengthen now passing strtod in defaultAlon Zakai
2011-12-09properly implement strtok_r by translating the C source, so it will work ↵Alon Zakai
with typed arrays
2011-12-09test clarificationAlon Zakai
2011-12-09re-enable test_math_hyperbolic in default, now passesAlon Zakai