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
2012-05-31
treat -s not before OPT=VALUE as a linker option
Alon Zakai
2012-05-31
do not do GL immediate mode emulation if a 2D context is being used, even if ...
Alon Zakai
2012-05-30
make test_sdl_mouse more robust
Alon Zakai
2012-05-30
properly identify function pointers that return things like [64 x i16]*
Alon Zakai
2012-05-30
Merge pull request #450 from caiiiycuk/openttd
Alon Zakai
2012-05-30
tweak emcc caching test numbers
Alon Zakai
2012-05-30
tweak caching test sizes
Alon Zakai
2012-05-30
try make twice, fixes some projects like poppler on ubuntu 12.04
Alon Zakai
2012-05-29
fix stack save problem with last bindings generator commit
Alon Zakai
2012-05-29
fix bindings generator bug with overloaded functions whose parameters differ ...
Alon Zakai
2012-05-29
fallback to java if no JAVA in ~/.emscripten
Alon Zakai
2012-05-29
Fix behavior strndup whern size <= 0, in this case strndup returns empty string
Aleksander Guryanov
2012-05-28
fix string detection regexp and add test
Alon Zakai
2012-05-28
throw on writes to absolute memory addresses; fixes #451
Alon Zakai
2012-05-28
require JAVA definition in ~/.emscripten
Alon Zakai
2012-05-28
Fix size of new string (0 +1->size +1)
Aleksander Guryanov
2012-05-28
Add implementation of strndup function and test for it
Aleksander Guryanov
2012-05-28
Merge pull request #448 from LCID-Fire/incoming
Alon Zakai
2012-05-28
Merge branch 'incoming' of https://github.com/kripken/emscripten into incoming
LCID Fire
2012-05-28
Only use C++ flags for C++ code
LCID Fire
2012-05-28
test for scons integration and stop using emld there
Alon Zakai
2012-05-28
Add C file to test, to be sure that the correct linker is used.
LCID Fire
2012-05-28
Merge pull request #447 from LCID-Fire/incoming
Alon Zakai
2012-05-28
Add small test project for SCons integration.
LCID Fire
2012-05-28
cleanup for llvm-ld stuff in shared.py
Alon Zakai
2012-05-28
remove emld, we no longer use llvm-ld which is deprecated
Alon Zakai
2012-05-28
note about node path
alon
2012-05-26
fix strtod behavior on non-ints
Alon Zakai
2012-05-25
allow - in globals, aliases and types
Alon Zakai
2012-05-24
Merge branch 'incoming' into llvmsvn
Alon Zakai
2012-05-24
Merge branch 'incoming' into llvmsvn
Alon Zakai
2012-05-24
make fgetc return the char value as unsigned (in a signed int)
Alon Zakai
2012-05-24
update year in emcc
Alon Zakai
2012-05-24
Merge pull request #435 from ehsan/sdlmouse
Alon Zakai
2012-05-24
Merge pull request #442 from ehsan/stub
Alon Zakai
2012-05-24
Merge branch 'master' into llvmsvn
Alon Zakai
2012-05-23
Merge pull request #439 from ehsan/issue_437
Alon Zakai
2012-05-23
Stub a few more gl functions
Ehsan Akhgari
2012-05-22
Use clang when building native lzma
Ehsan Akhgari
2012-05-22
Save the state of the mouse button as we're creating a C event for it
Ehsan Akhgari
2012-05-22
Fix the SDL mouse motion events
Ehsan Akhgari
2012-05-22
create directories to work around llvm-nm silent failures if it can't generat...
Alon Zakai
2012-05-22
use unique temp dir in linking, and handle directories relative to build dir
Alon Zakai
2012-05-21
ignore non-bitcode files when linking
Alon Zakai
2012-05-21
handle (ignore) archives of non-bitcode
Alon Zakai
2012-05-21
add all needed parts of archives
Alon Zakai
2012-05-21
track symbols during linking in order to emulate gcc ld behavior of archives
Alon Zakai
2012-05-20
handle absolute paths in .a files
Alon Zakai
2012-05-19
stop using llvm-ld which is removed in llvm 3.1
Alon Zakai
2012-05-18
WARN_ON_UNDEFINED_SYMBOLS
Alon Zakai
[next]