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-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
2012-03-24
support both Moz and WebKit BlobBuilders
Alon Zakai
2012-03-22
save the canvas in preloadedImages, and do canvas blits in IMG_Load etc.
Alon Zakai
2012-03-21
typo on directory generation code
Alon Zakai
2012-03-21
fix some bugs with preloading of entire directories
Alon Zakai
2012-03-20
Merge pull request #312 from SiggyBar/incoming
Alon Zakai
2012-03-20
emcc help on --pre and --post-js
Alon Zakai
2012-03-20
Misc fixes for Windows.
Sigmund Vik
2012-03-19
fix test_emcc_multifile
Alon Zakai
2012-03-19
define -DEMSCRIPTEN even when just configuring, so bundled headers work
Alon Zakai
2012-03-19
nicer debug output in emcc
Alon Zakai
2012-03-19
remove .compress if the compress wasn't worth it
Alon Zakai
2012-03-19
do compression of downloaded code+datafiles in a worker
Alon Zakai
2012-03-19
emcc 'just copy' should do nothing if there is no target
Alon Zakai
2012-03-17
fix bug with compressed images
Alon Zakai
2012-03-17
unify data and image file preloading
Alon Zakai
2012-03-17
refactor datafile code
Alon Zakai
2012-03-16
preload/embed file compression option in emcc
Alon Zakai
2012-03-16
source code compression option in emcc
Alon Zakai
2012-03-16
rename --compress to --minify in emcc
Alon Zakai
2012-03-16
allow preloading/embedding of entire directories using emcc
Alon Zakai
2012-03-15
preload images for SDL
Alon Zakai
2012-03-15
support files in directories in --embed-file and --preload-file
Alon Zakai
2012-03-15
add file preloading in browsers
Alon Zakai
[next]