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
/
scons-tools
/
emscripten.py
Age
Commit message (
Collapse
)
Author
2014-03-06
Upstream changes to scons support from IMVU.
Bruce Mitchener
2014-02-25
Introduce the asmjs-unknown-emscripten target triple.
Dan Gohman
2014-02-04
have VirtualFileSystem also depend on the file path so renaming shaders ↵
Chad Austin
causes a rebuild
2013-07-17
the compress js optimizer pass is gone, replaced with minifyWhitespace
Chad Austin
2013-07-17
The emscripten metabuilder only builds three individually-named targets. ↵
Chad Austin
It's up to the caller to decide which variant to load.
2013-07-17
Blow away the jscache when embind changes and fix a cpppath dependency error ↵
Chad Austin
when compiling embind files.
2013-07-17
Fix scons tools to use os.path.join so that windows paths don't have an ↵
Jukka Jylanki
exectutable name 'dir1\dir2\dir3/clang', which fails.
2013-05-17
Add a demo that showcases using scons to build an embind library you can ↵
Chad Austin
load from JavaScript.
2013-05-17
Move emscripten SCons tools into emscripten/scons-tools/
Chad Austin
2013-05-17
Fix a race condition if two emscripten.py instances run at the same time
Chad Austin