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
2012-07-13
Look into system/local/include and system/local/lib too
Behdad Esfahbod
2012-06-25
use unique temp names for libraries too
Alon Zakai
2012-06-25
minor emcc bugfix
Alon Zakai
2012-06-22
emcc --remove-duplicates option
Alon Zakai
2012-06-22
enable previous assertion, properly
Alon Zakai
2012-06-22
disable overly permissive assertion in emcc
Alon Zakai
2012-06-18
remove some unneeding emcc printing
Alon Zakai
2012-06-17
allow multiple pre-js and post-js
Alon Zakai
2012-06-16
move suffix tools to shared
Alon Zakai
2012-06-13
accept .obj files as bitcode
Alon Zakai
2012-06-11
refactor file packaging into standalone tool
Alon Zakai
2012-06-11
use closure-exported FS API for preloading
Alon Zakai
2012-06-11
allow --preload-file when generating .js, which assumes the .js will be used ...
Alon Zakai
2012-06-11
remove GENERATING_HTML, it was confusing and gave little or no benefit
Alon Zakai
2012-06-10
emcc note on preloading and .data
Alon Zakai
2012-05-31
treat -s not before OPT=VALUE as a linker option
Alon Zakai
2012-05-24
update year in emcc
Alon Zakai
2012-05-18
support emcc -v with no further arguments
Alon Zakai
2012-05-12
speed up O1 by removing unnecessary eliminator pass
Alon Zakai
2012-05-11
FS.createPreloadedFile
Alon Zakai
2012-05-08
handle absolute paths in file preloading
Alon Zakai
2012-05-04
workaround for chromium bug 124926 to prevent hanging when loading audio in c...
Alon Zakai
2012-05-02
link files in emcc without leaving a stub
Alon Zakai
2012-04-26
-v in emcc
Alon Zakai
2012-04-24
add ENV_PREFIX to more places
Alon Zakai
2012-04-13
--js-library option to make it easy to add additional library_*.js files
Alon Zakai
2012-04-13
Make more browser tests work for Windows.
Sigmund Vik
2012-04-07
handle identical basenames in emcc properly; fixes #287
Alon Zakai
2012-04-07
improve fake precompiled header workaround in emcc
Alon Zakai
2012-04-04
Merge pull request #346 from behdad/outgoing
Alon Zakai
2012-04-04
Fixed shlex.split() problem for Windows.
Sigmund Vik
2012-04-04
Look for bitcode for library input files in other places
Behdad Esfahbod
2012-04-04
Add emscripten/system/lib to lib_dirs
Behdad Esfahbod
2012-04-04
Ignore -install_name argument the way we do for -MT
Behdad Esfahbod
2012-03-31
fix -M -MM to add emcc compiler flags
Alon Zakai
2012-03-29
remove unneeded -MF workaround code
Alon Zakai
2012-03-29
comment
Alon Zakai
2012-03-29
basic support for -M and -MM
Alon Zakai
2012-03-29
bundle preloaded files also when not compressing them
Alon Zakai
2012-03-27
do not use blob constructor if not present, and closure workaround
Alon Zakai
2012-03-27
support wav and mp3 audio suffixes too
Alon Zakai
2012-03-27
support for playing audio chunks through SDL mix
Alon Zakai
2012-03-26
show 'Downloading..' when downloading data archive
Alon Zakai
2012-03-26
show status messages for decompressing and clear status on run
Alon Zakai
2012-03-26
compression docs
Alon Zakai
2012-03-26
compress all data files into one big file
Alon Zakai
2012-03-26
use shlex
Alon Zakai
2012-03-25
--llvm-lto option to disable lto
Alon Zakai
2012-03-24
fix webkitURL
Alon Zakai
2012-03-24
support window.WebKitURL
Alon Zakai
[next]