Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-28 | Merge branch 'relooper-improvements' of github.com:int3/emscripten into incoming1.5.3 | Alon Zakai | |
2013-06-28 | fixed comment typos | Anthony Pesch | |
2013-06-28 | don't explicitly initialize uninitialized globals | Anthony Pesch | |
2013-06-27 | Remove unused code and rebump version number. | Jez Ng | |
2013-06-27 | Make DefaultTarget a local variable. | Jez Ng | |
2013-06-27 | A little preprocessor trick. | Jez Ng | |
Fake method lookups, in a way. | |||
2013-06-27 | Remove unused macro. | Jez Ng | |
2013-06-27 | Add a 'contains' helper function. | Jez Ng | |
2013-06-26 | deprecate llvm opts in non-ta2 modes | Alon Zakai | |
2013-06-26 | Merge branch 'source-maps' of github.com:int3/emscripten into int3-source-maps | Alon Zakai | |
Conflicts: tools/js-optimizer.js | |||
2013-06-24 | Merge pull request #1302 from Manny-MADE/glut_fixes | Alon Zakai | |
Several GLUT library improvements | |||
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 | |
SDL mixer sound leak | |||
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 | Merge remote-tracking branch 'upstream/incoming' into source-maps | Jez Ng | |
Conflicts: emcc tools/js-optimizer.js tools/js_optimizer.py | |||
2013-06-22 | IMPROVED: fixed codestyle to match java/js | manny/MADE | |
IMPROVED: handling mouse position when pointer is locked | |||
2013-06-22 | Fix line numbering for invoke instructions. | Jez Ng | |
Line numbering of exceptions now work (better) in optimized mode. | |||
2013-06-21 | reduce indentation in relooper1.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 | |
In metadata, store paths parsed from .ll files using forward slashes on Windows. | |||
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 | |
instances weren't removed when they were finished playing. | |||
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 ↵ | Jukka Jylänki | |
Windows. Fixes safe heap line detection on Windows (the code splits on '/' only as path delimiter), closes issue #1233. | |||
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-19 | Ensure line numbers are the same in HTML. | Jez Ng | |
Chrome and FF seem to be able to handle the extra empty lines, but no harm making things more accurate. One thing less to worry about when debugging. | |||
2013-06-18 | Merge pull request #1304 from int3/sdl | Alon Zakai | |
Fix SDL color encoding | |||
2013-06-18 | Merge pull request #1301 from Manny-MADE/va_lists_fix | Alon Zakai | |
BUGFIX: lists cannot be copied as "llvm_va_copy" was broken, didn't copy list offset | |||
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 | |
Little-endian + RGBA means that red is located at the lowest-order bits, not the highest. The hello_world_sdl test is now portable, because we no longer write to individual bytes. We also add a test for a completely blank screen, which should be black, not red. Closes #1287, #761, #765. | |||
2013-06-17 | Implement strnlen. | David Barksdale | |
2013-06-17 | Merge pull request #1283 from juj/SDL_CreateRGBSurfaceFrom | Alon Zakai | |
Don't throw when SDL_CreateRGBSurfaceFrom is called, but at least give a... | |||
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 | |
Fix SDL_AddTimer dyncall signature. The timer callback is of form 'typed... | |||
2013-06-16 | Merge pull request #1284 from juj/SDL_WM_SetIcon | Alon Zakai | |
Add no-op SDL_WM_SetIcon. | |||
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 ↵ | Jukka Jylänki | |
uninitialized surface. | |||
2013-06-13 | Fix SDL_AddTimer dyncall signature. The timer callback is of form 'typedef ↵ | Jukka Jylänki | |
Uint32 (SDLCALL * SDL_TimerCallback) (Uint32 interval, void *param);'. |