aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2012-06-05make cubegeom_normal_dap_far_glda more robustAlon Zakai
2012-06-04fix glDrawArrays with non-zero startAlon Zakai
2012-06-02glDrawRangeElementsAlon Zakai
2012-06-02return correct values for GL_SHADER_COMPILER and GL_NUM_SHADER_BINARY_FORMATSAlon Zakai
2012-06-02scan indices when necessary to figure out what vertex data to push, when no b...Alon Zakai
2012-06-01handle pointers to clientside data in glDrawElements when emulating GLAlon Zakai
2012-05-31make strtod properly handle .5 etcAlon Zakai
2012-05-31Merge pull request #460 from adetaylor/llvm_uadd_with_overflow_i16Alon Zakai
2012-05-31treat -s not before OPT=VALUE as a linker optionAlon Zakai
2012-05-31Adding LLVM intrinsic llvm_uadd_with_overflow_i16.Adrian Taylor
2012-05-30make test_sdl_mouse more robustAlon Zakai
2012-05-30properly identify function pointers that return things like [64 x i16]*Alon Zakai
2012-05-30Merge pull request #450 from caiiiycuk/openttdAlon Zakai
2012-05-30tweak emcc caching test numbersAlon Zakai
2012-05-30tweak caching test sizesAlon Zakai
2012-05-29fix bindings generator bug with overloaded functions whose parameters differ ...Alon Zakai
2012-05-29Fix behavior strndup whern size <= 0, in this case strndup returns empty stringAleksander Guryanov
2012-05-28fix string detection regexp and add testAlon Zakai
2012-05-28throw on writes to absolute memory addresses; fixes #451Alon Zakai
2012-05-28Add implementation of strndup function and test for itAleksander Guryanov
2012-05-28Merge branch 'incoming' of https://github.com/kripken/emscripten into incomingLCID Fire
2012-05-28Only use C++ flags for C++ codeLCID Fire
2012-05-28test for scons integration and stop using emld thereAlon Zakai
2012-05-28Add C file to test, to be sure that the correct linker is used.LCID Fire
2012-05-28Add small test project for SCons integration.LCID Fire
2012-05-26fix strtod behavior on non-intsAlon Zakai
2012-05-25allow - in globals, aliases and typesAlon Zakai
2012-05-24Merge branch 'incoming' into llvmsvnAlon Zakai
2012-05-24make fgetc return the char value as unsigned (in a signed int)Alon Zakai
2012-05-24update year in emccAlon Zakai
2012-05-24Merge branch 'master' into llvmsvnAlon Zakai
2012-05-22Fix the SDL mouse motion eventsEhsan Akhgari
2012-05-18WARN_ON_UNDEFINED_SYMBOLSAlon Zakai
2012-05-18support emcc -v with no further argumentsAlon Zakai
2012-05-16Merge pull request #427 from juj/vs2010Alon Zakai
2012-05-16Fix the incorrect initial value of GL.immediate.currentMatrixEhsan Akhgari
2012-05-15Merge pull request #428 from ehsan/fixesAlon Zakai
2012-05-15browser gc testAlon Zakai
2012-05-15Fix IMG_Load to work with absolute pathsEhsan Akhgari
2012-05-15skip test_gc in s_x_xAlon Zakai
2012-05-15fix test_gc for o1 and o2Alon Zakai
2012-05-15gc tests for object scanning and atomicsAlon Zakai
2012-05-15working early gc testAlon Zakai
2012-05-15Added Visual Studio 2010 solution and project files for the applications in t...Jukka Jylänki
2012-05-15move test_emconfig to otherAlon Zakai
2012-05-15Merge pull request #426 from ehsan/em-configAlon Zakai
2012-05-14Add the em-config toolEhsan Akhgari
2012-05-14allow nonexistent phis in another location + add testAlon Zakai
2012-05-14do not fail on -fcatch-undefined-behaviorAlon Zakai
2012-05-13fix active client attribute counting and add testAlon Zakai