aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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-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-06enclose noInitialRun in parentheses to make closure happyAnthony Pesch
2013-08-06test outlining with -O2, but without size checksAlon Zakai
2013-08-06allow outlining of single statementsAlon Zakai
2013-08-06add infrastructure to test multiple optimization levels in test_outlineAlon Zakai
2013-08-06use compiler test opts in cache name for libraries, to increase coverage and ...Alon Zakai
2013-08-06better outline loggingAlon Zakai
2013-08-06increment outlining counter only when outlining succeededAlon Zakai
2013-08-06fix path handling in createPreloadedFileAlon Zakai
2013-08-06fix for process.cwd usageAnthony Pesch
2013-08-06do not swallow errors in FS try-catches that are not ErrnoErrorsAlon Zakai
2013-08-07Modify NSIG, SIGRTMIN and SIGRTMAX of src/settings.jsYu Kobayashi
2013-08-07Remove sys/socket.h comment about glibcYu Kobayashi
2013-08-07Modified the values of SO_* and SOL_SOCKET to be the same values of glibcYu Kobayashi
2013-08-07Modified src/settings.h to match the constants of sys/socket.hYu Kobayashi
2013-08-07Add constants to network headersYu Kobayashi
2013-08-06remove createPreloadedFile__deps which is on an internal propertyAlon Zakai
2013-08-06Enable LLVM_ADD_VERSION and CLANG_ADD_VERSION being set in Emscripten configu...Andreas Bergmeier
2013-08-06Merge pull request #1348 from mnaamani/inetAlon Zakai
2013-08-06Merge pull request #1458 from inolen/vfsAlon Zakai
2013-08-06add more output in file packager errorAlon Zakai
2013-08-06Merge pull request #1459 from j4m3z0r/gl_delete_buffers_nocrashAlon Zakai
2013-08-05Coding conventions fix.James Gregory
2013-08-06handle IPv6 addresses in inet_ntop and inet_ptonMokhtar Naamani
2013-08-05handle overflows when relocating heap offsetsAlon Zakai