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
/
tools
/
file_packager.py
Age
Commit message (
Expand
)
Author
2013-05-29
Fix handling of crunched files broken in previous commit.
Jukka Jylänki
2013-05-25
Add warning message print to file_packager to warn user when he accidentally ...
Jukka Jylänki
2013-05-25
Add support for specifying the target location of preloaded or embedded files...
Jukka Jylänki
2013-05-23
make file packager closure-friendly
Alon Zakai
2013-05-23
handle ./ in file packaging
Alon Zakai
2013-05-21
Make a temporary variable local.
tingyuan
2013-05-21
mmap(): Align to malloc's default alignment instead of pages.
tingyuan
2013-05-21
Put preloaded files on HEAP instead of another ArrayBuffers.
tingyuan
2013-05-17
fix file packager issue with closure
Alon Zakai
2013-04-25
Try/catch around idb open.
Alan Kligman
2013-04-25
If caching fails, proceed to process package data.
Alan Kligman
2013-04-25
If there's a problem, fall back to default non-cache loading from remote.
Alan Kligman
2013-04-25
Add browser.test_preload_caching to unit tests. Replace modified-time check w...
Alan Kligman
2013-04-25
Fix incorrect cache logic (probably copy pasta error). Add Module.preloadResu...
Alan Kligman
2013-04-25
Updated documentation for --use-preload-cache.
Alan Kligman
2013-04-25
Fix broken unit tests (browser.test_sdl_image_compressed, browser.test_preloa...
Alan Kligman
2013-04-25
Fix missing parameter in cacheRemotePackage invocation. Remove debug console....
Alan Kligman
2013-04-25
Add --use-preload-cache flag to enable indexeddb preload cache. Defaults to o...
Alan Kligman
2013-04-25
Add no-cache to HEAD request.
Alan Kligman
2013-04-25
Preloading script now uses indexeddb to cache asset packages. Will load them ...
Alan Kligman
2013-04-16
* Added a warning to file_packager when an input file does not exist.
Éloi Rivard
2013-04-15
* Added --no-force argument.
Éloi Rivard
2013-04-13
* Little improvements of file_packager.py
Éloi Rivard
2013-03-04
fix some test failures
Chad Austin
2013-02-21
hide verbose file packager output
Alon Zakai
2012-12-29
chunk very large embed-file
Alon Zakai
2012-10-17
fix closure error in file packager
Alon Zakai
2012-10-01
fix file paths with --embed, fixes #597
Alon Zakai
2012-09-28
note on file packager
Alon Zakai
2012-09-24
improve av workaround in file packager
Alon Zakai
2012-09-24
better progress reporting with multiple datafile downloads
Alon Zakai
2012-09-21
file packager docs
Alon Zakai
2012-09-21
workaround in file packager for silly antivirus programs
Alon Zakai
2012-09-21
use createPath in file packager to allow separate asset bundles to play nicel...
Alon Zakai
2012-09-21
allow loading multiple asset bundles / outputs of file packager
Alon Zakai
2012-09-21
closurize file packager output
Alon Zakai
2012-08-09
change download message
Alon Zakai
2012-08-09
show progress on datafile download
Alon Zakai
2012-08-08
only create new Uint8Arrays during preloading when actually necessary
Alon Zakai
2012-07-30
fix file preloading with -o subdir/..
Alon Zakai
2012-07-22
optional plugins for file packager
Alon Zakai
2012-07-18
workaround for chromium bug 124926 in another necessary place
Alon Zakai
2012-07-18
add runDependency tracking and fix detected bugs
Alon Zakai
2012-07-18
fix getAudioMimetype
Alon Zakai
2012-07-18
use createPreloadedFile in file packager
Alon Zakai
2012-07-18
refactor file preloading to happen in FS.createPreloadedFile, so that not onl...
Alon Zakai
2012-07-16
add commented option to make crunch try a png input if crunching the dds failed
Alon Zakai
2012-06-19
Merge pull request #480 from ehsan/crunch_import_warning
Alon Zakai
2012-06-19
crunch fix
Alon Zakai
2012-06-19
Only pull CRUNCH from shared.py if --crunch is used
Ehsan Akhgari
[next]