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-11-14
Merge branch 'regex-impl' of github.com:waywardmonkeys/emscripten into incoming
1.7.6
Alon Zakai
2013-11-14
Merge pull request #1809 from juj/gles2_gets
Alon Zakai
2013-11-14
simplify other.test_emcc check for micro-opts, to not be so finicky
Alon Zakai
2013-11-14
disable asm2x86.test_sqlite due to legalization error on llvm 3.3
Alon Zakai
2013-11-14
update test_pgo
Alon Zakai
2013-11-14
Implement more complete glGetXXv() for GLES2 binary shader format and shader ...
Jukka Jylänki
2013-11-14
Adjust other.test_preprocess to not include a path delimiter in the string th...
Jukka Jylänki
2013-11-13
don't show both errors and warnings on undefined symbols
Alon Zakai
2013-11-13
test for multiple undefined symbols
Alon Zakai
2013-11-13
warn on missing symbols by default; fixes #1794
Alon Zakai
2013-11-13
Merge pull request #1798 from juj/gles2_max_program_lengths
juj
2013-11-14
Implement support for glGetProgramiv(GL_ACTIVE_UNIFORM_MAX_LENGTH) and glGetP...
Jukka Jylänki
2013-11-13
Merge pull request #1800 from juj/fix_test_outline
Alon Zakai
2013-11-13
Merge pull request #1797 from juj/egl_context_state
Alon Zakai
2013-11-13
note on linpack
Alon Zakai
2013-11-13
Use CMake to build zlib in test other.test_outline on Windows. This test did ...
Jukka Jylänki
2013-11-13
Delete tests/zlib/zconf.h file from the zlib source tree, since it is an auto...
Jukka Jylänki
2013-11-13
Add CMakeLists.txt from https://github.com/madler/zlib/releases/tag/v1.2.5 to...
Jukka Jylänki
2013-11-13
Write src.cpp in unit test in binary mode so that line endings are stored as ...
Jukka Jylänki
2013-11-13
Add unit test for EGL context creation and confirming that #1775 and #1793 work.
Jukka Jylänki
2013-11-12
don't print anything in exit(); fixes #1791
Alon Zakai
2013-11-12
simplify benchmark suite code
Alon Zakai
2013-11-12
ignore first L when demangling, literalness is irrelevant to the main name
Alon Zakai
2013-11-12
demangle constructors
Alon Zakai
2013-11-12
demangle new and delete
Alon Zakai
2013-11-11
Merge pull request #1774 from fadams/fix-getaddrinfo-null-hints
Alon Zakai
2013-11-11
fix joystick browser integration
Alon Zakai
2013-11-11
Merge branch 'sdl_joystick' of github.com:jvilk/emscripten into incoming
Alon Zakai
2013-11-11
remove unnecessary ltoing in benchmark suite
Alon Zakai
2013-11-11
Merge branch 'incoming' into f32
Alon Zakai
2013-11-11
remove asm1f from ALL
Alon Zakai
2013-11-11
test suite changes for f32 landing: enable float32_precise in all modes, disa...
Alon Zakai
2013-11-11
add option for precise f32 in benchmarks
Alon Zakai
2013-11-11
benchmark linpack in both float and double modes
Alon Zakai
2013-11-10
more precise float testing
Alon Zakai
2013-11-10
Fix Makefile in test_lua in the case when make is in a path that contains spa...
Jukka Jylänki
2013-11-10
[SDL] Joystick API implementation using HTML5 Gamepad API
John Vilk
2013-11-09
add asm2f to ALL
Alon Zakai
2013-11-09
support inline asm comments; fixes #1766
Alon Zakai
2013-11-09
make asm2f do full optimization, including minification
Alon Zakai
2013-11-09
test both float and double in fasta
Alon Zakai
2013-11-09
Provided an implementation for gai_strerror and gave getaddrinfo sensible def...
Fraser Adams
2013-11-09
Fix test_lua on Windows when built using mingw32-make. That tool got confused...
Jukka Jylänki
2013-11-08
emit proper large float constants when js opts are to be run
Alon Zakai
2013-11-08
add asm2f test subsuite
Alon Zakai
2013-11-08
Merge branch 'incoming' into f32
Alon Zakai
2013-11-06
Merge pull request #1748 from caiiiycuk/fix_sdl_colors
Alon Zakai
2013-11-06
Merge pull request #1743 from fadams/fix-nodejs-socket-client
Alon Zakai
2013-11-05
use __proto__ when available for new streams, otherwise do a full copy; fixes...
Alon Zakai
2013-11-05
support ASM_JS=2 not just in test runner, and remove some unneeded uses in te...
Alon Zakai
[next]