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
path:
root
/
src
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
Merge pull request #2565 from sunfishcode/incoming
Alon Zakai
2014-07-22
Update default environment variables and argv[0].
Dan Gohman
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
Module.memoryInitializerPrefixURL option; #2542
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-18
Merge pull request #2544 from juj/stacktrace_js
Alon Zakai
2014-07-18
Fix stackTrace() in preamble.js to support IE10 and IE11.
Jukka Jylänki
2014-07-17
Merge pull request #2533 from Daft-Freak/eglReleaseThread
Alon Zakai
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
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
move deps on malloc/free to deps_info, where they belong
Alon Zakai
2014-07-16
Clean up code from prabindh's pull request.
Jukka Jylänki
2014-07-16
Fix for incorrect parsing of context attributes as in emscripten issue #2518
Prabindh Sundareson
2014-07-15
fix error on symlinking to an invalid filename
Alon Zakai
2014-07-15
error on invalid pathname to symlink target
Alon Zakai
2014-07-15
make lookupPath return failure on '', and check for existence in stat
Alon Zakai
2014-07-15
make PATH.resolve return an error result on paths with '' portions
Alon Zakai
2014-07-15
Fix emrun process exit code handler to use __ATEXIT__ instead of depending on...
Jukka Jylänki
2014-07-15
Merge pull request #2390 from fadams/add-network-callbacks
juj
2014-07-14
copy the event in SDL_PushEvent, and free it later after copy is no longer ne...
Alon Zakai
2014-07-11
use forEach in extensions iteration in gl code; fixes #2514
Alon Zakai
2014-07-11
Fix mouse events handler to not throw in case the provided Module doesn't hav...
Jukka Jylänki
2014-07-11
Merge pull request #2497 from juj/compiler_nonzero_exit
juj
2014-07-11
Revice src/compiler.js to try process.exit() only if running in node. Make th...
Jukka Jylänki
2014-07-10
allow cwrap calls to not specify argTypes if no args; fixes #2511
Alon Zakai
2014-07-10
disallow creating files with empty names, and add testing
Alon Zakai
2014-07-10
normalize path in mkdir
Alon Zakai
2014-07-10
disallow creating files with the name . or ..
Alon Zakai
2014-07-10
build libcxxabi exception.cpp; 1.21.3
Alon Zakai
2014-07-09
fix process.exit call for closure
Alon Zakai
2014-07-09
move check for noExitRuntime into exit(), and fix up tests
Alon Zakai
2014-07-09
Remove bad assert() in GL library: GL interop layer should never throw on use...
Jukka Jylänki
2014-07-09
Add support for GL_HALF_FLOAT_OES in getTexPixelData.
Jukka Jylänki
2014-07-08
emit returncode in shell; fixes #1371
Alon Zakai
2014-07-08
Exit from src/compiler.js with a nonzero return code on exception. Replaces #...
Jukka Jylänki
2014-07-06
Merge pull request #2488 from sronsse/sdl_quit
Alon Zakai
2014-07-05
add SDL_AudioQuit and SDL_VideoQuit
Sebastien Ronsse
[next]