aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2012-03-20Merge pull request #312 from SiggyBar/incomingAlon Zakai
2012-03-20avoid stack explosion in ccallAlon Zakai
2012-03-20One more Windows fix.Sigmund Vik
2012-03-20Misc fixes for Windows.Sigmund Vik
2012-03-19fix test_emcc_multifileAlon Zakai
2012-03-19remove .compress if the compress wasn't worth itAlon Zakai
2012-03-19fix test_popplerAlon Zakai
2012-03-19fix test_unistd_ioAlon Zakai
2012-03-19fix test_fs_baseAlon Zakai
2012-03-19refactor use of this[..] in shell.js to use Module[..]Alon Zakai
2012-03-17fix test_emcc_compressed_fileAlon Zakai
2012-03-17complete test for image compressionAlon Zakai
2012-03-17fix bug with compressed imagesAlon Zakai
2012-03-17unify data and image file preloadingAlon Zakai
2012-03-16preload/embed file compression option in emccAlon Zakai
2012-03-16source code compression option in emccAlon Zakai
2012-03-16allow preloading/embedding of entire directories using emccAlon Zakai
2012-03-15various filesAlon Zakai
2012-03-15preload images for SDLAlon Zakai
2012-03-15almost working SDL_image test, just need async decodingAlon Zakai
2012-03-15support files in directories in --embed-file and --preload-fileAlon Zakai
2012-03-15html tests refactoringAlon Zakai
2012-03-15add file preloading in browsersAlon Zakai
2012-03-15improve test runner http server to handle timeoutsAlon Zakai
2012-03-15refactor html testsAlon Zakai
2012-03-14support c strings as parameters in bindings generatorAlon Zakai
2012-03-11fix test_files_m for s_x_xAlon Zakai
2012-03-11update test_timeAlon Zakai
2012-03-10fix test_unistd_isattyAlon Zakai
2012-03-10fix test_iostreamAlon Zakai
2012-03-10better handling of detection of scriptArgs and argumentsAlon Zakai
2012-03-10properly implement isattyAlon Zakai
2012-03-10allow Module.stdin,out,err to provide defaults for streamsAlon Zakai
2012-03-06add sign correction to llvmswitch test, needed for s_x_xAlon Zakai
2012-03-06standardize switch comparisons on signed valuesAlon Zakai
2012-03-05handle signedness properly in 64-bit div, mul, remAlon Zakai
2012-03-05fix i64 comparisonsAlon Zakai
2012-03-05properly handle html-unfriendly print() outputAlon Zakai
2012-03-01remove old debugging lineAlon Zakai
2012-02-29fix i64 invoke args, and parsing of very large i64 (and other illegal) constantsAlon Zakai
2012-02-29better fix for leaked globalsAlon Zakai
2012-02-29do not pollute global scope except for node (where we must)Alon Zakai
2012-02-28handle invoke that returns i64Alon Zakai
2012-02-27properly handle illegal phi literalsAlon Zakai
2012-02-27legalize switch i64Alon Zakai
2012-02-27improve legalizer testAlon Zakai
2012-02-26--pre-js and --post-js optionsAlon Zakai
2012-02-26remove I64_MODE, it is equal to 1 in USE_TYPED_ARRAYS 2 and only thereAlon Zakai
2012-02-26do not use -std-compile-opts, which is not really meant to be usedAlon Zakai
2012-02-25support more mathops in legalizerAlon Zakai