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