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-08-02
convert test_cubegeom_pre to reftest
Alon Zakai
2013-08-02
improve testcase
Alon Zakai
2013-08-02
accept phi subItems that are parsable LLVM functions
Alon Zakai
2013-08-02
infer relative paths in file packager only when not told explicit src and des...
Alon Zakai
2013-08-02
Merge pull request #1457 from inolen/fs_init_split
Alon Zakai
2013-08-02
Merge pull request #1453 from yukoba/flock-mprotect-msync
Alon Zakai
2013-08-02
also use LLVM_ROOT to detect when we need to clear the cache
Alon Zakai
2013-08-02
properly deprecate all arguments to --minify except for 0
Alon Zakai
2013-08-02
add default extra arguments to beginning of commandline arguments, so that us...
Alon Zakai
2013-08-02
move file packager logging into debug-only
Alon Zakai
2013-08-02
split up FS.init
Anthony Pesch
2013-08-01
add tools to split and merge asm modules from the surrounding code
Alon Zakai
2013-08-01
refactor asm module parsing code into separate file
Alon Zakai
2013-08-01
optimize bsearch
Alon Zakai
2013-08-01
Merge branch 'qsort_reduce_callchain' of github.com:PinZhang/emscripten into ...
Alon Zakai
2013-08-01
do not use -nostdinc++ with le32 target at all, it does not need it, and add ...
Alon Zakai
2013-08-01
Merge pull request #1452 from inolen/onprerun
Alon Zakai
2013-08-01
Merge pull request #1455 from j4m3z0r/fast_isspace
Alon Zakai
2013-08-01
Use switch statement for isspace implementation. Results in huge speed increa...
James Gregory
2013-08-01
only emit -nostdinc++ when calling clang to build a file ending in a cpp-styl...
Alon Zakai
2013-08-01
do not emit -m32 when using le32 target
Alon Zakai
2013-08-01
Empty implmentations of flock, mprotect and msync
Yu Kobayashi
2013-07-31
added addOnPreRun and addOnPostRun
Anthony Pesch
2013-07-31
absolutize and verify paths in the file packager
Alon Zakai
2013-07-31
fix test_intentional_fault
Alon Zakai
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-31
Reduce call chain of qsort
pzhang
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
[next]