index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-10-16
optimize test for merging of *'s to last token
Alon Zakai
2013-10-16
do not add ',' tokens during param list processing
Alon Zakai
2013-10-16
commented assertion for tokenize
Alon Zakai
2013-10-16
tokenize '{' normally
Alon Zakai
2013-10-16
add more necessary unistd clear()s
Alon Zakai
2013-10-16
Merge branch 'fix-module-exports-with-closure-try2' of github.com:fadams/emsc...
Alon Zakai
2013-10-16
Merge branch 'antialiasing' of github.com:wsmind/emscripten into incoming
Alon Zakai
2013-10-15
disable test_iostream in non-ta2, where the mem initializer being aliased is ...
Alon Zakai
2013-10-15
avoid spidermonkey in test_files due to closure collision
Alon Zakai
2013-10-15
work around ie limitations on canvas data not having .set()
Alon Zakai
2013-10-15
Merge pull request #1712 from juj/fix_ie_safari_callstack
Alon Zakai
2013-10-15
cache ',' token
Alon Zakai
2013-10-15
avoid creating interim strings in main tokenize loop
Alon Zakai
2013-10-15
fix parsing of globals starting with @"
Alon Zakai
2013-10-15
update test_emcc
Alon Zakai
2013-10-15
add some clear()s to unistd tests that need them
Alon Zakai
2013-10-15
fix autodebugger
Alon Zakai
2013-10-15
optimize parsing of X = Y
Alon Zakai
2013-10-15
removed comment in src/shell.js and explicitly called run_js with engine=NODE...
Fraser Adams
2013-10-15
Don't try to demangle call stack on browsers where the feature is not supported.
Jukka Jylänki
2013-10-15
Changed EGL_SAMPLES to 4 (2x2 MSAA)
Remi Papillie
2013-10-14
simplify tokenizing of {..}**..
Alon Zakai
2013-10-14
ensure ErrnoError exists during static initialization
Alon Zakai
2013-10-14
Minor fixes and improvements
Remi Papillie
2013-10-14
emcc comments on -Ox options
Alon Zakai
2013-10-14
properly parse ctors fully; fixes #1155
Alon Zakai
2013-10-14
use proper separator in va_argHandler; fixes #1705
Alon Zakai
2013-10-14
Merge branch 'implemet_glcolor4ubv' of github.com:chino/emscripten into incoming
Alon Zakai
2013-10-14
authors: adding my self :]
Daniel Aquino
2013-10-14
Merge branch 'glut_mouse_wheel' of github.com:anlambert/emscripten into incoming
Alon Zakai
2013-10-14
Merge pull request #1681 from marcosscriven/incoming
Alon Zakai
2013-10-14
do not show spurious warnings about missing library deps
Alon Zakai
2013-10-14
Merge branch 'fix-rotozoom' of github.com:fhd/emscripten into incoming
Alon Zakai
2013-10-13
warn on missing library deps, remove an obsolete VFS dep, and add a necessary...
Alon Zakai
2013-10-13
opengl: implement glColor4ubv
Daniel Aquino
2013-10-13
demangle arrays
Alon Zakai
2013-10-13
add remaining basic demangle types
Alon Zakai
2013-10-13
more demangle testing
Alon Zakai
2013-10-13
demangle references
Alon Zakai
2013-10-13
demangle all functions in stack traces, not just one
Alon Zakai
2013-10-13
Switched on MSAA in EGL.
Rémi Papillié
2013-10-13
Implemented MSAA for SDL.
Remi Papillie
2013-10-13
Implemented SDL_GL_SetAttribute and SDL_GL_GetAttribute.
Remi Papillie
2013-10-13
Added multisampling support in GLUT
Remi Papillie
2013-10-13
Implemented antialiasing for GLFW contexts.
Rémi Papillié
2013-10-13
Added myself to AUTHORS
Rémi Papillié
2013-10-13
Switched off antialiasing by default for WebGL contexts.
Rémi Papillié
2013-10-13
Fixed a few warnings in cubegeom tests
Rémi Papillié
2013-10-12
un-closurify ErrnoError
Alon Zakai
2013-10-12
use stackTrace in various places
Alon Zakai
[next]