aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-081.5.41.5.4Alon Zakai
2013-08-08collect malloc defaults for emscripten, and do not try to trimAlon Zakai
2013-08-08converted Object.defineProperty calls to use Object.defineProperties in order...Anthony Pesch
2013-08-08Refactor a dictionary comprehension for Python 2.6 compatibility.Nick Bray
2013-08-08Improve the generation of ~/.emscripten on Windows.Nick Bray
2013-08-08Allow the PNaCl toolchain to be used in place of a standard version of Clang.Nick Bray
2013-08-08metadata parsing tweaksAlon Zakai
2013-08-08make dce check flexibleAlon Zakai
2013-08-08remove nocapture in aligned byvalAlon Zakai
2013-08-08ignore nocapture parametersAlon Zakai
2013-08-08ignore llvm 3.3 attributesAlon Zakai
2013-08-08generate static linking invokes in the prelude; fixes #1468Alon Zakai
2013-08-08Merge pull request #1470 from inolen/preload_path_fixesAlon Zakai
2013-08-08Merge pull request #1484 from juj/browser_image_decoding_checkAlon Zakai
2013-08-08disable test_fcvt in s_0_xAlon Zakai
2013-08-08Merge pull request #1473 from juj/wno-warn-absolute-pathsAlon Zakai
2013-08-08Merge pull request #1403 from imvu/scons-updates-pull-requestAlon Zakai
2013-08-08Merge pull request #1467 from abergmeier/extend_versionsAlon Zakai
2013-08-08support input and output vars in inline jsAlon Zakai
2013-08-08Merge pull request #1483 from juj/graceful_gl_failAlon Zakai
2013-08-08If WebGL context creation fails, return 0 in glutCreateWindow and EGL_NO_CONT...Jukka Jylänki
2013-08-08Do not attempt browser image decoding if the browser does not have the window...Jukka Jylänki
2013-08-08fix AF_INET6 value in settings.jsAlon Zakai
2013-08-08Merge branch 'link_exports' of github.com:ncbray/emscripten into incomingAlon Zakai
2013-08-08Add Nick Bray to authors.Nick Bray
2013-08-08Added FS deps to socket-related library functionsAnthony Pesch
2013-08-08Document -Wno-warn-absolute-paths for emcc --help.Jukka Jylänki
2013-08-07 - parameterized sdl_image.c to support different path variationsAnthony Pesch
2013-08-07Merge pull request #1446 from yukoba/network-constantsAlon Zakai
2013-08-07ensure test runner cache names are valid filenamesAlon Zakai
2013-08-07Merge pull request #1474 from waywardmonkeys/cvt-functionsAlon Zakai
2013-08-07Merge pull request #1475 from inolen/env_tidyAlon Zakai
2013-08-07fix test_inet4Alon Zakai
2013-08-07add missing return value in readdir_rAlon Zakai
2013-08-07fix test_files_mAlon Zakai
2013-08-07fix test_filesAlon Zakai
2013-08-07manually fill heap history in write targets of VFS.write|read into the heapAlon Zakai
2013-08-07indentation fixAlon Zakai
2013-08-07Merge pull request #1478 from inolen/function_spacingAlon Zakai
2013-08-07fix static linker parsing bugAlon Zakai
2013-08-07Merge pull request #1479 from j4m3z0r/fast_isspaceAlon Zakai
2013-08-07Workaround for Chrome bug https://code.google.com/p/chromium/issues/detail?id...James Gregory
2013-08-07updated bad function formattingAnthony Pesch
2013-08-07Ensure the linker pulls in static libraries containing exported functions.Nick Bray
2013-08-07tidied up environment conditionalsAnthony Pesch
2013-08-07Add fcvt, ecvt, gcvt functions.Bruce Mitchener
2013-08-07Add -Wno-warn-absolute-paths cmdline option to allow hiding the absolute -I/-...Jukka Jylänki
2013-08-07fix for test_sdl_image_compressedAnthony Pesch
2013-08-06Updated test_sdl_image to more extensively test relative pathsAnthony Pesch
2013-08-06store preloaded images by their absolute pathAnthony Pesch