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
/
emcc
Age
Commit message (
Expand
)
Author
2013-06-17
enable all debug logging in emcc -v
Alon Zakai
2013-06-04
do not skip -s X=Y when EMCONFIGURE_JS
Alon Zakai
2013-06-03
Fix test_exported_response and test_asm_pgo on Windows.
Jukka Jylänki
2013-05-25
enable asm.js in embind, with extra reserved function pointers by default
Alon Zakai
2013-05-24
Merge pull request #1203 from michaeljbishop/objc-support
Alon Zakai
2013-05-24
Simplified code by using a tuple in combination with `endsWith`.
Michael Bishop
2013-05-24
show --help in emcc even if there are other args
Alon Zakai
2013-05-23
support relative paths in -s KEY=@path
Alon Zakai
2013-05-23
Allowed Emscripten to recognize and compile .m and .mm files
Michael J. Bishop
2013-05-21
remove warning
Alon Zakai
2013-05-21
Merge pull request #1105 from azmeuk/symlink
Alon Zakai
2013-05-20
Remove obsolete (and partly wrong) setup information for CMake and SCons. Use...
Andreas Bergmeier
2013-05-16
docs
Alon Zakai
2013-05-16
support closure compiler on the shell in asm mode
Alon Zakai
2013-05-16
enable aliasing function pointers by default in -O2
Alon Zakai
2013-05-10
add FORCE_ALIGNED_MEMORY=1 to -O3
Alon Zakai
2013-05-06
fix sdl inclusion
Alon Zakai
2013-05-06
auto-include malloc/free when SDL is used; fixes #1139
Alon Zakai
2013-05-06
fix memory initializer detection
Alon Zakai
2013-05-05
update comments
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-01
only recommend jcache with -g
Alon Zakai
2013-05-02
Added a symlink testcase.
Éloi Rivard
2013-05-01
require -g with jcache, fixes test_jcache
Alon Zakai
2013-04-30
add support for changing the llvm target using EMCC_LLVM_TARGET in the env
Alon Zakai
2013-04-29
error on undefined symbols in js configure-ing
Alon Zakai
2013-04-29
add target settings
Alon Zakai
2013-04-29
[libcextra] Add wcwidth, wcswidth.
Bruce Mitchener
2013-04-29
[libcextra] wctrans and friends.
Bruce Mitchener
2013-04-29
[libcextra] add isw* classification functions.
Bruce Mitchener
2013-04-27
* Added symlink support.
Éloi Rivard
2013-04-25
Merge branch 'idb-preload-cache' of github.com:modeswitch/emscripten into mod...
Alon Zakai
2013-04-25
clean up meminit detection
Alon Zakai
2013-04-25
Add --use-preload-cache option to emcc, which passes it through to file_packa...
Alan Kligman
2013-04-23
Clean up libc / libcxx build infrastructure.
Bruce Mitchener
2013-04-22
Move wchar,mb stuff to libcextra.
Bruce Mitchener
2013-04-22
Add musl multibyte function implementations.
Bruce Mitchener
2013-04-22
Add musl wchar function implementations.
Bruce Mitchener
2013-04-22
Let libc.symbols use same symbol format as libcxx.
Bruce Mitchener
2013-04-19
update tests
Alon Zakai
2013-04-19
disable asm.js when using embind
Alon Zakai
2013-04-19
enable ASM_JS=1 in -O1+, and start to update testing
Alon Zakai
2013-04-17
enable asm in -O1 and prepare to add testing
Alon Zakai
2013-04-16
Merge pull request #1038 from juj/fix_test_asm_pgo_windows
Alon Zakai
[next]