aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-05-30do not use gl emulation code in es2 emulation mode, to avoid confusing lack o...Alon Zakai
2013-05-30Merge branch 'texenv' of github.com:jdashg/emscripten into incomingAlon Zakai
2013-05-30handle illegal mathops in processMathop; valid for <64 bits in some casesAlon Zakai
2013-05-30handle phi loops properlyAlon Zakai
2013-05-29Merge branch 'fs_destination' of github.com:juj/emscripten into incomingAlon Zakai
2013-05-29This fixes various strtoll/strtol issues, including testsSoeren Balko
2013-05-28add std::exception testcaseAlon Zakai
2013-05-25improve test_llvmswitchAlon Zakai
2013-05-25tiny bit more embind testingAlon Zakai
2013-05-25additional embind testingAlon Zakai
2013-05-25Add browser unit tests to guarantee new src@dst file system packaging syntax ...Jukka Jylänki
2013-05-25Fix browser.test_preload_file absolute paths on windows. The test would creat...Jukka Jylänki
2013-05-24handle globals with no value and no zeroinitAlon Zakai
2013-05-23properly expand response files in EXPORTED_FUNCTIONS, which is used before co...Alon Zakai
2013-05-23support relative paths in -s KEY=@pathAlon Zakai
2013-05-23handle ./ in file packagingAlon Zakai
2013-05-23add linpack benchmarkAlon Zakai
2013-05-23actually implement clock_gettime()Alon Zakai
2013-05-22handle dynamic indexes properly, even out of bounds, for array gep lookups; f...Alon Zakai
2013-05-21fix test_sdl_audioAlon Zakai
2013-05-21disable closure in some non-asm tests where it fails to properly minify Math....Alon Zakai
2013-05-21Unleash the 4k alignment of mmap() in the test_mmap().tingyuan
2013-05-21Merge pull request #1105 from azmeuk/symlinkAlon Zakai
2013-05-21Merge pull request #1195 from inolen/longjmp_signedAlon Zakai
2013-05-21fix __errno_locationAlon Zakai
2013-05-21Merge branch 'incoming' of github.com:hyperlogic/emscripten into incomingAlon Zakai
2013-05-21Merge pull request #1185 from imvu/embind-performance-and-code-size-improvementsAlon Zakai
2013-05-20legalize i64 return types properlyAlon Zakai
2013-05-20correctly count the number of normal vars even when there are i64s before a v...Alon Zakai
2013-05-20Remove now-invalid tests.Jeff Gilbert
2013-05-20Adding texEnv emulation to Immediate mode.Jeff Gilbert
2013-05-19Updated test_longjmp to test against negative valuesAnthony Pesch
2013-05-19lua debugging stuffAlon Zakai
2013-05-19fix and clean up benchmark suiteAlon Zakai
2013-05-19Issue #1172: added test_fscanf to runner.pyAnthony Thibault
2013-05-18separate lua benchmarks when savedAlon Zakai
2013-05-18make test runner library building more robust and enable library reloading in...Alon Zakai
2013-05-18reorder benchmarksAlon Zakai
2013-05-18add lua-binarytrees benchmarkAlon Zakai
2013-05-17run benchmarks longer with fewer repsAlon Zakai
2013-05-17update lua testAlon Zakai
2013-05-17enable lua benchmarkAlon Zakai
2013-05-17add lua scimarkAlon Zakai
2013-05-17prepare for lua benchmarkAlon Zakai
2013-05-17fix lua for native buildsAlon Zakai
2013-05-17Add support for multiple overloaded smart pointer constructors.Chad Austin
2013-05-17Allow implicit conversion from booleans to ints/floats (for WebGL)Chad Austin
2013-05-17Add new benchmark for emscripten::val handling.Jukka Jylänki
2013-05-17Implement an autorelease pool in embind.Chad Austin
2013-05-17Add new unit tests to ensure that the return values of interfaces implemented...Jukka Jylanki