Age | Commit message (Collapse) | Author |
|
|
|
otherwise
|
|
underlying one
|
|
|
|
|
|
all files to be skipped from being packaged if the path contains a relative '.' in its path name (e.g. './path/etc').
|
|
Report debug diagnostics in file packager if EMCC_DEBUG=1. Make file pac...
|
|
|
|
|
|
|
|
|
|
packager skip all path components that have a path starting with '.', like ('.git/xxx/yyy/'), or the filename starts with '.', or the file is a Win32 hidden file. Explicitly specified files on the command line are always packaged, even if they start with '.' or are hidden. Add unit tests to check that it works.
|
|
|
|
|
|
|
|
the parallel heap type
|
|
|
|
|
|
through tempDoublePtr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
condition
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
nothing)
|
|
|
|
specifies --preload-file to an absolute path, as discussed in #486.
|
|
files on the virtual filesystem via --preload-file 'src@dst' notation.
|
|
|
|
compiler.js
|
|
|
|
Add an optimization to simplifyExpressionsPre to replace (x&A)<<B>>B with X&A
if possible. This comes up frequently in C++ with bool variables.
|