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
2014-03-07
Support syntax --preload-file x@x where both sides are identical and outside ...
Jukka Jylänki
2014-03-07
Resolve symbolic links when checking for destination locations in file_packag...
Jukka Jylänki
2014-02-12
fix bug on using file packager on subdirs; fixes #2123
Alon Zakai
2014-02-12
Fixes according to pull request feedback.
jonas echterhoff
2014-02-12
Make download progress be correctly displayed when the browser cannot report ...
jonas echterhoff
2014-02-07
comments on --embed-file being inefficient, and recommending --preload-file
Alon Zakai
2014-01-29
better error message on errors in CRUNCH
Alon Zakai
2014-01-23
rename filePackageURL to filePackagePrefixURL
Alon Zakai
2014-01-23
allow adding a custom prefix to file package downloads, so they can happen fr...
Alon Zakai
2013-12-20
fix file packager
Alon Zakai
2013-12-17
fix parameter check
Lu Wang
2013-12-14
fnmatch support fullpath
Lu Wang
2013-12-14
--exclude-file
Lu Wang
2013-12-02
fix file preloading in workers and add test
Alon Zakai
2013-11-02
Add command line parameter --no-heap-copy that optimizes for small memory foo...
Jukka Jylänki
2013-10-28
fix progress shown when multiple asset packages are downloaded
Alon Zakai
2013-10-28
only emit decrunch code when crunch is enabled
Alon Zakai
2013-10-23
remove old call to Runtime.warn in file packager code
Alon Zakai
2013-10-22
start network fetch as early as possible in file packager output
Alon Zakai
2013-10-22
move fetchRemotePackage to outside of file packager generated code
Alon Zakai
2013-10-22
move file packager Module autocreation to toplevel
Alon Zakai
2013-10-22
fix file packager Module autocreation
Alon Zakai
2013-10-22
remove --pre-run option in file packager, handle all that automatically
Alon Zakai
2013-10-22
do not call setStatus if not present
Alon Zakai
2013-10-21
add file handling code from --preload-file etc. in a pre-js, so that it will ...
Alon Zakai
2013-10-21
indentation fix in file packager
Alon Zakai
2013-08-29
allow null second param in createPreloadedFile|createDataFile so that file pa...
Alon Zakai
2013-08-27
copy the entire datafile in one chunk into the heap, avoiding one malloc per ...
Alon Zakai
2013-08-27
own preloaded files, avoiding an unnecessary copy
Alon Zakai
2013-08-23
refactor DataRequest to shrink preloading-generated code
Alon Zakai
2013-08-23
own the subarrays created by file preloading, to avoid a copy
Alon Zakai
2013-08-09
Fix file packager to generate a virtual filesystem with '/' as path separator...
Jukka Jylänki
2013-08-06
store preloaded images by their absolute path
Anthony Pesch
2013-08-06
add more output in file packager error
Alon Zakai
2013-08-02
infer relative paths in file packager only when not told explicit src and des...
Alon Zakai
2013-08-02
move file packager logging into debug-only
Alon Zakai
2013-07-31
absolutize and verify paths in the file packager
Alon Zakai
2013-07-17
Fix indentation
Ryan Kelly
2013-07-16
Fix JS syntax error when embedding an empty file.
Ryan Kelly
2013-06-18
post messages to crunch worker with a new arrayBuffer, to avoid copying an un...
Alon Zakai
2013-06-18
Fix bug in file_packager.py introduced in my recent pull request that caused ...
Jukka Jylänki
2013-06-18
Rename emcc_debug to DEBUG in tools/file_packager.py to be consistent.
Jukka Jylänki
2013-06-13
Report debug diagnostics in file packager if EMCC_DEBUG=1. Make file packager...
Jukka Jylänki
2013-06-07
fix crunch path
Alon Zakai
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
[next]