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-06-27
Make DefaultTarget a local variable.
Jez Ng
2013-06-27
A little preprocessor trick.
Jez Ng
2013-06-27
Remove unused macro.
Jez Ng
2013-06-27
Add a 'contains' helper function.
Jez Ng
2013-06-24
Merge pull request #1302 from Manny-MADE/glut_fixes
Alon Zakai
2013-06-24
notice when a function call definitely does not have a return
Alon Zakai
2013-06-24
Merge pull request #1317 from michaeljbishop/sdl-mixer-sound-leak
Alon Zakai
2013-06-24
Removed unnecessary "audio.paused = " statements.
Michael J. Bishop
2013-06-24
IMPROVED: ensured proper indentation for entire document
manny/MADE
2013-06-22
IMPROVED: fixed codestyle to match java/js
manny/MADE
2013-06-21
reduce indentation in relooper
1.5.1
Alon Zakai
2013-06-21
decrease indentation in jsifier
Alon Zakai
2013-06-20
Merge pull request #1312 from juj/win_test_statics_fix
Alon Zakai
2013-06-20
ensure a coercion on invoke calls
Alon Zakai
2013-06-19
fix CHECK_ALIGN
Alon Zakai
2013-06-19
update fastLong.js
Alon Zakai
2013-06-19
Fixed error where SDL_Mixer would run out of channels because sound
Michael J. Bishop
2013-06-19
fix memmove
Alon Zakai
2013-06-19
properly coerce imprecise i64 math calls
Alon Zakai
2013-06-19
keep |0 on function calls, allow other bitwise ops on heap accesses etc.
Alon Zakai
2013-06-20
In metadata, store paths parsed from .ll files using forward slashes on Windo...
Jukka Jylänki
2013-06-19
IMPROVED: removed empty line and white-space at EOL
manny/MADE
2013-06-19
CHANGED: removed "MADE"-tag from comments
manny/MADE
2013-06-19
ADDED: GLUT_SCREEN_WIDTH + GLUT_SCREEN_HEIGHT in glutGet
manny/MADE
2013-06-19
BUGFIX: several SDL related bugfixes
manny/MADE
2013-06-19
IMPROVED: ADDED resizeListener that invokes the GLUT.reshapeFunc if specified
manny/MADE
2013-06-18
Merge pull request #1304 from int3/sdl
Alon Zakai
2013-06-18
Merge pull request #1301 from Manny-MADE/va_lists_fix
Alon Zakai
2013-06-18
do not do full Browser.init() in workers, just the minimum we need
Alon Zakai
2013-06-18
IMPROVED: va_list offset is not hardcoded, added comments
manny/MADE
2013-06-18
BUGFIX: lists cannot be llvm_va_copy was broken, didn't copy list offset
manny/MADE
2013-06-17
Fix SDL color encoding.
Jez Ng
2013-06-17
Implement strnlen.
David Barksdale
2013-06-17
Merge pull request #1283 from juj/SDL_CreateRGBSurfaceFrom
Alon Zakai
2013-06-17
assert on Root being non-NULL in the relooper
Alon Zakai
2013-06-16
Merge pull request #1282 from juj/sdl_addtimer
Alon Zakai
2013-06-16
Merge pull request #1284 from juj/SDL_WM_SetIcon
Alon Zakai
2013-06-13
do not eliminate dead code in EXPORT_ALL
Alon Zakai
2013-06-13
Add no-op SDL_WM_SetIcon.
Jukka Jylänki
2013-06-13
Don't throw when SDL_CreateRGBSurfaceFrom is called, but at least give an uni...
Jukka Jylänki
2013-06-13
Fix SDL_AddTimer dyncall signature. The timer callback is of form 'typedef Ui...
Jukka Jylänki
2013-06-10
coerce output of integer modulus, since x%0 is NaN, which is not an integer
Alon Zakai
2013-06-10
rename int because closure hates it
Alon Zakai
2013-06-10
comment on not inlining for setjmp
Alon Zakai
2013-06-10
add event listening to headless
Alon Zakai
2013-06-10
warn if setjmp is used as a function pointer
Alon Zakai
2013-06-08
comment on EXPORT_ALL
Alon Zakai
2013-06-08
- Fix for mod property of SDL key events
Anthony Pesch
2013-06-07
refactor to potentially enable shadow flip on 32-bit values
Alon Zakai
2013-06-07
fix multiplications in setjmp code
Alon Zakai
[next]