aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-16optimize test for merging of *'s to last tokenAlon Zakai
2013-10-16do not add ',' tokens during param list processingAlon Zakai
2013-10-16commented assertion for tokenizeAlon Zakai
2013-10-16tokenize '{' normallyAlon Zakai
2013-10-16add more necessary unistd clear()sAlon Zakai
2013-10-16Merge branch 'fix-module-exports-with-closure-try2' of ↵Alon Zakai
github.com:fadams/emscripten into incoming Conflicts: AUTHORS tests/test_other.py
2013-10-16Merge branch 'antialiasing' of github.com:wsmind/emscripten into incomingAlon Zakai
Conflicts: AUTHORS
2013-10-15disable test_iostream in non-ta2, where the mem initializer being aliased is ↵Alon Zakai
a problem
2013-10-15avoid spidermonkey in test_files due to closure collisionAlon Zakai
2013-10-15work around ie limitations on canvas data not having .set()Alon Zakai
2013-10-15Merge pull request #1712 from juj/fix_ie_safari_callstackAlon Zakai
Don't try to demangle call stack on browsers where the feature is not supported.
2013-10-15cache ',' tokenAlon Zakai
2013-10-15avoid creating interim strings in main tokenize loopAlon Zakai
2013-10-15fix parsing of globals starting with @"Alon Zakai
2013-10-15update test_emccAlon Zakai
2013-10-15add some clear()s to unistd tests that need themAlon Zakai
2013-10-15fix autodebuggerAlon Zakai
2013-10-15optimize parsing of X = YAlon Zakai
2013-10-15removed comment in src/shell.js and explicitly called run_js with ↵Fraser Adams
engine=NODE_JS as requested
2013-10-15Don't try to demangle call stack on browsers where the feature is not supported.Jukka Jylänki
2013-10-15Changed EGL_SAMPLES to 4 (2x2 MSAA)Remi Papillie
2013-10-14simplify tokenizing of {..}**..Alon Zakai
2013-10-14ensure ErrnoError exists during static initializationAlon Zakai
2013-10-14Minor fixes and improvementsRemi Papillie
2013-10-14emcc comments on -Ox optionsAlon Zakai
2013-10-14properly parse ctors fully; fixes #1155Alon Zakai
2013-10-14use proper separator in va_argHandler; fixes #1705Alon Zakai
2013-10-14Merge branch 'implemet_glcolor4ubv' of github.com:chino/emscripten into incomingAlon Zakai
Conflicts: AUTHORS
2013-10-14authors: adding my self :]Daniel Aquino
2013-10-14Merge branch 'glut_mouse_wheel' of github.com:anlambert/emscripten into incomingAlon Zakai
Conflicts: AUTHORS
2013-10-14Merge pull request #1681 from marcosscriven/incomingAlon Zakai
Fix debug format to allow specific LLVM opts rather than just an integer level
2013-10-14do not show spurious warnings about missing library depsAlon Zakai
2013-10-14Merge branch 'fix-rotozoom' of github.com:fhd/emscripten into incomingAlon Zakai
2013-10-13warn on missing library deps, remove an obsolete VFS dep, and add a ↵Alon Zakai
necessary glOrtho dep; fixes #1708
2013-10-13opengl: implement glColor4ubvDaniel Aquino
2013-10-13demangle arraysAlon Zakai
2013-10-13add remaining basic demangle typesAlon Zakai
2013-10-13more demangle testingAlon Zakai
2013-10-13demangle referencesAlon Zakai
2013-10-13demangle all functions in stack traces, not just oneAlon Zakai
2013-10-13Switched on MSAA in EGL.Rémi Papillié
2013-10-13Implemented MSAA for SDL.Remi Papillie
2013-10-13Implemented SDL_GL_SetAttribute and SDL_GL_GetAttribute.Remi Papillie
2013-10-13Added multisampling support in GLUTRemi Papillie
2013-10-13Implemented antialiasing for GLFW contexts.Rémi Papillié
The WebGL context is created with antialiasing if GLFW_FSAA_SAMPLES is bigger than 1.
2013-10-13Added myself to AUTHORSRémi Papillié
2013-10-13Switched off antialiasing by default for WebGL contexts.Rémi Papillié
Allowed customization of context attributes through Browser.createContext().
2013-10-13Fixed a few warnings in cubegeom testsRémi Papillié
2013-10-12un-closurify ErrnoErrorAlon Zakai
2013-10-12use stackTrace in various placesAlon Zakai