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
2013-09-04
longjmp test across asm modules
Alon Zakai
2013-09-04
remove no longer needed library.js constants for some libcxxabi stuff, which ...
Alon Zakai
2013-09-04
do not emit externals in side modules
Alon Zakai
2013-09-04
handle glBufferData usages that are not in WebGL; fixes #1589
Alon Zakai
2013-09-04
fix repeated calls to glDraw* where the count changes but not the client attr...
Alon Zakai
2013-09-04
rearranged FS function order
Anthony Pesch
2013-09-04
Revert "reimplement getCurrentTime"
Anthony Pesch
2013-09-04
Single quotes for cDefine.
Bruce Mitchener
2013-09-04
Simplify some timezone code.
Bruce Mitchener
2013-09-03
- added readFile and writeFile helpers
Anthony Pesch
2013-09-03
add extCall_* methods in asm dlopen support, parallel to invoke in that they ...
Alon Zakai
2013-09-03
abort with error message if dlopen called in asm.js mode without DLOPEN_SUPPORT
Alon Zakai
2013-09-03
refactor dlfcn support into DLFCN
Alon Zakai
2013-09-03
add some long double libc stubs
Alon Zakai
2013-09-03
free H_BASE on cleanup
Anthony Pesch
2013-09-03
do not eliminate supposedly stub functions in side modules, as they may be im...
Alon Zakai
2013-09-03
do no run cleanups on dlclose of self
Alon Zakai
2013-09-03
typo fix, index is in arguments[0]
Anthony Pesch
2013-09-03
fix cleanup code to not happen in main module
Alon Zakai
2013-09-03
clean up shared modules when dlclose()d
Alon Zakai
2013-09-03
do not require LINKABLE in DLOPEN_SUPPORT
Alon Zakai
2013-09-03
move neededTables assignment to right place; fixes test_dlfcn_unique_sig
Alon Zakai
2013-09-03
use a separate stack in each asm module; fixes asm2g.test_dlfcn_stack_forward
Alon Zakai
2013-09-03
support function pointer calls across asm modules by passing them all through...
Alon Zakai
2013-09-03
use addFunction in dlsym, and define F_BASE in side modules so they can run a...
Alon Zakai
2013-09-03
comment
Alon Zakai
2013-09-03
emit side module memory initializer in the right place; test_dlfcn_basic work...
Alon Zakai
2013-09-03
forward parent Module to side module
Alon Zakai
2013-09-03
do not emit static allocations in side modules
Alon Zakai
2013-09-03
track maximum function index when using dlopen support
Alon Zakai
2013-09-03
Merge pull request #1576 from inolen/misc_stubs
Alon Zakai
2013-09-03
disable node stdin fixes due to side effects
Anthony Pesch
2013-09-01
gracefully handle ExitStatus exception in async main loops
Anthony Pesch
2013-09-01
misc in.h and SDL joystick stubs
Anthony Pesch
2013-08-31
Merge pull request #1575 from inolen/accept_fixes
Alon Zakai
2013-08-31
remove temporary enet fix, and define gethostbyname_r in a header, so that we...
Alon Zakai
2013-08-31
- refactored accept code to automatically setup peers for incoming connectio...
Anthony Pesch
2013-08-31
- temp fix for test_enet
Anthony Pesch
2013-08-31
better error message
Alon Zakai
2013-08-30
Merge pull request #1557 from inolen/sockfs
Alon Zakai
2013-08-30
- moved hostname resolution functions to DNS object
Anthony Pesch
2013-08-29
Merge pull request #1311 from juj/emscripten_get_now
Alon Zakai
2013-08-29
Merge pull request #1555 from inolen/tty_fixes
Alon Zakai
2013-08-29
Merge pull request #1572 from rharkeadsk/fix-stdio-fileno-constants
Alon Zakai
2013-08-29
- added tests for tcgetattr / tcsetattr
Anthony Pesch
2013-08-29
- added stubs for tcgetattr and tcsetattr
Anthony Pesch
2013-08-29
allow null second param in createPreloadedFile|createDataFile so that file pa...
Alon Zakai
2013-08-29
Update STD*_FILENO constants in settings.js to match unistd.h
Ranger Harke
2013-08-29
Formatting.
Jukka Jylänki
2013-08-29
emscripten_get_now enabled for SpiderMonkey, optimization and test for shell ...
Jukka Jylänki
[prev]
[next]