aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2012-09-05Bitshift optimizer anticipates fns with switchesBenjamin Stover
Conflicts: AUTHORS
2012-09-05add more inet testsAlon Zakai
2012-09-04fixed htonlMokhtar Naamani
2012-08-30--clear-cache optionAlon Zakai
2012-08-30fix test_atoXAlon Zakai
2012-08-30support for SDL_QUIT eventAlon Zakai
2012-08-29fix key event test frameworkAlon Zakai
2012-08-29fix extension of non-i32s to >i32sAlon Zakai
2012-08-27clean up atoX a little and add testingAlon Zakai
2012-08-25disable test_randAlon Zakai
2012-08-25PRECISE_I32_MUL option for full precision in 32-bit multiplyAlon Zakai
2012-08-24check for additional stack allocations and varargs in the whole function, ↵Alon Zakai
not just the first block. fixes #544
2012-08-18warn on -I and -L to absolute paths, which may be to local system ↵Alon Zakai
headers/libraries that are not portable
2012-08-14fix sign checks in strncasecmp and memcmpAlon Zakai
2012-08-13compare unsigned values in str[n]cmpAlon Zakai
2012-08-10Module.preInitAlon Zakai
2012-08-08test for llvm.expect.i32 being definedAlon Zakai
2012-08-04make test_unaligned more robustAlon Zakai
2012-07-30fix file preloading with -o subdir/..Alon Zakai
2012-07-28if generateStructInfo gets invalid data, return null, do not throw: possibly ↵Alon Zakai
duplicate struct names, and it is ok to return null
2012-07-25allow apps to link both GL and SDL 2D backends and use just oneAlon Zakai
2012-07-23always look for main in .a filesAlon Zakai
2012-07-22test + fix for continuing to load despite bad audiosAlon Zakai
2012-07-19fix strstrAlon Zakai
2012-07-19rewrite strstr to do c-style comparisons, to avoid js regexp search artifactsAlon Zakai
2012-07-18fix relative paths in preloading and add testingAlon Zakai
2012-07-18refactor file preloading to happen in FS.createPreloadedFile, so that not ↵Alon Zakai
only file_packager preloading gets preloaded Images and Audios
2012-07-17fix cases/514.ll for s_x_xAlon Zakai
2012-07-17commented future change to benchmarksAlon Zakai
2012-07-16add test for #514Alon Zakai
2012-07-16warn on wrong llvm versionAlon Zakai
2012-07-16optimize bswapAlon Zakai
2012-07-15remove whitespace at beginning of sscanf, fixes #512Alon Zakai
2012-07-15utf parsing in writeStringToMemory as wellAlon Zakai
2012-07-15fix test_utfAlon Zakai
2012-07-14test utf8 in Pointer_stringifyAlon Zakai
2012-07-14utf-8 supportAlon Zakai
2012-07-14test FS.analyzePathAlon Zakai
2012-07-14fix test_popplerAlon Zakai
2012-07-12fix btest harness bug, python += is not the same as = +Alon Zakai
2012-07-12emscripten_push_main_loop_blockerAlon Zakai
2012-07-12fix tabs->spacesAlon Zakai
2012-07-12Merge pull request #380 from linghuye/masterAlon Zakai
2012-07-11add some slack to sdl_maprgba for linux/atiAlon Zakai
2012-07-11Fix SDL_MapRGB and implement SDL_MapRGBA.nandhp
Also provide a test case.
2012-07-08update test_emcc for -O3 doing inliningAlon Zakai
2012-07-08fix for getFastValue with subtracting a negativeAlon Zakai
2012-07-07support for float texturesAlon Zakai
2012-07-06add INLINING_LIMIT=0 to -O3Alon Zakai
2012-07-05export Browser.pauseMainLoop|resumeMainLoopAlon Zakai