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-28
fix glGetString and eglQueryString, and optimize emulated glGetString
Alon Zakai
2013-10-28
fix progress shown when multiple asset packages are downloaded
Alon Zakai
2013-10-28
optimize createStream
Alon Zakai
2013-10-28
fix handling of generating path with a mountpoint ending with '/'
Alon Zakai
2013-10-28
reuse ops objects in MEMFS.createNode
Alon Zakai
2013-10-28
do not normalize in getPath, since our paths elements are already ok
Alon Zakai
2013-10-28
optimize PATH.basename
Alon Zakai
2013-10-28
remove unused (by us) second parameter from PATH.basename
Alon Zakai
2013-10-28
avoid constant path normalization in getPath
Alon Zakai
2013-10-28
add PATH.join2 as a fast way to join 2 path elements without the generic over...
Alon Zakai
2013-10-28
remove assertion code from PATH.join
Alon Zakai
2013-10-28
optimize FS.createNode
Alon Zakai
2013-10-28
reuse node in last chmod call from createDataFile
Alon Zakai
2013-10-28
reuse node in open call from createDataFile
Alon Zakai
2013-10-28
reuse node in chmod call from createDataFile
Alon Zakai
2013-10-28
reuse some FS errors in places where overhead is high and stack importance is...
Alon Zakai
2013-10-28
only do run dependency tracking when assertions are on
Alon Zakai
2013-10-28
optimize Module.setStatus
Alon Zakai
2013-10-28
only emit decrunch code when crunch is enabled
Alon Zakai
2013-10-27
simplify webgl context attributes test harness code a little
Alon Zakai
2013-10-27
show alerts if antialiasing, depth or stencil are missing in context attribut...
Alon Zakai
2013-10-27
Merge branch 'webgl_context_attributes' of github.com:anlambert/emscripten in...
Alon Zakai
2013-10-26
cache string allocations in glGetString and eglQueryString
Alon Zakai
2013-10-25
improve [2 x i40] testcase
Alon Zakai
2013-10-25
handle internal illegal iX fields in calculateStructAlignment
Alon Zakai
2013-10-25
Fix test browser.test_sdl_canvas_size on Linux and OSX.
Jukka Jylänki
2013-10-25
Merge pull request #1733 from juj/changelog
Alon Zakai
2013-10-25
Added a ChangeLog.
Jukka Jylänki
2013-10-24
handle empty inline asms; fixes #1729
Alon Zakai
2013-10-24
add tests for WebGL context attributes (antialiasing, depth, stencil) when th...
Antoine Lambert
2013-10-24
map depth and stencil buffers activation from GLFW to WebGL
Antoine Lambert
2013-10-24
map depth and stencil buffers activation from SDL to WebGL
Antoine Lambert
2013-10-24
map depth and stencil buffers activation from GLUT to WebGL
Antoine Lambert
2013-10-23
write out html and side js when html output is requested, to improve page loa...
Alon Zakai
2013-10-23
emit emscripten version in emcc -v
Alon Zakai
2013-10-23
Merge pull request #1726 from juj/sdl_setvideomode_0_0
Alon Zakai
2013-10-23
1.7.1
1.7.1
Alon Zakai
2013-10-23
fix bug with parsing of empty types
Alon Zakai
2013-10-23
remove old call to Runtime.warn in file packager code
Alon Zakai
2013-10-23
Implement SDL_SetVideoMode(0,0, ...) to create the canvas in whatever size th...
Jukka Jylänki
2013-10-22
1.7.0
1.7.0
Alon Zakai
2013-10-22
Merge pull request #1722 from juj/fix_nodefs_windows
juj
2013-10-23
Add a staticInit() initializer function to node fs.
Jukka Jylänki
2013-10-22
start network fetch as early as possible in file packager output
Alon Zakai
2013-10-22
move fetchRemotePackage to outside of file packager generated code
Alon Zakai
2013-10-22
move file packager Module autocreation to toplevel
Alon Zakai
2013-10-22
fix file packager Module autocreation
Alon Zakai
2013-10-22
remove --pre-run option in file packager, handle all that automatically
Alon Zakai
2013-10-22
do not call setStatus if not present
Alon Zakai
2013-10-22
Fake node.js stat() call on Windows to report a blocksize and blocks number. ...
Jukka Jylänki
[next]