aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-02Merge remote-tracking branch 'behdad/master' into behdadEhsan Akhgari
Conflicts: src/library_gl.js
2012-04-02event.preventDefault if GLUT is handling eventsBehdad Esfahbod
2012-04-02test fixesAlon Zakai
2012-04-01fix parsing of i64 constants in globals, and add working cube2hash testcaseAlon Zakai
2012-04-01improve i64 precise testAlon Zakai
2012-04-01proper precise unsigned i64 modulo, and passing tests for i64 division and ↵Alon Zakai
modulo
2012-04-01refactor bignum divisionAlon Zakai
2012-04-01use bignum for unsigned i64 precise divisionAlon Zakai
2012-04-01add link to jsbn websiteAlon Zakai
2012-04-01add jsbn bignum library, fixes printing of unsigned precise i64sAlon Zakai
2012-04-01work towards unsigned precise i64s: add, subtract and multiply work but ↵Alon Zakai
divide and modulo do not; printing is rounded
2012-04-01support for precise i64 signed mathAlon Zakai
2012-04-01add closure compiler long/i64 libraryAlon Zakai
2012-04-01improve i64 autodebuggingAlon Zakai
2012-03-31add js bloatscan toolAlon Zakai
2012-03-31add reftest mechanism for browser tests, and complete glbook test 1Alon Zakai
2012-03-31commentAlon Zakai
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
Upstream the work I did for porting Ogre
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 ↵Alon Zakai
harder
2012-03-28Add a script to strip the contents of functions in llvm assemblyEhsan Akhgari
This can be useful for debugging.
2012-03-28Implement SDL_WasInitEhsan Akhgari
2012-03-28Use numerical constants instead of symbolic namesEhsan Akhgari