aboutsummaryrefslogtreecommitdiff
path: root/scons-tools
AgeCommit message (Collapse)Author
2014-03-06Upstream changes to scons support from IMVU.Bruce Mitchener
2014-02-25Introduce the asmjs-unknown-emscripten target triple.Dan Gohman
2014-02-04have VirtualFileSystem also depend on the file path so renaming shaders ↵Chad Austin
causes a rebuild
2013-08-08Allow the PNaCl toolchain to be used in place of a standard version of Clang.Nick Bray
The main differences between PNaCl and standard Clang are that the tools are prefixed with "pnacl-" instead of "llvm-" and PNaCl does not accept "-o=file" style arguments, and requires them to be specified as "-o file".
2013-07-17the compress js optimizer pass is gone, replaced with minifyWhitespaceChad Austin
2013-07-17The emscripten metabuilder only builds three individually-named targets. ↵Chad Austin
It's up to the caller to decide which variant to load.
2013-07-17Blow away the jscache when embind changes and fix a cpppath dependency error ↵Chad Austin
when compiling embind files.
2013-07-17Fix 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-17Add a demo that showcases using scons to build an embind library you can ↵Chad Austin
load from JavaScript.
2013-05-17Move emscripten SCons tools into emscripten/scons-tools/Chad Austin
2013-05-17Fix a race condition if two emscripten.py instances run at the same timeChad Austin