aboutsummaryrefslogtreecommitdiff
path: root/scons-tools/emscripten.py
AgeCommit message (Collapse)Author
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