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-05-03
Merge pull request #1126 from imvu/more_embind_updates
Alon Zakai
2013-05-03
fix asm.js coercion
Alon Zakai
2013-05-03
Merge branch 'strcat-fix' of github.com:fairfieldt/emscripten into fairfieldt...
Alon Zakai
2013-05-03
use sys.executable
Alon Zakai
2013-05-03
Provide the right declarations for the scripts to be executed correctly
Sylvestre Ledru
2013-05-03
Remove executable permissions on simple files
Sylvestre Ledru
2013-05-03
use -fno-threadsafe-statics, issue #1128
Alon Zakai
2013-05-03
adjust js pass logging level to debug
Alon Zakai
2013-05-03
update tests
Alon Zakai
2013-05-03
restore warning on no input files, to match gcc
Alon Zakai
2013-05-03
fix some logging uses
Alon Zakai
2013-05-03
tweak some logging levels
Alon Zakai
2013-05-03
Displays usage when no argument is passed.
Éloi Rivard
2013-05-03
* Added some colors to messages displayed from python files.
Éloi Rivard
2013-05-02
only emit aborting function stubs on undefined symbols in asm mode
Alon Zakai
2013-05-02
1.4.2
1.4.2
Alon Zakai
2013-05-02
update test_structbyval
Alon Zakai
2013-05-02
Oops, fix a test leak.
Chad Austin
2013-05-02
Add a test for interface methods that return void.
Chad Austin
2013-05-02
Add a benchmark for calling from C++ into JS via interfaces
Chad Austin
2013-05-02
Add isAliasOf for seeing if two embind handles point to the same underlying o...
Chad Austin
2013-05-02
checkpoint object handle composition
Chad Austin
2013-05-02
Snip some dead code
Chad Austin
2013-05-02
namespace the binding struct a bit more
Chad Austin
2013-05-02
snip dead code
Chad Austin
2013-05-02
Add a select_const for selecting the const method implementation if there are...
Chad Austin
2013-05-02
fix test_runtimelink
Alon Zakai
2013-05-02
fixes strcat so that it returns the correct value
Tom Fairfield
2013-05-02
fix sanity.test_emcc
Alon Zakai
2013-05-02
fix test_firstrun
Alon Zakai
2013-05-02
guard against exceptions in connect(), which can happen due to e.g. security ...
Alon Zakai
2013-05-02
ensure floats in varargs
Alon Zakai
2013-05-02
check sanity later in test runner, so we can know env settings, and do not ne...
Alon Zakai
2013-05-02
use full alignment in varargs
Alon Zakai
2013-05-02
use 64-bit alignment for double writes in le32
Alon Zakai
2013-05-02
fix SDL.keyboardState size to add safe buffer zone
Alon Zakai
2013-05-01
remove unneeded corrections in unrolled memcpy
Alon Zakai
2013-05-01
fix alignment detection in asm for makeCopyValues, strip corrections before c...
Alon Zakai
2013-05-01
optimize client attribute storage
Alon Zakai
2013-05-01
capture clientAttributes to a local
Alon Zakai
2013-05-01
only recommend jcache with -g
Alon Zakai
2013-05-01
TODO
Alon Zakai
2013-05-01
unpress keys when losing focus
Alon Zakai
2013-05-01
missing GL sigs
Alon Zakai
2013-05-01
preparation for key releasing when losing focus in SDL
Alon Zakai
2013-05-01
Merge pull request #1117 from rib/wip/cogl
Alon Zakai
2013-05-01
Merge pull request #1098 from LCID-Fire/wrapper_exit_code_fix
Alon Zakai
2013-05-01
require -g with jcache, fixes test_jcache
Alon Zakai
2013-05-01
Merge branch 'newtriple' into incoming
Alon Zakai
2013-04-30
check for need to clear cache even in EMCC_DEBUG=1 mode, which forces sanity ...
Alon Zakai
[next]