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
2013-07-31
fix test_gmtime
Alon Zakai
2013-07-31
add some closure aliases
Alon Zakai
2013-07-31
support for stb-image
Alon Zakai
2013-07-30
Merge pull request #1136 from inolen/incoming
Alon Zakai
2013-07-30
updated test_openal_buffers to use btest
Anthony Pesch
2013-07-30
- fixed AudioBufferSourceNode start call, pass it an asbsolute time, not rel...
Anthony Pesch
2013-07-30
- Added debugging info
Anthony Pesch
2013-07-30
First pass at buffer queueing
Anthony Pesch
2013-07-30
show exit status if exit() is called within main(); fixes test_exit_status
Alon Zakai
2013-07-30
fix gmtime; closes #1366
Alon Zakai
2013-07-30
disable asm in embind mode, and add a test for what embind cannot do in asm m...
Alon Zakai
2013-07-30
add more non-asm embind testing
Alon Zakai
2013-07-30
Merge pull request #1449 from inolen/postrun_fixes
Alon Zakai
2013-07-30
Merge pull request #1444 from inolen/async_main
Alon Zakai
2013-07-30
Merge pull request #1448 from waywardmonkeys/fix-build
Alon Zakai
2013-07-30
fix and test for multiple static linking
Alon Zakai
2013-07-30
add asm sending for missing symbols
Alon Zakai
2013-07-30
Update test_ccall to not use a postrun hook
Anthony Pesch
2013-07-30
Fix the build, missing comma.
Bruce Mitchener
2013-07-29
- remove code that attempts to propogate _main's exit status through returns...
Anthony Pesch
2013-07-29
Merge pull request #1445 from waywardmonkeys/c-defines
Alon Zakai
2013-07-30
Missing word in comment in src/settings.js.
Bruce Mitchener
2013-07-30
Organize C_DEFINES alphabetically.
Bruce Mitchener
2013-07-29
use fgetc/ungetc in fscanf; properly fixes #1436
Alon Zakai
2013-07-29
Merge pull request #1443 from yukoba/isinff_isnanf
Alon Zakai
2013-07-29
make i24_mem test ta2 only
Alon Zakai
2013-07-30
Added isinff and isnanf
Yu Kobayashi
2013-07-29
Merge pull request #1442 from yukoba/mincore
Alon Zakai
2013-07-30
Third argument of mincore is unsigned char
Yu Kobayashi
2013-07-29
Merge pull request #1441 from yukoba/bcopy
Alon Zakai
2013-07-30
Add bcopy implementation
Yu Kobayashi
2013-07-29
Merge pull request #1440 from yukoba/statvfs_doc_url
Alon Zakai
2013-07-30
Add Yu Kobayashi to AUTHORS
Yu Kobayashi
2013-07-29
Merge pull request #1439 from michaeljbishop/replace-eval-in-jansson
Alon Zakai
2013-07-30
Fix statvfs document URL
Yu Kobayashi
2013-07-29
accept [0 x ..] in the middle of structures, odd as it might seem, this is va...
Alon Zakai
2013-07-29
Replace insecure eval() call with JSON.parse() in the
Michael J. Bishop
2013-07-29
fix test_scriptaclass
Alon Zakai
2013-07-29
buffer streams that cannot be rewound in fscanf; fixes #1436
Alon Zakai
2013-07-29
fix Module acquiring
Alon Zakai
2013-07-29
fix reftest runner for var Module approach
Alon Zakai
2013-07-29
Merge pull request #1370 from inolen/ungetc_fixes
Alon Zakai
2013-07-26
Merge pull request #1393 from fhd/sdl-surface-refcount
Alon Zakai
2013-07-26
flatten if-chains into smaller chains, chunking reduces the overhead of flatt...
Alon Zakai
2013-07-26
Merge pull request #1425 from inolen/module_global
Alon Zakai
2013-07-26
tidy up defensive environment initialization
Anthony Pesch
2013-07-25
fix outlining for all debug levels and add testing
Alon Zakai
2013-07-25
fix bug in aggressive variable elimination and re-enable it
Alon Zakai
2013-07-25
do not flatten ifs without elses
Alon Zakai
2013-07-25
support outlining with minification
Alon Zakai
[next]