aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-05always use canonical temp dir in benchmarks, to let multiple tests reuse the ↵Alon Zakai
same built libraries
2013-08-05add more slack to test_sdl_rotozoomAlon Zakai
2013-08-05strip color correction from pngs, so that the browser reftests are ↵Alon Zakai
consistent across machines
2013-08-04Merge pull request #1460 from yukoba/sys-sendfile-hAlon Zakai
Add sys/sendfile.h
2013-08-04mention DISABLE_GL_EMULATION option when initializing gl emulationAlon Zakai
2013-08-03Merge pull request #1462 from waywardmonkeys/include-signal-hAlon Zakai
Include signal h
2013-08-03Merge pull request #1461 from waywardmonkeys/cdefine-single-quotesAlon Zakai
cDefine should use single quotes
2013-08-04Include signal.h when using signals.Bruce Mitchener
2013-08-04Use single quotes instead of double quotes with cDefine.Bruce Mitchener
This makes these 2 usages match all of the others.
2013-08-03Add sys/sendfile.hYu Kobayashi
2013-08-02add slack to some more browser reftestsAlon Zakai
2013-08-02reftest infrastructureAlon Zakai
2013-08-02make some gl tests more forgivingAlon Zakai
2013-08-02update cube browser tests to use reftestsAlon Zakai
2013-08-02fix sanity testsAlon Zakai
2013-08-02convert test_cubegeom_pre to reftestAlon Zakai
2013-08-02improve testcaseAlon Zakai
2013-08-02accept phi subItems that are parsable LLVM functionsAlon Zakai
2013-08-02infer relative paths in file packager only when not told explicit src and ↵Alon Zakai
dest paths, and fix test_preload_file
2013-08-02Merge pull request #1457 from inolen/fs_init_splitAlon Zakai
split up FS.init
2013-08-02Merge pull request #1453 from yukoba/flock-mprotect-msyncAlon Zakai
Empty implmentations of flock, mprotect and msync
2013-08-02also use LLVM_ROOT to detect when we need to clear the cacheAlon Zakai
2013-08-02properly deprecate all arguments to --minify except for 0Alon Zakai
2013-08-02add default extra arguments to beginning of commandline arguments, so that ↵Alon Zakai
users can override them (not recommended though)
2013-08-02move file packager logging into debug-onlyAlon Zakai
2013-08-02split up FS.initAnthony Pesch
2013-08-01add tools to split and merge asm modules from the surrounding codeAlon Zakai
2013-08-01refactor asm module parsing code into separate fileAlon Zakai
2013-08-01optimize bsearchAlon Zakai
2013-08-01Merge branch 'qsort_reduce_callchain' of github.com:PinZhang/emscripten into ↵Alon Zakai
incoming
2013-08-01do not use -nostdinc++ with le32 target at all, it does not need it, and add ↵Alon Zakai
testing for no system c++ headers showing up in our path
2013-08-01Merge pull request #1452 from inolen/onprerunAlon Zakai
added addOnPreRun and addOnPostRun
2013-08-01Merge pull request #1455 from j4m3z0r/fast_isspaceAlon Zakai
Use switch statement for isspace implementation. Results in huge speed i...
2013-08-01Use switch statement for isspace implementation. Results in huge speed ↵James Gregory
increase on Chrome Android at least, avoiding a hot path in common tasks like XML parsing, etc.
2013-08-01only emit -nostdinc++ when calling clang to build a file ending in a ↵Alon Zakai
cpp-style suffix
2013-08-01do not emit -m32 when using le32 targetAlon Zakai
2013-08-01Empty implmentations of flock, mprotect and msyncYu Kobayashi
2013-07-31added addOnPreRun and addOnPostRunAnthony Pesch
2013-07-31absolutize and verify paths in the file packagerAlon Zakai
2013-07-31fix test_intentional_faultAlon Zakai
2013-07-31fix test_gmtimeAlon Zakai
2013-07-31add some closure aliasesAlon Zakai
2013-07-31support for stb-imageAlon Zakai
2013-07-31Reduce call chain of qsortpzhang
This will considerably improve the performance of qsort-heavily-used projects like Android-Pinyin-IME, more discussion: https://groups.google.com/forum/#!topic/emscripten-discuss/Ah2CNfQ8ra4 https://github.com/kripken/emscripten/pull/1437
2013-07-30Merge pull request #1136 from inolen/incomingAlon Zakai
OpenAL: buffer queuing and more
2013-07-30updated test_openal_buffers to use btestAnthony Pesch
2013-07-30 - fixed AudioBufferSourceNode start call, pass it an asbsolute time, not ↵Anthony Pesch
relative - call updateSource when calling alGetSourcei
2013-07-30- Added debugging infoAnthony Pesch
- Changed source validation conditionals.
2013-07-30First pass at buffer queueingAnthony Pesch
2013-07-30show exit status if exit() is called within main(); fixes test_exit_statusAlon Zakai