Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-05 | tool to parse unaligned output | Alon Zakai | |
2014-02-05 | disable other.test_chunking in fastcomp, since it's irrelevant | Alon Zakai | |
2014-02-05 | Merge pull request #2097 from dreamlayers/web_audio | juj | |
Web Audio buffering improvement | |||
2014-02-04 | disable WARN_UNALIGNED by default | Alon Zakai | |
2014-02-04 | Add myself to AUTHORS. | Boris Gjenero | |
2014-02-04 | WARN_UNALIGNED option for fastcomp | Alon Zakai | |
2014-02-04 | Improve Web Audio buffering. | Boris Gjenero | |
This changes the Web Audio code to increase buffers according to SDL.audio.numSimultaneouslyQueuedBuffers, which can be changed via Module['SDL_numSimultaneouslyQueuedBuffers']. It becomes more similar to Mozilla Audio Data code. Multiple pending timers are used to improve sound when there is high CPU usage. | |||
2014-02-04 | Merge pull request #2094 from inolen/lazy_init_surface_buffer | Alon Zakai | |
lazily initialize SDL surface buffer | |||
2014-02-04 | Merge pull request #2096 from juj/test_minmax | Alon Zakai | |
Add test_minmax that checks different comparisons when nans and infs are related. | |||
2014-02-04 | do not apply de-morgan's laws on floats, nans break them | Alon Zakai | |
2014-02-04 | Add test_minmax that checks different comparisons when nans and infs are ↵ | Jukka Jylänki | |
related. | |||
2014-02-04 | lazily initialize SDL surface buffer | Anthony Pesch | |
2014-02-03 | proper fix for simplifying f32-int bitcasts | Alon Zakai | |
2014-02-03 | handle fround in optimizing out of tempDoublePtr | Alon Zakai | |
2014-02-03 | fix wrapper coercions on floats in fastcomp | Alon Zakai | |
2014-02-03 | support for floats in fastcomp | Alon Zakai | |
2014-02-03 | disable tests/cases/funcptr.ll in fastcomp, as it is invalid ir (contains a ↵ | Alon Zakai | |
load for a constnat address, which should segfault | |||
2014-02-03 | sscanf fix and test fix | Alon Zakai | |
2014-02-02 | comment | Alon Zakai | |
2014-02-02 | enable postset counting code in fastcomp on asm1.test_cubescript | Alon Zakai | |
2014-02-02 | enable test_intentional_fault in all fastcomp modes | Alon Zakai | |
2014-02-02 | comments | Alon Zakai | |
2014-02-02 | parse exports from fastcomp, and enable test_llvm_used | Alon Zakai | |
2014-02-02 | enable test_segfault in fastcomp | Alon Zakai | |
2014-02-02 | support EXCEPTION_CATCHING_WHITELIST in fastcomp | Alon Zakai | |
2014-02-02 | add some X11 headers | Alon Zakai | |
2014-02-02 | enable tests/cases/uadd_overflow_ta2 in fastcomp | Alon Zakai | |
2014-02-01 | fix for FS.utime parameters | Anthony Pesch | |
2014-02-01 | make sure RAND_MAX is a proper value | Alon Zakai | |
2014-02-01 | Only skip emscripten_log test on SpiderMonkey in asm.js modes, since the ↵ | Jukka Jylänki | |
test fails due to asm.js execution in SpiderMonkey not being able to retrieve callstacks. Add link to relevant bugzilla entry. Closes #1970. | |||
2014-01-31 | comment | Alon Zakai | |
2014-01-31 | option to allow modifying code before executing it | Alon Zakai | |
2014-02-01 | Fix indentation in the comments added in the previous commit. | Jukka Jylänki | |
2014-02-01 | Restrict touch events to not run deferred fullscreen+pointerlock requests ↵ | Jukka Jylänki | |
due to security implications. Mark down related bugzilla entry. | |||
2014-02-01 | Add support for detecting whether screen orientation lock succeeds or fails. ↵ | Jukka Jylänki | |
Current testing suggests that Firefox Nightly on Android does not support orientation lock. See https://bugzilla.mozilla.org/show_bug.cgi?id=966480 . | |||
2014-01-31 | Merge pull request #2079 from inolen/fs_unmount | Alon Zakai | |
fs unmount support | |||
2014-01-31 | make sure rand() returns values only up to RAND_MAX; #18551.10.1 | Alon Zakai | |
2014-01-31 | further fix for #1407 | Alon Zakai | |
2014-01-30 | headless fix | Alon Zakai | |
2014-01-30 | mark new testcase as ta2-only | Alon Zakai | |
2014-01-30 | added basic unmount support | Anthony Pesch | |
don't emit syncfs callback multiple times error when mounting to an existing mountpoint | |||
2014-01-30 | Merge pull request #2080 from inolen/idbfs_updates | Alon Zakai | |
idbfs updates | |||
2014-01-30 | asmify rand | Alon Zakai | |
2014-01-30 | asmify rand_r | Alon Zakai | |
2014-01-30 | use Math.imul in rand_r | Alon Zakai | |
2014-01-30 | use all 32 bits in rand_r | Alon Zakai | |
2014-01-30 | misc cleanups | Alon Zakai | |
2014-01-30 | Merge branch 'rand' of github.com:coolwanglu/emscripten into incoming | Alon Zakai | |
2014-01-30 | fix exceptions whitelist check on invoke using function pointer; fixes #2081 | Alon Zakai | |
2014-01-30 | add fuzz testcase | Alon Zakai | |