aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-31almost working first glbook testAlon Zakai
2012-03-31add glbook filesAlon Zakai
2012-03-31library additions in preparation for glbook testsAlon Zakai
2012-03-31add X headersAlon Zakai
2012-03-31test cleanupAlon Zakai
2012-03-31separate browser tests into separately-runnable browser setAlon Zakai
2012-03-31update test_emccAlon Zakai
2012-03-31remove unneeded gl testsAlon Zakai
2012-03-31fix -M -MM to add emcc compiler flagsAlon Zakai
2012-03-31add additional testcase from issue 324Alon Zakai
2012-03-31do not consider division safe for |0 removal, and add testcase 2 from issue 324Alon Zakai
2012-03-31fix test_isdigit_lAlon Zakai
2012-03-30test runner message about non-main partsAlon Zakai
2012-03-30todoAlon Zakai
2012-03-30Merge pull request #328 from ehsan/ogre_upstreamAlon Zakai
2012-03-29Merge branch 'incoming' of github.com:kripken/emscripten into incomingAlon Zakai
2012-03-29remove unneeded -MF workaround codeAlon Zakai
2012-03-29Add Behdad Esfahbod to the AUTHORS fileEhsan Akhgari
2012-03-29commentAlon Zakai
2012-03-29basic support for -M and -MMAlon Zakai
2012-03-29windows fixesAlon Zakai
2012-03-29some TODO stuff in gl codeAlon Zakai
2012-03-29properly detect windows in eliminatorAlon Zakai
2012-03-29add deleteFile to FSAlon Zakai
2012-03-29bundle preloaded files also when not compressing themAlon Zakai
2012-03-29update test_emccAlon Zakai
2012-03-28add testcase for issue 324Alon Zakai
2012-03-28properly implement llvm_uadd|mul_with_overflow_i32Alon Zakai
2012-03-28do not js-optimize away rounding correctionsAlon Zakai
2012-03-28do not use impure stuff for stdin etc, it makes comparing to native builds ha...Alon Zakai
2012-03-28Add a script to strip the contents of functions in llvm assemblyEhsan Akhgari
2012-03-28Implement SDL_WasInitEhsan Akhgari
2012-03-28Use numerical constants instead of symbolic namesEhsan Akhgari
2012-03-28Implement isdigit_l and isxdigit_lEhsan Akhgari
2012-03-28Add some porper null checksEhsan Akhgari
2012-03-28Implement the remaining shader and program functionsEhsan Akhgari
2012-03-28Implement GL texture functionsEhsan Akhgari
2012-03-28Implement glIsBufferEhsan Akhgari
2012-03-28Implement glBufferSubDataEhsan Akhgari
2012-03-28Implement renderbuffer functionsEhsan Akhgari
2012-03-28Implement glGet functionsEhsan Akhgari
2012-03-28Enable logging of filesystem operationsEhsan Akhgari
2012-03-28read stdin differently in windows in eliminatorAlon Zakai
2012-03-28rename alloca/stack testsAlon Zakai
2012-03-27revert red-blue flip, it fixed some stuff but broke others, need to investigateAlon Zakai
2012-03-27sdl music fixesAlon Zakai
2012-03-27SDL music stuffAlon Zakai
2012-03-27fix two bugs with rendering pixel data to SDL: flip R and B to match native b...Alon Zakai
2012-03-27do not use blob constructor if not present, and closure workaroundAlon Zakai
2012-03-27audio commentAlon Zakai