summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-31make sure rand() returns values only up to RAND_MAX; #18551.10.1Alon Zakai
2014-01-31further fix for #1407Alon Zakai
2014-01-30headless fixAlon Zakai
2014-01-30mark new testcase as ta2-onlyAlon Zakai
2014-01-30Merge pull request #2080 from inolen/idbfs_updatesAlon Zakai
idbfs updates
2014-01-30asmify randAlon Zakai
2014-01-30asmify rand_rAlon Zakai
2014-01-30use Math.imul in rand_rAlon Zakai
2014-01-30use all 32 bits in rand_rAlon Zakai
2014-01-30misc cleanupsAlon Zakai
2014-01-30Merge branch 'rand' of github.com:coolwanglu/emscripten into incomingAlon Zakai
2014-01-30fix exceptions whitelist check on invoke using function pointer; fixes #2081Alon Zakai
2014-01-30add fuzz testcaseAlon Zakai
2014-01-30improve fuzzing setupAlon Zakai
2014-01-30don't leak streams in readFile and writeFileAnthony Pesch
don't invoke multiple callbacks when idbfs sync errors added canOwn option to writeFile updated idbfs sync to specify canOwn when writing to the local fs reworked idbfs sync to use an index with openKeyCursor to avoid deserializing all values when getting the set members
2014-01-29make emlink.py executableAlon Zakai
2014-01-29Merge pull request #2077 from inolen/enable_udpAlon Zakai
enable UDP tests in socket tests
2014-01-29enable test_bigswitch in asmAlon Zakai
2014-01-29add legalizer_b testcaseAlon Zakai
2014-01-29improve i96 testAlon Zakai
2014-01-29remove obsolete sig param to sign/unSignAlon Zakai
2014-01-29add testcase for i96 shiftsAlon Zakai
2014-01-29better error message on errors in CRUNCHAlon Zakai
2014-01-29check correct define for UDP modeAnthony Pesch
minor fixes related to UDP mode
2014-01-29Merge pull request #2065 from Daft-Freak/alAlon Zakai
AL improvements
2014-01-29fix locale-removing aliases that break because they then have the wrong sig; ↵Alon Zakai
fixes #2076
2014-01-29enable tests/cases/514 in fastcompAlon Zakai
2014-01-29release 1.10.01.10.0Alon Zakai
2014-01-28disable asm2x86.test_exceptions_2Alon Zakai
2014-01-28run js opts for safe heapAlon Zakai
2014-01-28fix fastcomp detection; fixes #2072Alon Zakai
2014-01-28rely on js opts to do safe heap for asm, to avoid duplicating logic for ↵Alon Zakai
proper asm ffi coercions
2014-01-28fix find_bigis.py toolAlon Zakai
2014-01-28more tests and improvements to openal_playback.cpp to allow running nativeCharlie Birks
2014-01-28start to add testsCharlie Birks
2014-01-28add alGetBufferiCharlie Birks
2014-01-28alcGetIntegerv fixesCharlie Birks
2014-01-28improve alcGetStringCharlie Birks
2014-01-28alGetString fixes from reviewCharlie Birks
2014-01-27EM_ASM_ variants that return a value but receive no inputs; fixes #2070Alon Zakai
2014-01-27commentAlon Zakai
2014-01-27fix some safeHeap errors with the new exceptions code; fixes #2068Alon Zakai
2014-01-27add testcase with longjmp and c++ exception catching in the same functionAlon Zakai
2014-01-27improve mem init help text; fixes #2066Alon Zakai
2014-01-27finish precompiled headers test; fixes #2045Alon Zakai
2014-01-27silence poppler stdout output, so it is suitable as a benchmarkAlon Zakai
2014-01-27improve alGetStringCharlie Birks
2014-01-27add alcGetIntegervCharlie Birks
2014-01-27add alIsSourceCharlie Birks
2014-01-26support precompiled headers; fixes #2045Alon Zakai