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-03-03
release 1.13.0
1.13.0
Alon Zakai
2014-03-03
add canvas.style.setProperty in headlessCanvas
Alon Zakai
2014-03-03
put emscripten version in emscripten-version.txt, like other repos
Alon Zakai
2014-03-03
update other.test_emcc
Alon Zakai
2014-03-02
fix ASSERTIONS output on bad function pointer calls
Alon Zakai
2014-03-02
mention that EMSCRIPTEN_KEEPALIVE also exports for you
Alon Zakai
2014-03-02
add test for phi with unreachable source with a 64-bit value
Alon Zakai
2014-03-01
sort function signatures in ASSERTIONS=2 abort message dumps, attempting to s...
Alon Zakai
2014-03-01
fix other.test_dangerous_func_cast
Alon Zakai
2014-03-01
add test for #2175
Alon Zakai
2014-03-01
extra testing for ASSERTIONS == 2
Alon Zakai
2014-03-01
mention ASSERTIONS in abort() calls
Alon Zakai
2014-03-01
improve assertions message on function pointer errors
Alon Zakai
2014-02-28
fix some whitespace
Alon Zakai
2014-02-28
Merge branch 'incoming' of github.com:DerKoun/emscripten-fullscreen-improveme...
Alon Zakai
2014-02-28
Full screen fixes (aspect ratio & IE11) & AR opt
DerKoun
2014-02-28
add a test for fastcomp issue 24
Alon Zakai
2014-02-28
Merge pull request #2174 from sunfishcode/incoming
Alon Zakai
2014-02-28
fix glCompressedTexSubImage2D; fixes #2173
Alon Zakai
2014-02-28
Make this testcase pass the verifier.
Dan Gohman
2014-02-27
Remove Emscripten-specific workarounds from the sqlite3 test.
Dan Gohman
2014-02-27
make NO_EXIT_RUNTIME work properly with llvm lto
Alon Zakai
2014-02-27
run -globalopt when NO_EXIT_RUNTIME, to get rid of global initializers entire...
Alon Zakai
2014-02-27
improve other.test_os_oz
Alon Zakai
2014-02-27
fuzz -Os and -Oz as well
Alon Zakai
2014-02-27
support -Os and -Oz as arguments to emcc
Alon Zakai
2014-02-27
Bring ChangeLog up to date to latest tags.
Jukka Jylänki
2014-02-27
fix test_source_map
Alon Zakai
2014-02-27
Fix bug that caused emscripten_get_callstack to not truncate the output buffe...
Jukka Jylänki
2014-02-26
more warnings on source versions not matching, plus testing
Alon Zakai
2014-02-26
make sdl canvas copy warning a one-time thing; fixes #2167
Alon Zakai
2014-02-26
make js optimizer max chunk size customizable
Alon Zakai
2014-02-26
Merge pull request #2162 from TV4Fun/syntaxupdate
Alon Zakai
2014-02-26
Merge pull request #2165 from juj/fs_element_size
1.12.3
Alon Zakai
2014-02-26
add debug printout regarding chunkification in js optimizer
Alon Zakai
2014-02-26
fix test_asmjs_unknown_emscripten
Alon Zakai
2014-02-26
fix test_fuzz in non-fastcomp
Alon Zakai
2014-02-26
use le32 target when fastcomp is disabled, so we do not need a fastcomp build...
Alon Zakai
2014-02-26
improve -v output, and add some docs
Alon Zakai
2014-02-26
use le32 target in slow2[asm].test_sqlite; fixes #2160
Alon Zakai
2014-02-26
Merge pull request #2157 from rfk/rfk/fileno-error-reporting
Alon Zakai
2014-02-26
pass NO_EXIT_RUNTIME flag to fastcomp and add test
Alon Zakai
2014-02-26
Add new fields to EmscriptenFullscreenChangeEvent structure that report the n...
Jukka Jylänki
2014-02-25
run sanity checks on emcc -v even without inputs
Alon Zakai
2014-02-25
check sanity on emcc -v
Alon Zakai
2014-02-26
Ensure that fileno() returns -1 when given an invalid file pointer.
Ryan Kelly
2014-02-25
run a sanity check after clearing the cache
Alon Zakai
2014-02-25
Fix depecrated sourceMappingURL syntax
Joel Croteau
2014-02-25
test multiple chunk sizes in cube2hash test
Alon Zakai
2014-02-25
fix i386 target usage and asm2.test_cube2hash
Alon Zakai
[next]