Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-20 | parse fastcomp output into parts | Alon Zakai | |
2013-11-20 | test for static linking when using --js-library | Alon Zakai | |
2013-11-19 | [SDL] SDL_JoystickEventState should default to SDL_ENABLE, not SDL_DISABLE. | John Vilk | |
2013-11-19 | hackish emscript_fast toolchain integrations | Alon Zakai | |
2013-11-19 | add emscript_fast overview and remove jcache from it | Alon Zakai | |
2013-11-19 | fork emscript_fast | Alon Zakai | |
2013-11-19 | disable compiler fallback attempts to load relooper and struct info from ↵ | Alon Zakai | |
local dir | |||
2013-11-19 | Fix typo in ChangeLog. | Jukka Jylänki | |
2013-11-19 | Updated ChangeLog for 1.7.6-1.7.8. | Jukka Jylänki | |
2013-11-18 | version 1.7.81.7.8 | Alon Zakai | |
2013-11-18 | version 1.7.8 | Alon Zakai | |
2013-11-18 | better fix for closure issue in asm2f.test_exceptions; clear out the ↵ | Alon Zakai | |
spidermonkey shell gc() function | |||
2013-11-18 | disable closure in asm2f.test_exceptions due to closure issue with 458ac87 | Alon Zakai | |
2013-11-18 | disable closure in asm2f.test_exceptions due to closure issue with 458ac87 | Alon Zakai | |
2013-11-18 | Merge pull request #1831 from dinibu/dependency-fix-1820 | Alon Zakai | |
Further changes for issue #1732 | |||
2013-11-18 | fix sanity.test_emcc_caching | Alon Zakai | |
2013-11-18 | Merge pull request #1832 from fadams/fix-accept-with-addr | Alon Zakai | |
fix a bug in the accept call in library.js whereby if accept was called ... | |||
2013-11-18 | Updated ChangeLog for versions 1.7.2 - 1.7.5. | Jukka Jylänki | |
2013-11-18 | fix a bug in the accept call in library.js whereby if accept was called with ↵ | Fraser Adams | |
non-NULL addr and addrlen parameters a ReferenceError occurs because accept had a parameter of addrp but later used addr. Modified tests_sockets_echo_server.c to use non-NULL addr if TEST_ACCEPT_ADDR is defined and added test case to test_sockets.py | |||
2013-11-18 | Merge pull request #1830 from juj/custom_harness_browser | Alon Zakai | |
Custom web browser. | |||
2013-11-18 | Add support for specifying a custom web browser to run in the browser test ↵ | Jukka Jylänki | |
harness via EMSCRIPTEN_BROWSER environment variable. | |||
2013-11-19 | Added test for change for issue #1732. | Dominic Wong | |
2013-11-19 | Renamed outDep to out_dep. | Dominic Wong | |
2013-11-17 | try 'webgl' as well for webgl context creation; fixes #1813 | Alon Zakai | |
2013-11-17 | Merge pull request #1824 from juj/fix_browser_harness_windows | juj | |
Fix browser harness windows | |||
2013-11-18 | Clean up Windows-specific code in previous commits in the pull request. | Jukka Jylänki | |
2013-11-17 | Add a default setting line for running crunch tool, primarily from CRUNCH ↵ | Jukka Jylänki | |
env var, and secondarily from PATH. | |||
2013-11-17 | Fix test browser.test_chunked_synchronous_xhr on Windows. It failed due to a ↵ | Jukka Jylänki | |
name visibility issue in pickling, see http://stackoverflow.com/questions/8126654/using-multiprocessing-inside-decorator-generates-error-cant-pickle-function?rq=1 , which is fixed by hoisting the process start function to global scope. | |||
2013-11-17 | Fix browser.test_freealut on Windows by implementing a CMake build path for ↵ | Jukka Jylänki | |
that library. | |||
2013-11-17 | Fix test browser.test_sdl_image_compressed on Windows when the system does ↵ | Jukka Jylänki | |
not have Cygwin make, but does have MinGW32 make. | |||
2013-11-17 | Adjust split.py tool logic for generating output filenames to not generate ↵ | Jukka Jylänki | |
the full absolute path names to the splitted filenames. This fixes a Windows problem where invalid path concatenations like 'somethingC:/projects/emscripten/hello_world.js' would be generated, and shortens the path structure to not contain redundant directory names. Fixes test browser.test_split_in_source_filenames on Windows. | |||
2013-11-17 | fix some leaked globals; fixes #1823 | Alon Zakai | |
2013-11-17 | EM_ASM_INT and EM_ASM_DOUBLE, which allow input and output values from ↵ | Alon Zakai | |
EM_ASM; fixes #1819 | |||
2013-11-17 | Fixed timestamps on object files extracted from archives during link. | Dominic Wong | |
This affects builds that use absolute paths to object files when adding to library archives, causing unnecessary archives. | |||
2013-11-17 | Fixed dependency files not being saved away if using -MMD or similar. | Dominic Wong | |
2013-11-16 | asm warning | Alon Zakai | |
2013-11-16 | Merge pull request #1818 from DopefishJustin/master | Alon Zakai | |
Don't throw an exception on SDL_ThreadID() | |||
2013-11-16 | fix clock_getres for higher-resolution timing we now support; improves #1795 | Alon Zakai | |
2013-11-16 | Don't throw an exception on SDL_ThreadID() | DopefishJustin | |
2013-11-16 | Relax emcc --compression cmdline parameter on Windows to autodetect encoder ↵ | Jukka Jylänki | |
and decoder file suffix so same cmdline works on Windows and Linux. Fixes browser.test_compression on Windows. | |||
2013-11-16 | Fix HTTP server in browser harness to serve files with appropriate header ↵ | Jukka Jylänki | |
and body content by using the python built-in SimpleHTTPServer for file serves instead of manually crafting header+body. Fixes browser test harness runs on Windows and Linux. | |||
2013-11-15 | precise clock_gettime when not using CLOCK_REALTIME; fixes #17951.7.7 | Alon Zakai | |
2013-11-15 | remove obsolete demos folder | Alon Zakai | |
2013-11-15 | ignore llvm ir fast-math notation; fixes #1762 | Alon Zakai | |
2013-11-15 | Merge pull request #1806 from juj/sdl_audio_queueing | juj | |
Sdl audio queueing | |||
2013-11-16 | Add a configuration option Module.SDL_numSimultaneouslyQueuedBuffers to ↵ | Jukka Jylänki | |
allow user code to configure how many SDL audio buffers to keep simultaneously queued up for the audio backend. More buffers means less change of starving (and cracking audio), but increases latency. Fewer buffers lower the latency at the risk of playback glitches. Make minimum audio buffer size 128, which should be way below anything reasonable already. Clean up commented out code. | |||
2013-11-15 | Merge pull request #1816 from juj/fix_test_other_warn_undefined | Alon Zakai | |
Fix test other.test_warn_undefined on Windows. | |||
2013-11-15 | Never throw uncaught exceptions out from compiler.js, but just report the ↵ | Jukka Jylänki | |
exception message to stderr. Fixes other.test_warn_undefined on Windows, which would fail if Python spawned node.js in the case where it printed stderr and terminated to an uncaught exception, leaving unflushed data to stderr, and not all unresolved symbol errors were printed to console. Node.js stderr does not have a flush() mechanism, so must gracefully terminate the execution instead. | |||
2013-11-15 | mention inline asm() syntax in EM_ASM comment | Alon Zakai | |
2013-11-15 | do not kill asm library functions with DEAD_FUNCTIONS, as they perform ↵ | Alon Zakai | |
fundamental things we cannot easily remove, and there are not many of them anyhow; fixes asm1.test_asm_pgo |