aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2012-05-13fix order in gl_ModelViewProjectionMatrix and add working cube_explosion testAlon Zakai
2012-05-13misc tweaks and add wip cube_explosion testAlon Zakai
2012-05-11unenabled experimental registerization pass in js optimizerAlon Zakai
2012-05-11fix bug with missing entry labels being misused between original labels and n...Alon Zakai
2012-05-11FS.createPreloadedFileAlon Zakai
2012-05-10support for gl_TextureMatrixesAlon Zakai
2012-05-09allow adding runDependencies in preRunAlon Zakai
2012-05-09sscanf support for negative integersAlon Zakai
2012-05-09various fixes and improvements to sscanfAlon Zakai
2012-05-09fix bug with using color and normal even when not enabled, if they were enabl...Alon Zakai
2012-05-08handle absolute paths in file preloadingAlon Zakai
2012-05-07make test_cubegeom_mt a proper test of multitexturingAlon Zakai
2012-05-07make glEnableClientState aware of the client active texture, and add a tempor...Alon Zakai
2012-05-07support for gl_NormalAlon Zakai
2012-05-07add full support for glColorX both in glBegin/End and outAlon Zakai
2012-05-06emscripten_pause_main_loop and resumeAlon Zakai
2012-05-05make sdl event handling work in closure, and add testingAlon Zakai
2012-05-05refactor getProcAddress for closureAlon Zakai
2012-05-05refactor gl code for closure compiler, and add more testingAlon Zakai