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-30
Fix SDL_SetColors && SDL_envets
Aleksander Guryanov
2013-10-29
clean up simd code, fix uint32x4 heap offsets, and add testing
Alon Zakai
2013-10-29
handle vector types in calcAllocatedSize
Alon Zakai
2013-10-29
bump js minifier name limit, and optimize to not create all the names on smal...
Alon Zakai
2013-10-29
optimize scanString to not run the regex more than once
Alon Zakai
2013-10-29
put assertions in performance-sensitive code behind ASSERTIONS flag
Alon Zakai
2013-10-28
small whitespace style fix
Alon Zakai
2013-10-28
Merge branch 'master' of github.com:icetooth/emscripten into incoming
Alon Zakai
2013-10-28
Merge pull request #1740 from waywardmonkeys/boost-libcxx-libc-interaction
Alon Zakai
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-28
added myself
icetooth
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-27
Fix an issue with Boost compilation.
Bruce Mitchener
2013-10-26
cache string allocations in glGetString and eglQueryString
Alon Zakai
2013-10-26
fixed float read performance in _scanString
icetooth
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
[next]