aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-05-17Pre-register symbol strings in embind benchmark just to be sure - e.g. Uint8A...Jukka Jylänki
2013-05-17Benchmark for memory_viewChad Austin
2013-05-17Add support for (fast?) memory_view objects. If C++ passes a memory_view to ...Chad Austin
2013-05-17switch to this emscripten for building the benchmark, now that imvu's emscrip...Chad Austin
2013-05-17fix highp to lowp in testsAlon Zakai
2013-05-17fix file packager issue with closureAlon Zakai
2013-05-17add browser testing for -O2 --closure 1Alon Zakai
2013-05-16fix dyncalls in closure+asm and use closure in benchmarksAlon Zakai
2013-05-16update testsAlon Zakai
2013-05-16support closure compiler on the shell in asm modeAlon Zakai
2013-05-16Merge pull request #1167 from j4m3z0r/issue645Alon Zakai
2013-05-16fix font rendering in test_sdl_canvasAlon Zakai
2013-05-16fix test_sdl_alloctextAlon Zakai
2013-05-16Merge pull request #1173 from manuels/incomingAlon Zakai
2013-05-16when not aliasing tables, keep them all at full size to avoid aliasing throug...Alon Zakai
2013-05-16enable aliasing function pointers by default in -O2Alon Zakai
2013-05-15emit each function table of its own sizeAlon Zakai
2013-05-15add testing for aliasing function pointersAlon Zakai
2013-05-15future proof a testAlon Zakai
2013-05-15handle the case of no function tables with aliasing function pointersAlon Zakai
2013-05-15Fix bug in rename() that occures if new filename starts with the old filenamemanuels
2013-05-12make asm.js compilation check case-agnosticAlon Zakai
2013-05-10fix test_cases:traceAlon Zakai
2013-05-10Issue #645: Implement eglQuerySurface for EGL_HEIGHT and EGL_WIDTH.James Gregory
2013-05-09test for FORCE_ALIGNED_MEMORY to reduce unaligned reads in bulletAlon Zakai
2013-05-09fix 0x0 in formatString; fixes #1164Alon Zakai
2013-05-09update asm compilation checksAlon Zakai
2013-05-09standardize all benchmarks to use the same commandline argument for timingAlon Zakai
2013-05-09standardize params to nbody_javaAlon Zakai
2013-05-09fix box2d compilation with emscriptenAlon Zakai
2013-05-09Merge pull request #1158 from juj/ignore_tests_by_wildcardAlon Zakai
2013-05-09fix test_sscanf_other_whitespace for s_x_xAlon Zakai
2013-05-09Add support for skipping all modes of a single test with 'python tests/runner...Jukka Jylänki
2013-05-08Issue #1134: scanf does not treat CR, FF, VT as whitespaceAnthony Thibault
2013-05-08add nbody-java benchmarkAlon Zakai
2013-05-08add nbody-java codeAlon Zakai
2013-05-08improve mathfuncptr testAlon Zakai
2013-05-08Fix bug in rename() that occures if new filename starts with the old filenamemanuels
2013-05-07fix test runner is_le32Alon Zakai
2013-05-07add whets testcaseAlon Zakai
2013-05-07switch to le32 target by default1.4.3Alon Zakai
2013-05-06auto-include malloc/free when SDL is used; fixes #1139Alon Zakai
2013-05-06Merge pull request #1138 from sylvestre/incomingAlon Zakai
2013-05-06remove tests/cases/gepoverflow since it is too finicky with absolute pointersAlon Zakai
2013-05-05add test for sdl allocation, and warn when using stub malloc/freeAlon Zakai
2013-05-05generalize customizeVTable to support asmAlon Zakai
2013-05-05update test_staticsAlon Zakai
2013-05-04make memory management sane: 0 is null, then static including globals, then s...Alon Zakai
2013-05-04Remove more +x permissions on source or javascript filesSylvestre Ledru
2013-05-03Merge pull request #1126 from imvu/more_embind_updatesAlon Zakai