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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2013-09-25
Merge pull request #1670 from waywardmonkeys/add-locale-stuff
Alon Zakai
2013-09-25
optimize getFastValue
Alon Zakai
2013-09-26
Add wprintf, swprintf, vswprintf, vfwprintf, etc.
Bruce Mitchener
2013-09-26
Implement locale-ignoring strcoll_l.
Bruce Mitchener
2013-09-26
Add a lot of locale code.
Bruce Mitchener
2013-09-25
hide output by default in compiler_funcs.html, main use is profiling
Alon Zakai
2013-09-25
try to load relooper for src dir, if not in expected location
Alon Zakai
2013-09-25
add option to run funcs stage in the browser
Alon Zakai
2013-09-25
loop only on the actually new types in type analysis
Alon Zakai
2013-09-25
Also validate size and stride parameters in calls to glVertexAttribPointer.
Jukka Jylänki
2013-09-25
Add debug check under GL_ASSERTIONS that the alignment restrictions for verte...
Jukka Jylänki
2013-09-24
Merge pull request #1642 from waywardmonkeys/newlocale-freelocale
Alon Zakai
2013-09-25
Don't rewrite multiplication by 0 as 0.
Bruce Mitchener
2013-09-25
Simple implementation of newlocale / freelocale.
Bruce Mitchener
2013-09-24
Merge pull request #1629 from ngld/fix-ccallFunc-utf8
Alon Zakai
2013-09-24
Fix entire surface alpha blending with SDL_SetAlpha
Richard Quirk
2013-09-24
Hide logging in Web Audio intended mostly for debugging.
Jukka Jylänki
2013-09-24
Fix bug where resuming SDL audio multiple times could cause multiple audio ev...
Jukka Jylänki
2013-09-24
Document Mozilla Audio Data API is used as a workaround.
Jukka Jylänki
2013-09-24
Adjust SDL Web Audio API backend to make it work on Firefox nightly. Note tha...
Jukka Jylänki
2013-09-24
Explicitly disconnect generated audio buffers with Web Audio API to guarantee...
Jukka Jylänki
2013-09-24
Fix audio callback overflow problems by avoiding using Browser.safeSetTimeout...
Jukka Jylänki
2013-09-24
Improve the Web Audio callback buffer scheduling logic to stay ahead of buffe...
Jukka Jylänki
2013-09-24
Fix reporting of silence parameter in SDL audio api.
Jukka Jylänki
2013-09-24
Fix closure issues with Web Audio support in SDL.
Jukka Jylänki
2013-09-24
Improve SDL_OpenAudio support to work with the newest Web Audio API spec, add...
Jukka Jylänki
2013-09-24
Switched to single quotes for consistency.
ILOVEPIE
2013-09-24
Fixed some stuff I forgot to change.
ILOVEPIE
2013-09-24
Rewritten with audioBuffers
ILOVEPIE
2013-09-24
Made the WebAudioAPI support slightly more efficient by removing some unneces...
ILOVEPIE
2013-09-24
Added WebAudioAPI output to mixer code
ILOVEPIE
2013-09-24
Merge pull request #1625 from ngld/dprintf
Alon Zakai
2013-09-24
Merge pull request #1650 from rharkeadsk/dev/fix-printf-padding
Alon Zakai
2013-09-24
improve check for Float64Array; fixes #1651
Alon Zakai
2013-09-24
do not turn 0*x to 0 in the case of floats, since NaNs break there; fixes #1661
Alon Zakai
2013-09-24
Merge pull request #1656 from juj/gl_id_validation
juj
2013-09-24
Merge pull request #1643 from waywardmonkeys/fix-typo
Alon Zakai
2013-09-24
Add more validation to the GL layer when GL_ASSERTIONS is enabled. This catch...
Jukka Jylänki
2013-09-24
Fix indentation in previous commit.
Jukka Jylänki
2013-09-24
Enable WEBGL_depth_texture on GL context init. WEBGL_depth_texture is an exte...
Jukka Jylänki
2013-09-23
forward noSafe in makeGet|SetValue
Alon Zakai
2013-09-23
optimize end of intertyper
Alon Zakai
2013-09-23
sort target labels in switches so output is consistently ordered
Alon Zakai
2013-09-23
fix split file marker
Alon Zakai
2013-09-23
asm coerce in atomicrmw; fixes #1637
Alon Zakai
2013-09-23
relooper input is ascii, emit it to the heap more efficiently with writeAscii...
1.6.1
Alon Zakai
2013-09-23
optimize string compares in getNativeTypeSize
Alon Zakai
2013-09-23
optimize getNativeTypeSize
Alon Zakai
2013-09-23
remove unnecessary filter after tokenizer
Alon Zakai
2013-09-23
optimize end of intertyper
Alon Zakai
[next]