index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
runner.py
Age
Commit message (
Expand
)
Author
2012-08-04
make test_unaligned more robust
Alon Zakai
2012-07-30
fix file preloading with -o subdir/..
Alon Zakai
2012-07-28
if generateStructInfo gets invalid data, return null, do not throw: possibly ...
Alon Zakai
2012-07-23
always look for main in .a files
Alon Zakai
2012-07-22
test + fix for continuing to load despite bad audios
Alon Zakai
2012-07-19
fix strstr
Alon Zakai
2012-07-19
rewrite strstr to do c-style comparisons, to avoid js regexp search artifacts
Alon Zakai
2012-07-18
refactor file preloading to happen in FS.createPreloadedFile, so that not onl...
Alon Zakai
2012-07-17
commented future change to benchmarks
Alon Zakai
2012-07-16
warn on wrong llvm version
Alon Zakai
2012-07-16
optimize bswap
Alon Zakai
2012-07-15
remove whitespace at beginning of sscanf, fixes #512
Alon Zakai
2012-07-15
utf parsing in writeStringToMemory as well
Alon Zakai
2012-07-15
fix test_utf
Alon Zakai
2012-07-14
test utf8 in Pointer_stringify
Alon Zakai
2012-07-14
utf-8 support
Alon Zakai
2012-07-14
test FS.analyzePath
Alon Zakai
2012-07-14
fix test_poppler
Alon Zakai
2012-07-12
fix btest harness bug, python += is not the same as = +
Alon Zakai
2012-07-12
fix tabs->spaces
Alon Zakai
2012-07-12
Merge pull request #380 from linghuye/master
Alon Zakai
2012-07-11
add some slack to sdl_maprgba for linux/ati
Alon Zakai
2012-07-11
Fix SDL_MapRGB and implement SDL_MapRGBA.
nandhp
2012-07-08
update test_emcc for -O3 doing inlining
Alon Zakai
2012-07-07
support for float textures
Alon Zakai
2012-07-06
add INLINING_LIMIT=0 to -O3
Alon Zakai
2012-07-05
export Browser.pauseMainLoop|resumeMainLoop
Alon Zakai
2012-07-04
fix a bug with allocate not being told the right number of bytes with single ...
Alon Zakai
2012-07-04
pass the eliminator the filename to avoid OS-specific issues with reading fro...
Alon Zakai
2012-07-03
support non-GL_UNSIGNED_BYTE texture pixel styles
Alon Zakai
2012-06-27
add some slack in aniso test for ati/nvidia differences
Alon Zakai
2012-06-27
add some additional legitimate outputs to test_cubegeom (ati/linux)
Alon Zakai
2012-06-27
support for anisotropic filtering
Alon Zakai
2012-06-27
preparatory work for anisotropy
Alon Zakai
2012-06-25
Implement Mix_QuickLoad_RAW
Ehsan Akhgari
2012-06-24
remove unneeded -O2 in test
Alon Zakai
2012-06-24
Merge pull request #488 from ehsan/fog
Alon Zakai
2012-06-22
emcc --remove-duplicates option
Alon Zakai
2012-06-22
Add a test case for negative distances
Ehsan Akhgari
2012-06-21
remove unneeded closure testing
Alon Zakai
2012-06-21
Merge pull request #487 from ehsan/fog
Alon Zakai
2012-06-21
Merge pull request #483 from caiiiycuk/emscripten_fs_api
Alon Zakai
2012-06-21
Implement GL_LINEAR fog mode
Ehsan Akhgari
2012-06-21
Implement GL_EXP2 fog mode
Ehsan Akhgari
2012-06-21
Choose better names for the test files
Ehsan Akhgari
2012-06-21
Add support for fog density
Ehsan Akhgari
2012-06-21
Add a test for basic fog support
Ehsan Akhgari
2012-06-21
Implementation for emscripten_async_wget
Aleksander Guryanov
2012-06-20
support for non-square crunch textures with mipmaps
Alon Zakai
2012-06-18
do not recrunch if dds is unchanged
Alon Zakai
[next]