aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-25srand() & simple rand() supporing seedLu Wang
2013-11-22listen to webglcontextcreationerror for information; fixes #1846Alon Zakai
2013-11-22simplify relooper default indentAlon Zakai
2013-11-22Merge pull request #1850 from juj/fix_test_dependency_file_windowsAlon Zakai
Fix other.test_dependency_file on Windows.
2013-11-22Fix other.test_dependency_file on Windows.Jukka Jylänki
2013-11-22require asm.js in fastcompAlon Zakai
2013-11-22fix pthread_setspecific on values of nullAlon Zakai
2013-11-21use only LLVM_ROOT in fastcomp invocationsAlon Zakai
2013-11-21stop using separate js backendAlon Zakai
2013-11-21assume for now that js optimizer runs after fastcompAlon Zakai
2013-11-21Merge branch 'fix_whitespace' of github.com:DanielBaulig/emscripten into ↵Alon Zakai
incoming Conflicts: AUTHORS
2013-11-21Add missing semicolons in preamble.jsDaniel Baulig
2013-11-21do not -O2 between abi simplificationAlon Zakai
2013-11-21use normal std::string in native relooper buildsAlon Zakai
2013-11-21add some support for le32=2 mode, where varargs is just 4-byte alignedAlon Zakai
2013-11-21handle nan and inf in fastcompAlon Zakai
2013-11-21fix pnacl tool names to pnacl masterAlon Zakai
2013-11-21debug commentAlon Zakai
2013-11-21fastcomp debug stuffAlon Zakai
2013-11-21move some output behind DEBUGAlon Zakai
2013-11-20use implementedFunctions from js libraries as well; hello world passes using ↵Alon Zakai
fastcomp
2013-11-20receive implementedFunctions from fastcompAlon Zakai
2013-11-20memory initializer in fastcompAlon Zakai
2013-11-20hack up support for 'glue' phase in js compiler, to just generate glue for ↵Alon Zakai
backend output
2013-11-20fix stack traces from js compilerAlon Zakai
2013-11-20parse fastcomp output into partsAlon Zakai
2013-11-20test for static linking when using --js-libraryAlon Zakai
2013-11-19[SDL] SDL_JoystickEventState should default to SDL_ENABLE, not SDL_DISABLE.John Vilk
2013-11-19hackish emscript_fast toolchain integrationsAlon Zakai
2013-11-19add emscript_fast overview and remove jcache from itAlon Zakai
2013-11-19fork emscript_fastAlon Zakai
2013-11-19disable compiler fallback attempts to load relooper and struct info from ↵Alon Zakai
local dir
2013-11-19Fix typo in ChangeLog.Jukka Jylänki
2013-11-19Updated ChangeLog for 1.7.6-1.7.8.Jukka Jylänki
2013-11-18version 1.7.81.7.8Alon Zakai
2013-11-18better fix for closure issue in asm2f.test_exceptions; clear out the ↵Alon Zakai
spidermonkey shell gc() function
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
Further changes for issue #1732
2013-11-18fix sanity.test_emcc_cachingAlon Zakai
2013-11-18Merge pull request #1832 from fadams/fix-accept-with-addrAlon Zakai
fix a bug in the accept call in library.js whereby if accept was called ...
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
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-18Merge pull request #1830 from juj/custom_harness_browserAlon Zakai
Custom web browser.
2013-11-18Add support for specifying a custom web browser to run in the browser test ↵Jukka Jylänki
harness via EMSCRIPTEN_BROWSER environment variable.
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
Fix browser harness windows
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 ↵Jukka Jylänki
env var, and secondarily from PATH.