summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-18version 1.7.81.7.8Alon Zakai
2013-11-18better fix for closure issue in asm2f.test_exceptions; clear out the spidermo...Alon Zakai
2013-11-18disable closure in asm2f.test_exceptions due to closure issue with 458ac87Alon Zakai
2013-11-18Merge pull request #1831 from dinibu/dependency-fix-1820Alon Zakai
2013-11-18fix sanity.test_emcc_cachingAlon Zakai
2013-11-18Merge pull request #1832 from fadams/fix-accept-with-addrAlon Zakai
2013-11-18Updated ChangeLog for versions 1.7.2 - 1.7.5.Jukka Jylänki
2013-11-18fix a bug in the accept call in library.js whereby if accept was called with ...Fraser Adams
2013-11-18Merge pull request #1830 from juj/custom_harness_browserAlon Zakai
2013-11-18Add support for specifying a custom web browser to run in the browser test ha...Jukka Jylänki
2013-11-19Added test for change for issue #1732.Dominic Wong
2013-11-19Renamed outDep to out_dep.Dominic Wong
2013-11-17try 'webgl' as well for webgl context creation; fixes #1813Alon Zakai
2013-11-17Merge pull request #1824 from juj/fix_browser_harness_windowsjuj
2013-11-18Clean up Windows-specific code in previous commits in the pull request.Jukka Jylänki
2013-11-17Add a default setting line for running crunch tool, primarily from CRUNCH env...Jukka Jylänki
2013-11-17Fix test browser.test_chunked_synchronous_xhr on Windows. It failed due to a ...Jukka Jylänki
2013-11-17Fix browser.test_freealut on Windows by implementing a CMake build path for t...Jukka Jylänki
2013-11-17Fix test browser.test_sdl_image_compressed on Windows when the system does no...Jukka Jylänki
2013-11-17Adjust split.py tool logic for generating output filenames to not generate th...Jukka Jylänki
2013-11-17fix some leaked globals; fixes #1823Alon Zakai
2013-11-17EM_ASM_INT and EM_ASM_DOUBLE, which allow input and output values from EM_ASM...Alon Zakai
2013-11-17Fixed timestamps on object files extracted from archives during link.Dominic Wong
2013-11-17Fixed dependency files not being saved away if using -MMD or similar.Dominic Wong
2013-11-16asm warningAlon Zakai
2013-11-16Merge pull request #1818 from DopefishJustin/masterAlon Zakai
2013-11-16fix clock_getres for higher-resolution timing we now support; improves #1795Alon Zakai
2013-11-16Don't throw an exception on SDL_ThreadID()DopefishJustin
2013-11-16Relax emcc --compression cmdline parameter on Windows to autodetect encoder a...Jukka Jylänki
2013-11-16Fix HTTP server in browser harness to serve files with appropriate header and...Jukka Jylänki
2013-11-15precise clock_gettime when not using CLOCK_REALTIME; fixes #17951.7.7Alon Zakai
2013-11-15remove obsolete demos folderAlon Zakai
2013-11-15ignore llvm ir fast-math notation; fixes #1762Alon Zakai
2013-11-15Merge pull request #1806 from juj/sdl_audio_queueingjuj
2013-11-16Add a configuration option Module.SDL_numSimultaneouslyQueuedBuffers to allow...Jukka Jylänki
2013-11-15Merge pull request #1816 from juj/fix_test_other_warn_undefinedAlon Zakai
2013-11-15Never throw uncaught exceptions out from compiler.js, but just report the exc...Jukka Jylänki
2013-11-15mention inline asm() syntax in EM_ASM commentAlon Zakai
2013-11-15do not kill asm library functions with DEAD_FUNCTIONS, as they perform fundam...Alon Zakai
2013-11-15fix asm2g.test_the_bulletAlon Zakai
2013-11-15option to hoist dead ends into loopsAlon Zakai
2013-11-15Merge pull request #1814 from juj/fix_test_static_linkAlon Zakai
2013-11-15Fix other.test_static_link on Windows by using CMake instead of configure to ...Jukka Jylänki
2013-11-15Move bullet library build code to runner.py so that it can be shared between ...Jukka Jylänki
2013-11-15Make emlink.py import-safe. Fixes an issue where python multiprocessing.py en...Jukka Jylänki
2013-11-15Fix other.test_preprocess on Linux after regressing it in the previous commit...Jukka Jylänki
2013-11-14emit ll from llvm opt directly, to skip writing and reading all the bitcodeAlon Zakai
2013-11-14don't evaluate function table aliases containing relocation offsets; fixes #1807Alon Zakai
2013-11-14Merge branch 'regex-impl' of github.com:waywardmonkeys/emscripten into incoming1.7.6Alon Zakai
2013-11-14Merge pull request #1809 from juj/gles2_getsAlon Zakai