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
2011-06-26
Minor polish:
max99x
2011-06-26
Merge remote-tracking branch 'upstream/master'
max99x
2011-06-26
Prevented shared libs from overwriting __globalConstructor__.
max99x
2011-06-25
SDL comments
Alon Zakai
2011-06-26
Added support for including the whole library.
max99x
2011-06-25
make globalConstructor a var
Alon Zakai
2011-06-26
Merge remote-tracking branch 'upstream/master'
max99x
2011-06-26
Fixed function indexing issues between parent and child;
max99x
2011-06-25
allow exporting library functions
Alon Zakai
2011-06-25
remove second unneeded unlink in library
Alon Zakai
2011-06-25
Style cleanup for the previous commit.
max99x
2011-06-25
export heaps when using typed arrays
Alon Zakai
2011-06-25
indexize Math.* properly. fixes issue 29
Alon Zakai
2011-06-25
Fixed stdin() returning undefined in browser cotext if the user
max99x
2011-06-25
Added basic support for dynamic module loading.
max99x
2011-06-25
Made sure read() is defined locally rather than globally. This makes
max99x
2011-06-25
Added support for exporting (non-function) global variables.
max99x
2011-06-24
Additional IO functions support (pull 31)
tim.dawborn
2011-06-24
remove unneeded assertion. fixes issue 28
Alon Zakai
2011-06-24
remove unneeded globalFuncs
Alon Zakai
2011-06-24
fix and optimize library aliases by making them refer instead of copy
Alon Zakai
2011-06-24
Added some libc I/O stubs to get Python module importing to work:
max99x
2011-06-23
minor fixes for merge
Alon Zakai
2011-06-24
* corrected support for fileno(FILE *)
tim.dawborn
2011-06-24
Merge remote branch 'upstream/master'
tim.dawborn
2011-06-23
fix bug with adding null terminator in readBinary
Alon Zakai
2011-06-23
getchar
Alon Zakai
2011-06-23
sdl docs
Alon Zakai
2011-06-23
SDL fixes
Alon Zakai
2011-06-23
* correction to fputs -- it should not add a trailing \n (puts does, fputs do...
tim.dawborn
2011-06-23
* propogated return value from main back to the return value from Module.run
tim.dawborn
2011-06-20
fix typed array detection
Alon Zakai
2011-06-19
support for customizing interactive input by setting Module.stdin
Alon Zakai
2011-06-18
fixes for web text input
Alon Zakai
2011-06-17
experimental support for web text input
Alon Zakai
2011-06-12
ceilf and floorf
Alon Zakai
2011-06-12
add warning for not running with -show-annotations
Alon Zakai
2011-06-12
tweak relooper to generate tighter inner loops
Alon Zakai
2011-06-12
revert c24c10ea77e612937f1d3e36b5909ada62587b76
Alon Zakai
2011-06-12
do not write unnecessary final if in multiple blocks
Alon Zakai
2011-06-11
simplify memcpy/memset for ta2
Alon Zakai
2011-06-11
optimize memset and memcpy in ta2
Alon Zakai
2011-06-11
fix operator precedence bug with overflow correction, improve dlmalloc test
Alon Zakai
2011-06-11
always sign/unsign constants at compile time
Alon Zakai
2011-06-09
better warning about 64-bit overflows
Alon Zakai
2011-06-09
signalyzer fixes
Alon Zakai
2011-06-09
fix warn64
Alon Zakai
2011-06-09
sign analyzer for ta==2
Alon Zakai
2011-06-08
remove unneeded initializeRuntime
Alon Zakai
2011-06-08
optimize 32bit unsign
Alon Zakai
[next]