aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-11-14Merge branch 'regex-impl' of github.com:waywardmonkeys/emscripten into incoming1.7.6Alon Zakai
2013-11-14Merge pull request #1809 from juj/gles2_getsAlon Zakai
2013-11-14simplify other.test_emcc check for micro-opts, to not be so finickyAlon Zakai
2013-11-14disable asm2x86.test_sqlite due to legalization error on llvm 3.3Alon Zakai
2013-11-14update test_pgoAlon Zakai
2013-11-14Implement more complete glGetXXv() for GLES2 binary shader format and shader ...Jukka Jylänki
2013-11-14Adjust other.test_preprocess to not include a path delimiter in the string th...Jukka Jylänki
2013-11-13don't show both errors and warnings on undefined symbolsAlon Zakai
2013-11-13test for multiple undefined symbolsAlon Zakai
2013-11-13warn on missing symbols by default; fixes #1794Alon Zakai
2013-11-13Merge pull request #1798 from juj/gles2_max_program_lengthsjuj
2013-11-14Implement support for glGetProgramiv(GL_ACTIVE_UNIFORM_MAX_LENGTH) and glGetP...Jukka Jylänki
2013-11-13Merge pull request #1800 from juj/fix_test_outlineAlon Zakai
2013-11-13Merge pull request #1797 from juj/egl_context_stateAlon Zakai
2013-11-13note on linpackAlon Zakai
2013-11-13Use CMake to build zlib in test other.test_outline on Windows. This test did ...Jukka Jylänki
2013-11-13Delete tests/zlib/zconf.h file from the zlib source tree, since it is an auto...Jukka Jylänki
2013-11-13Add CMakeLists.txt from https://github.com/madler/zlib/releases/tag/v1.2.5 to...Jukka Jylänki
2013-11-13Write src.cpp in unit test in binary mode so that line endings are stored as ...Jukka Jylänki
2013-11-13Add unit test for EGL context creation and confirming that #1775 and #1793 work.Jukka Jylänki
2013-11-12don't print anything in exit(); fixes #1791Alon Zakai
2013-11-12simplify benchmark suite codeAlon Zakai
2013-11-12ignore first L when demangling, literalness is irrelevant to the main nameAlon Zakai
2013-11-12demangle constructorsAlon Zakai
2013-11-12demangle new and deleteAlon Zakai
2013-11-11Merge pull request #1774 from fadams/fix-getaddrinfo-null-hintsAlon Zakai
2013-11-11fix joystick browser integrationAlon Zakai
2013-11-11Merge branch 'sdl_joystick' of github.com:jvilk/emscripten into incomingAlon Zakai
2013-11-11remove unnecessary ltoing in benchmark suiteAlon Zakai
2013-11-11Merge branch 'incoming' into f32Alon Zakai
2013-11-11remove asm1f from ALLAlon Zakai
2013-11-11test suite changes for f32 landing: enable float32_precise in all modes, disa...Alon Zakai
2013-11-11add option for precise f32 in benchmarksAlon Zakai
2013-11-11benchmark linpack in both float and double modesAlon Zakai
2013-11-10more precise float testingAlon Zakai
2013-11-10Fix 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 APIJohn Vilk
2013-11-09add asm2f to ALLAlon Zakai
2013-11-09support inline asm comments; fixes #1766Alon Zakai
2013-11-09make asm2f do full optimization, including minificationAlon Zakai
2013-11-09test both float and double in fastaAlon Zakai
2013-11-09Provided an implementation for gai_strerror and gave getaddrinfo sensible def...Fraser Adams
2013-11-09Fix test_lua on Windows when built using mingw32-make. That tool got confused...Jukka Jylänki
2013-11-08emit proper large float constants when js opts are to be runAlon Zakai
2013-11-08add asm2f test subsuiteAlon Zakai
2013-11-08Merge branch 'incoming' into f32Alon Zakai
2013-11-06Merge pull request #1748 from caiiiycuk/fix_sdl_colorsAlon Zakai
2013-11-06Merge pull request #1743 from fadams/fix-nodejs-socket-clientAlon Zakai
2013-11-05use __proto__ when available for new streams, otherwise do a full copy; fixes...Alon Zakai
2013-11-05support ASM_JS=2 not just in test runner, and remove some unneeded uses in te...Alon Zakai