aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-08-02Merge pull request #1457 from inolen/fs_init_splitAlon Zakai
split up FS.init
2013-08-02also use LLVM_ROOT to detect when we need to clear the cacheAlon Zakai
2013-08-02split up FS.initAnthony Pesch
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-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-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-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-30First pass at buffer queueingAnthony Pesch
2013-07-30fix gmtime; closes #1366Alon Zakai
2013-07-30disable asm in embind mode, and add a test for what embind cannot do in asm ↵Alon Zakai
mode yet; issue #1447
2013-07-30add more non-asm embind testingAlon Zakai
2013-07-30Merge pull request #1449 from inolen/postrun_fixesAlon Zakai
update test_ccall to not use a postrun hook
2013-07-30fix and test for multiple static linkingAlon Zakai
2013-07-30Update test_ccall to not use a postrun hookAnthony Pesch
2013-07-29use fgetc/ungetc in fscanf; properly fixes #1436Alon Zakai
2013-07-29make i24_mem test ta2 onlyAlon Zakai
2013-07-29fix test_scriptaclassAlon Zakai
2013-07-29buffer streams that cannot be rewound in fscanf; fixes #1436Alon Zakai
2013-07-29fix reftest runner for var Module approachAlon Zakai
2013-07-29Merge pull request #1370 from inolen/ungetc_fixesAlon Zakai
misc ungetc fixes
2013-07-26Merge pull request #1393 from fhd/sdl-surface-refcountAlon Zakai
Implement SDL_Surface refcounting
2013-07-26flatten if-chains into smaller chains, chunking reduces the overhead of ↵Alon Zakai
flattening them out entirely
2013-07-26Merge pull request #1425 from inolen/module_globalAlon Zakai
eliminate default Module global
2013-07-25fix outlining for all debug levels and add testingAlon Zakai
2013-07-25fix bug in aggressive variable elimination and re-enable itAlon Zakai
2013-07-25support outlining with minificationAlon Zakai
2013-07-25disable aggressiveVariableElimination for nowAlon Zakai
2013-07-25do not outline sp assignments, because we need sp to perform an outline callAlon Zakai
2013-07-25fix find_bigfuncs.pyAlon Zakai
2013-07-25Don't leak the last surface and improve SDL_surface refcount testFelix H. Dahlke
2013-07-24flatten if chains in outliner, and be more careful to avoid outlining ↵Alon Zakai
through an outline call
2013-07-24fix EXPORT_ALL in asm modeAlon Zakai
2013-07-24eliminate default Module globalAnthony Pesch
2013-07-24Merge pull request #1386 from michaeljbishop/sdl_rwopsAlon Zakai
Add support for `SDL_RWFromConstMem()` for .ogg files.
2013-07-24do invoke_* on LLVM invokes using function pointers; fixes #1423Alon Zakai
2013-07-24Merge pull request #1394 from inolen/stat_testsAlon Zakai
added lchmod, new tests, fixed for mknod return values
2013-07-24properly handle loads of i24s and similar illegal valuesAlon Zakai
2013-07-23properly handle generation of instances of structures ending in [0 x ..]Alon Zakai
2013-07-23fix test_sscanf_6, which was reading uninitialized memoryAlon Zakai
2013-07-23do not outline through an outline callAlon Zakai
2013-07-23fix test_glgetattachedshadersAlon Zakai
2013-07-23Merge branch 'master' of github.com:ToadKing/emscripten into incomingAlon Zakai
2013-07-23update testToadKing
2013-07-23fix test_files* after the changes to stderrAlon Zakai
2013-07-23fix structure size when it has a [0 x ..] at the end - that should add nothingAlon Zakai