Age | Commit message (Collapse) | Author | |
---|---|---|---|
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);'. | |||
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 | |
- Added misc SDL functions (SDL_GetKeyName, SDL_GetAppState, SDL_SetGammaRamp) - Added modifiers to test_sdl_key | |||
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 | |
2013-06-07 | remove break labels more aggresively, with a refined natural flow analysis1.4.9 | Alon Zakai | |
2013-06-07 | add missing return values in ↵ | Alon Zakai | |
safeRequestAnimationFrame,safeSetTimeout,safeSetInterval | |||
2013-06-07 | Make lrint more correct. Closes #1265. | Jez Ng | |
2013-06-07 | better erroring in SDL_Delay; issue #1255 | Alon Zakai | |
2013-06-05 | disabled support for hoisting back into loops in relooper1.4.8 | Alon Zakai | |
2013-06-05 | remove unneeded parameter to FindIndependentGroups | Alon Zakai | |
2013-06-05 | Merge pull request #1260 from modeswitch/fix-missing-constant-definition | Alon Zakai | |
INCOMING_QUEUE_LENGTH was not found by CircularBuffer constructor. | |||
2013-06-05 | Merge pull request #1259 from modeswitch/fix-syntax-error | Alon Zakai | |
Missed closing parenthesis. | |||
2013-06-05 | sdl fixes; fixes #1251 | Alon Zakai | |