index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-11-18
version 1.7.8
1.7.8
Alon Zakai
2013-11-18
better fix for closure issue in asm2f.test_exceptions; clear out the spidermo...
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
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
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
2013-11-18
Merge pull request #1830 from juj/custom_harness_browser
Alon Zakai
2013-11-18
Add support for specifying a custom web browser to run in the browser test ha...
Jukka Jylänki
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
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 env...
Jukka Jylänki
2013-11-17
Fix test browser.test_chunked_synchronous_xhr on Windows. It failed due to a ...
Jukka Jylänki
2013-11-17
Fix browser.test_freealut on Windows by implementing a CMake build path for t...
Jukka Jylänki
2013-11-17
Fix test browser.test_sdl_image_compressed on Windows when the system does no...
Jukka Jylänki
2013-11-17
Adjust split.py tool logic for generating output filenames to not generate th...
Jukka Jylänki
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 EM_ASM...
Alon Zakai
2013-11-17
Fixed timestamps on object files extracted from archives during link.
Dominic Wong
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
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 a...
Jukka Jylänki
2013-11-16
Fix HTTP server in browser harness to serve files with appropriate header and...
Jukka Jylänki
2013-11-15
precise clock_gettime when not using CLOCK_REALTIME; fixes #1795
1.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
2013-11-16
Add a configuration option Module.SDL_numSimultaneouslyQueuedBuffers to allow...
Jukka Jylänki
2013-11-15
Merge pull request #1816 from juj/fix_test_other_warn_undefined
Alon Zakai
2013-11-15
Never throw uncaught exceptions out from compiler.js, but just report the exc...
Jukka Jylänki
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 fundam...
Alon Zakai
2013-11-15
fix asm2g.test_the_bullet
Alon Zakai
2013-11-15
option to hoist dead ends into loops
Alon Zakai
2013-11-15
Merge pull request #1814 from juj/fix_test_static_link
Alon Zakai
2013-11-15
Fix other.test_static_link on Windows by using CMake instead of configure to ...
Jukka Jylänki
2013-11-15
Move bullet library build code to runner.py so that it can be shared between ...
Jukka Jylänki
2013-11-15
Make emlink.py import-safe. Fixes an issue where python multiprocessing.py en...
Jukka Jylänki
2013-11-15
Fix other.test_preprocess on Linux after regressing it in the previous commit...
Jukka Jylänki
2013-11-14
emit ll from llvm opt directly, to skip writing and reading all the bitcode
Alon Zakai
2013-11-14
don't evaluate function table aliases containing relocation offsets; fixes #1807
Alon Zakai
2013-11-14
Merge branch 'regex-impl' of github.com:waywardmonkeys/emscripten into incoming
1.7.6
Alon Zakai
2013-11-14
Merge pull request #1809 from juj/gles2_gets
Alon Zakai
[next]