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-03-03
add canvas.style.setProperty in headlessCanvas
Alon Zakai
2014-03-01
mention ASSERTIONS in abort() calls
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
fix glCompressedTexSubImage2D; fixes #2173
Alon Zakai
2014-02-27
Fix bug that caused emscripten_get_callstack to not truncate the output buffe...
Jukka Jylänki
2014-02-26
make sdl canvas copy warning a one-time thing; fixes #2167
Alon Zakai
2014-02-26
Merge pull request #2165 from juj/fs_element_size
1.12.3
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
Merge pull request #2157 from rfk/rfk/fileno-error-reporting
Alon Zakai
2014-02-26
Add new fields to EmscriptenFullscreenChangeEvent structure that report the n...
Jukka Jylänki
2014-02-26
Ensure that fileno() returns -1 when given an invalid file pointer.
Ryan Kelly
2014-02-25
Merge branch 'NiCoX' of github.com:patchanka/emscripten into incoming
Alon Zakai
2014-02-25
do not warn on undefined symbols for things that are mere js lib dependencies...
Alon Zakai
2014-02-25
Introduce the asmjs-unknown-emscripten target triple.
Dan Gohman
2014-02-25
Minor code simplifications.
Dan Gohman
2014-02-25
Fix a copy+pasto.
Dan Gohman
2014-02-24
Merge branch 'fastcomp-by-default' into incoming
Alon Zakai
2014-02-24
add _ZNSt9exceptionD0Ev; fixes fastcomp issue 20
Alon Zakai
2014-02-24
add _ZNSt9exceptionD0Ev; fixes fastcomp issue 20
Alon Zakai
2014-02-25
Fix emscripten_get_callstack to work on Firefox 30 after it implemented colum...
Jukka Jylänki
2014-02-24
Merge pull request #2149 from TehEpicPineapple/prettier-shell
Alon Zakai
2014-02-23
emit value in safe heap load logging
Alon Zakai
2014-02-23
Changed alcOpenDevice so it works with Safari 6 and newer.
patchanka
2014-02-21
Actually make margin between canvas and output
Jack Arrington
2014-02-21
Add margin between output and canvas
Jack Arrington
2014-02-21
"powered by emscripten" logo
Jack Arrington
2014-02-21
reflect that asm is on by default in fastcomp, even in -O0, in the settings
Alon Zakai
2014-02-21
deprecate toy gc impl
Alon Zakai
2014-02-21
Apply coding conventions to library_html5.js.
Jukka Jylänki
2014-02-21
Merge pull request #2136 from rjanicek/worker-console
Alon Zakai
2014-02-21
Merge pull request #2139 from TV4Fun/memfixes
Alon Zakai
2014-02-21
Merge pull request #2146 from waywardmonkeys/undefined-symbols
Alon Zakai
2014-02-21
Add missing semicolons at the end of statements for library_html5.js.
Jukka Jylänki
2014-02-21
Merge pull request #2148 from TV4Fun/html5fixes
juj
2014-02-21
Fix bugs in HTML5 events when using SAFE_HEAP
Joel Croteau
2014-02-21
Merge pull request #2145 from TV4Fun/mousefix
juj
2014-02-21
Fix indentation in localeconv
Joel Croteau
2014-02-21
Squashed commit of the following:
Joel Croteau
2014-02-21
Correct some function dependencies to address unresolved symbols in tests.
Bruce Mitchener
2014-02-20
tolerate negative values of precision in printf, fallback to default precision
Alon Zakai
2014-02-20
Merge pull request #2143 from waywardmonkeys/strict-fixes
Alon Zakai
2014-02-21
strict fix: Don't define functions within conditionals or try blocks.
Bruce Mitchener
2014-02-21
When LEGACY_GL_EMULATION is enabled, we cannot use WebGL VAO extension effect...
Jukka Jylänki
2014-02-20
strict fix: Can't use octal constants.
Bruce Mitchener
2014-02-20
strict fix: Duplicate key in object literal.
Bruce Mitchener
2014-02-19
Formatting fix and add test
Joel Croteau
2014-02-19
Clean up code formatting in VAO code to adhere to coding conventions. Fix ref...
Jukka Jylänki
2014-02-19
Remove test on __deps
Anthony Liot
[next]