aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-091.18.01.18.0Alon Zakai
2014-05-09remove some warnings on moving files to directoriesAlon Zakai
2014-05-08ignore touch events that do not correspond to a tracked touch; fixes BananaBr...Alon Zakai
2014-05-08add reference slack for test_sdl_rotozoom for ubuntu 14.04/intel gpuAlon Zakai
2014-05-08comment for massiveAlon Zakai
2014-05-08Merge pull request #2311 from fadams/fix-64bit-long-return-issueAlon Zakai
2014-05-08add two fuzz testcases related to stack coloringAlon Zakai
2014-05-08Remove multiply defined symbol error on emscripten_get_now() at link time whe...Jukka Jylänki
2014-05-07disable test_fs_writeFile in non-emcc modesAlon Zakai
2014-05-07Add the testcase for https://github.com/kripken/emscripten/issues/2334 to the...Dan Gohman
2014-05-07add Runtime.setTempRet0 method for symmetryFraser Adams
2014-05-06update setTemp* as wellAlon Zakai
2014-05-06emit >>0 in HEAP8, for consistency with HEAP16|32Alon Zakai
2014-05-06some warnings on libc things we do not support; fixes #2313Alon Zakai
2014-05-061.17.01.17.0Alon Zakai
2014-05-06Apply Chad's fix from issue #2335 to fix other.test_embind.Jukka Jylänki
2014-05-05Merge pull request #2333 from juj/ffdbAlon Zakai
2014-05-05Merge pull request #2336 from juj/run_js_retcode_assertAlon Zakai
2014-05-05Add support to function run_js() in jsrun.py to assert against a given proces...Jukka Jylänki
2014-05-05export SAFE_FT_MASK in non-fastcomp, to fix some asm validation errorsAlon Zakai
2014-05-05Added first version of tools/ffdb.py, an application that can be used to oper...Jukka Jylänki
2014-05-04add more slack to glgears reftestsAlon Zakai
2014-05-03add f0 in non-fastcomp when neededAlon Zakai
2014-05-03emit a global const for Math_fround(0) to avoid function call overheads in th...Alon Zakai
2014-05-03Removed redundant wrapping function around Runtime.stackAlloc, Runtime.stackS...Fraser Adams
2014-05-02handle floats in jsCall properly; fixes asm2f.test_embind_2Alon Zakai
2014-05-02use a case-insensitive regex in strptime; fixes #2324Alon Zakai
2014-05-02document and assert on only one browser main loop at a timeAlon Zakai
2014-05-02switch other.test_embind to fastcomp and only ASM_JSAlon Zakai
2014-05-02Merge pull request #2330 from juj/fs-trackingjuj
2014-04-30Merge pull request #2327 from chadaustin/embind-asmjs-precise-f32Alon Zakai
2014-04-30fix return code when precompiling headersAlon Zakai
2014-04-30disable test_sscanf_hex in s_x_xAlon Zakai
2014-04-30allow registerizeHarder with outliningAlon Zakai
2014-04-30Add unit test for FS.trackingDelegate operation.Jukka Jylänki
2014-04-30Rename FS tracking delegate did* to on* as suggested in https://github.com/kr...Jukka Jylänki
2014-04-29fix embind/asm.js in PRECISE_F32 modeChad Austin
2014-04-29testcase for fastcomp issue 32Alon Zakai
2014-04-29support h and hh in sscanf, and fix non-i32 case in hex sscanf; fixes #2322Alon Zakai
2014-04-29Merge pull request #2326 from polymeris/incomingAlon Zakai
2014-04-29support -o with precompiled headers; fixes #2320Alon Zakai
2014-04-29do not exit runtime if safeSetTimeout|Interval are calledAlon Zakai
2014-04-29Add myself to AUTHORSCamilo Polymeris
2014-04-29fix polymeris's testsChad Austin
2014-04-29Bind std::basic_string<unsigned char> to js stringsCamilo Polymeris
2014-04-29remove unneeded codeAlon Zakai
2014-04-29revert 2ad1070/#2297 due to errors, until we figure out the right solution; s...Alon Zakai
2014-04-29fix bug where we tried to emit switches in fused multiples, which led to labe...Alon Zakai
2014-04-29Merge pull request #2306 from juj/detailed_safe_heapAlon Zakai
2014-04-29Wrapped the delegate calls in exception handlers so the exceptionsMichael J. Bishop