index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-07-22
Fix IDBFS for webworkers
push-upstream
David Barksdale
2014-07-22
make environ work by itself; fixes #2557
Alon Zakai
2014-07-22
consolidate Module.thisProgram
Alon Zakai
2014-07-22
update test_env
Alon Zakai
2014-07-22
Merge pull request #2565 from sunfishcode/incoming
Alon Zakai
2014-07-22
Update default environment variables and argv[0].
Dan Gohman
2014-07-22
Implement <sys/unistd.h> compatibility.
Dan Gohman
2014-07-22
EMCC_ONLY_FORCED_STDLIBS option
Alon Zakai
2014-07-22
remove no longer needed bad_exception hack; fixes #2560; 1.21.6
Alon Zakai
2014-07-22
emscripten_force_exit option
Alon Zakai
2014-07-22
Make eglReleaseThread implementation according to spec.
Jukka Jylänki
2014-07-22
Merge pull request #2540 from gwichman-zynga-com/incoming
juj
2014-07-22
Merge pull request #2535 from Daft-Freak/splitALC
juj
2014-07-21
disable some exceptions tests in s_x_x
Alon Zakai
2014-07-21
make test_exceptions_white_list more robust
Alon Zakai
2014-07-21
Module.memoryInitializerPrefixURL option; #2542
Alon Zakai
2014-07-21
do not set EMCC_DEBUG=1 when -v; fixes #2538
Alon Zakai
2014-07-21
fix looking up a file in a non-dir; fixes #2552
Alon Zakai
2014-07-21
improve warning
Alon Zakai
2014-07-21
DEMANGLE_SUPPORT option to use libcxxabi's demangler in stackTrace()
Alon Zakai
2014-07-21
move isxdigit from libcextra to libc
Alon Zakai
2014-07-21
move new.cpp from libc into libcxxabi
Alon Zakai
2014-07-21
update sanity.test_emcc_caching
Alon Zakai
2014-07-21
do not warn on malloc not present, we do so at runtime if used (+commented co...
Alon Zakai
2014-07-21
build enough of libcxxabi to support bad_typeid without undefined symbols; 1....
Alon Zakai
2014-07-18
add missing zconf.h in test suite
Alon Zakai
2014-07-18
testcase for #2539
Alon Zakai
2014-07-18
Merge pull request #2544 from juj/stacktrace_js
Alon Zakai
2014-07-18
document --memory-init-file on by default in opt builds in Changelog
Alon Zakai
2014-07-18
update csmith driver
Alon Zakai
2014-07-18
remove zlib headers from system/include
Alon Zakai
2014-07-18
Fix stackTrace() in preamble.js to support IE10 and IE11.
Jukka Jylänki
2014-07-18
Use typedefs in html5.h for referring to callback function pointers instead o...
Jukka Jylänki
2014-07-17
use compiler opts in -E, to use our target, system dirs, etc.; fixes #2534
Alon Zakai
2014-07-17
mention that .mem must be alongside .js
Alon Zakai
2014-07-17
document -v saving temp files; #2538
Alon Zakai
2014-07-17
clean up some old comments
Alon Zakai
2014-07-17
Merge pull request #2533 from Daft-Freak/eglReleaseThread
Alon Zakai
2014-07-17
add self to authors
Glenn Wichman
2014-07-17
our one and only context should include a stencil buffer
Glenn Wichman
2014-07-17
handle errors in rename better
Alon Zakai
2014-07-17
Merge pull request #2530 from Daft-Freak/drawBuffers
juj
2014-07-17
strsignal; 1.21.4; fixes #2532
Alon Zakai
2014-07-17
export stackTrace
Alon Zakai
2014-07-17
split AL/ALC errors
Charlie Birks
2014-07-17
add eglReleaseThread
Charlie Birks
2014-07-17
support glDrawBuffers
Charlie Birks
2014-07-16
disable test_emscripten_api in s_x_x
Alon Zakai
2014-07-16
move deps on malloc/free to deps_info, where they belong
Alon Zakai
2014-07-16
Improve previous fix to take into account different error numbers.
Jukka Jylänki
[next]