2013-09-05 12:23:53 +03:00
{
"tools" : [
{
"id" : "clang" ,
"version" : "3.2" ,
"bitness" : 32 ,
"windows_url" : "clang_3.2_32bit.zip" ,
"activated_path" : "%installation_dir%" ,
2014-07-07 10:49:51 +03:00
"activated_cfg" : "LLVM_ROOT='%installation_dir%'" ,
"is_old" : true
2013-09-05 12:23:53 +03:00
} ,
2013-10-15 17:41:24 +03:00
{
"id" : "clang" ,
"version" : "3.2" ,
"bitness" : 64 ,
"windows_url" : "clang_3.2_64bit.zip" ,
"activated_path" : "%installation_dir%/bin" ,
2014-07-07 10:49:51 +03:00
"activated_cfg" : "LLVM_ROOT='%installation_dir%/bin'" ,
"is_old" : true
2013-10-15 17:41:24 +03:00
} ,
2013-11-19 20:46:48 +02:00
{
"id" : "clang" ,
"version" : "3.3" ,
"bitness" : 32 ,
"windows_url" : "clang_3.3_32bit.zip" ,
"activated_path" : "%installation_dir%" ,
2014-04-24 13:17:02 +03:00
"activated_cfg" : "LLVM_ROOT='%installation_dir%'" ,
"is_old" : true
2013-11-19 20:46:48 +02:00
} ,
{
"id" : "clang" ,
"version" : "3.3" ,
"bitness" : 64 ,
"windows_url" : "clang_3.3_64bit.zip" ,
"activated_path" : "%installation_dir%" ,
2014-04-24 13:17:02 +03:00
"activated_cfg" : "LLVM_ROOT='%installation_dir%'" ,
"is_old" : true
2013-11-19 20:46:48 +02:00
} ,
2013-09-05 16:44:02 +03:00
{
"id" : "clang" ,
"version" : "3.2" ,
"bitness" : 64 ,
2013-09-30 17:59:32 +03:00
"osx_url" : "clang%2Bllvm-3.2-x86_64-apple-darwin11.tar.gz" ,
2013-09-05 16:44:02 +03:00
"activated_path" : "%installation_dir%/bin" ,
2014-07-07 10:49:51 +03:00
"activated_cfg" : "LLVM_ROOT='%installation_dir%/bin'" ,
"is_old" : true
2013-09-05 16:44:02 +03:00
} ,
2013-11-21 16:45:48 +02:00
{
"id" : "clang" ,
"version" : "3.3" ,
"bitness" : 64 ,
"osx_url" : "clang%2Bllvm-3.3-x86_64-apple-darwin12.tar.gz" ,
"activated_path" : "%installation_dir%/bin" ,
2014-07-07 10:49:51 +03:00
"activated_cfg" : "LLVM_ROOT='%installation_dir%/bin'" ,
"is_old" : true
2013-11-21 16:45:48 +02:00
} ,
2015-07-02 21:52:03 +03:00
{
"id" : "clang" ,
"version" : "tag-e%tag%" ,
"bitness" : 32 ,
"append_bitness" : false ,
"windows_url" : "https://github.com/kripken/emscripten-fastcomp/archive/%tag%.zip" ,
"unix_url" : "https://github.com/kripken/emscripten-fastcomp/archive/%tag%.tar.gz" ,
"windows_clang_url" : "https://github.com/kripken/emscripten-fastcomp-clang/archive/%tag%.zip" ,
"unix_clang_url" : "https://github.com/kripken/emscripten-fastcomp-clang/archive/%tag%.tar.gz" ,
"custom_install_script" : "build_fastcomp" ,
"activated_path" : "%installation_dir%/%fastcomp_build_bin_dir%" ,
"activated_cfg" : "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'" ,
"cmake_build_type" : "RelWithDebInfo"
} ,
{
"id" : "clang" ,
"version" : "tag-e%tag%" ,
"bitness" : 64 ,
"append_bitness" : false ,
"windows_url" : "https://github.com/kripken/emscripten-fastcomp/archive/%tag%.zip" ,
"unix_url" : "https://github.com/kripken/emscripten-fastcomp/archive/%tag%.tar.gz" ,
"windows_clang_url" : "https://github.com/kripken/emscripten-fastcomp-clang/archive/%tag%.zip" ,
"unix_clang_url" : "https://github.com/kripken/emscripten-fastcomp-clang/archive/%tag%.tar.gz" ,
"custom_install_script" : "build_fastcomp" ,
"activated_path" : "%installation_dir%/%fastcomp_build_bin_dir%" ,
"activated_cfg" : "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'" ,
"cmake_build_type" : "RelWithDebInfo"
} ,
2014-07-03 23:38:51 +03:00
{
"id" : "clang" ,
"version" : "incoming" ,
"bitness" : 32 ,
"install_path" : "clang/fastcomp" ,
2015-04-08 16:11:29 +03:00
"url" : "https://github.com/kripken/emscripten-fastcomp/" ,
"clang_url" : "https://github.com/kripken/emscripten-fastcomp-clang/" ,
2014-07-03 23:38:51 +03:00
"git_branch" : "incoming" ,
"custom_install_script" : "build_fastcomp" ,
"activated_path" : "%installation_dir%/%fastcomp_build_bin_dir%" ,
2014-12-19 17:57:01 -05:00
"activated_cfg" : "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'" ,
"cmake_build_type" : "RelWithDebInfo"
2014-07-03 23:38:51 +03:00
} ,
{
"id" : "clang" ,
"version" : "incoming" ,
"bitness" : 64 ,
"install_path" : "clang/fastcomp" ,
"git_branch" : "incoming" ,
2015-04-08 16:11:29 +03:00
"url" : "https://github.com/kripken/emscripten-fastcomp/" ,
"clang_url" : "https://github.com/kripken/emscripten-fastcomp-clang/" ,
2014-07-03 23:38:51 +03:00
"custom_install_script" : "build_fastcomp" ,
"activated_path" : "%installation_dir%/%fastcomp_build_bin_dir%" ,
2014-12-19 17:57:01 -05:00
"activated_cfg" : "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'" ,
"cmake_build_type" : "RelWithDebInfo"
2014-07-03 23:38:51 +03:00
} ,
{
"id" : "clang" ,
"version" : "master" ,
"bitness" : 32 ,
"install_path" : "clang/fastcomp" ,
2015-04-08 16:11:29 +03:00
"url" : "https://github.com/kripken/emscripten-fastcomp/" ,
"clang_url" : "https://github.com/kripken/emscripten-fastcomp-clang/" ,
2014-07-03 23:38:51 +03:00
"git_branch" : "master" ,
"custom_install_script" : "build_fastcomp" ,
"activated_path" : "%installation_dir%/%fastcomp_build_bin_dir%" ,
2014-12-19 17:57:01 -05:00
"activated_cfg" : "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'" ,
"cmake_build_type" : "Release"
2014-07-03 23:38:51 +03:00
} ,
{
"id" : "clang" ,
"version" : "master" ,
"bitness" : 64 ,
"install_path" : "clang/fastcomp" ,
"git_branch" : "master" ,
2015-04-08 16:11:29 +03:00
"url" : "https://github.com/kripken/emscripten-fastcomp/" ,
"clang_url" : "https://github.com/kripken/emscripten-fastcomp-clang/" ,
2014-07-03 23:38:51 +03:00
"custom_install_script" : "build_fastcomp" ,
"activated_path" : "%installation_dir%/%fastcomp_build_bin_dir%" ,
2014-12-19 17:57:01 -05:00
"activated_cfg" : "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'" ,
"cmake_build_type" : "Release"
2014-07-03 23:38:51 +03:00
} ,
2014-03-04 19:10:22 +02:00
{
"id" : "clang" ,
"version" : "e1.13.0" ,
"bitness" : 64 ,
"windows_url" : "emscripten-clang_e1.13.0.zip" ,
2014-03-04 21:23:25 +02:00
"osx_url" : "emscripten-clang_e1.13.0.tar.gz" ,
2014-03-04 19:10:22 +02:00
"activated_path" : "%installation_dir%" ,
2014-04-24 13:17:02 +03:00
"activated_cfg" : "LLVM_ROOT='%installation_dir%'" ,
"is_old" : true
2014-03-04 19:10:22 +02:00
} ,
2014-03-13 14:40:35 +02:00
{
"id" : "clang" ,
"version" : "e1.13.1" ,
"bitness" : 64 ,
"windows_url" : "emscripten-clang_e1.13.1.zip" ,
"osx_url" : "emscripten-clang_e1.13.1.tar.gz" ,
"activated_path" : "%installation_dir%" ,
2014-04-24 13:17:02 +03:00
"activated_cfg" : "LLVM_ROOT='%installation_dir%'" ,
"is_old" : true
2014-03-13 14:40:35 +02:00
} ,
2014-04-22 19:46:49 +03:00
{
"id" : "clang" ,
"version" : "e1.16.0" ,
"bitness" : 64 ,
"windows_url" : "emscripten-clang_e1.16.0.zip" ,
"osx_url" : "emscripten-clang_e1.16.0.tar.gz" ,
"activated_path" : "%installation_dir%" ,
2014-07-07 10:49:51 +03:00
"activated_cfg" : "LLVM_ROOT='%installation_dir%'" ,
"is_old" : true
2014-04-22 19:46:49 +03:00
} ,
2014-07-04 19:08:14 +03:00
{
"id" : "clang" ,
"version" : "e1.21.0" ,
"bitness" : 64 ,
"windows_url" : "emscripten-clang_e1.21.0.zip" ,
"osx_url" : "emscripten-clang_e1.21.0.tar.gz" ,
"activated_path" : "%installation_dir%" ,
2014-10-06 16:07:01 +03:00
"activated_cfg" : "LLVM_ROOT='%installation_dir%'" ,
"is_old" : true
2014-07-04 19:08:14 +03:00
} ,
2014-08-11 20:05:45 +03:00
{
"id" : "clang" ,
"version" : "e1.22.0" ,
"bitness" : 64 ,
"windows_url" : "emscripten-clang_e1.22.0.zip" ,
"osx_url" : "emscripten-clang_e1.22.0.tar.gz" ,
"activated_path" : "%installation_dir%" ,
2014-11-28 00:48:41 +02:00
"activated_cfg" : "LLVM_ROOT='%installation_dir%'" ,
"is_old" : true
2014-08-11 20:05:45 +03:00
} ,
2014-10-06 16:04:17 +03:00
{
"id" : "clang" ,
"version" : "e1.25.0" ,
"bitness" : 64 ,
"windows_url" : "emscripten-clang_e1.25.0.zip" ,
"osx_url" : "emscripten-clang_e1.25.0.tar.gz" ,
"activated_path" : "%installation_dir%" ,
2015-01-26 16:46:43 +02:00
"activated_cfg" : "LLVM_ROOT='%installation_dir%'" ,
"is_old" : true
2014-10-06 16:04:17 +03:00
} ,
2014-11-28 00:48:41 +02:00
{
"id" : "clang" ,
"version" : "e1.27.0" ,
"bitness" : 64 ,
"windows_url" : "emscripten-clang_e1.27.0.zip" ,
"osx_url" : "emscripten-clang_e1.27.0.tar.gz" ,
"activated_path" : "%installation_dir%" ,
2015-04-12 14:19:34 +03:00
"activated_cfg" : "LLVM_ROOT='%installation_dir%'" ,
"is_old" : true
2014-11-28 00:48:41 +02:00
} ,
2015-01-26 16:45:26 +02:00
{
"id" : "clang" ,
"version" : "e1.29.0" ,
"bitness" : 64 ,
"windows_url" : "emscripten-clang_e1.29.0.zip" ,
"osx_url" : "emscripten-clang_e1.29.0.tar.gz" ,
"activated_path" : "%installation_dir%" ,
2015-07-03 19:14:34 +03:00
"activated_cfg" : "LLVM_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%/optimizer%.exe%'" ,
"is_old" : true
2015-01-26 16:45:26 +02:00
} ,
2015-04-12 14:19:34 +03:00
{
"id" : "clang" ,
"version" : "e1.30.0" ,
"bitness" : 64 ,
"windows_url" : "emscripten-clang_e1.30.0.zip" ,
"osx_url" : "emscripten-clang_e1.30.0.tar.gz" ,
"activated_path" : "%installation_dir%" ,
"activated_cfg" : "LLVM_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%/optimizer%.exe%'"
} ,
2015-07-03 19:14:34 +03:00
{
"id" : "clang" ,
"version" : "e1.34.1" ,
"bitness" : 64 ,
"windows_url" : "emscripten-clang_e1.34.1.zip" ,
"osx_url" : "emscripten-clang_e1.34.1.tar.gz" ,
"activated_path" : "%installation_dir%" ,
"activated_cfg" : "LLVM_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%/optimizer%.exe%'"
} ,
2015-11-13 17:02:12 +02:00
{
"id" : "clang" ,
"version" : "e1.35.0" ,
"bitness" : 64 ,
"windows_url" : "emscripten-clang_e1.35.0.zip" ,
"osx_url" : "emscripten-clang_e1.35.0.tar.gz" ,
"activated_path" : "%installation_dir%" ,
"activated_cfg" : "LLVM_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%/optimizer%.exe%'"
} ,
2013-09-05 12:23:53 +03:00
{
"id" : "node" ,
"version" : "0.10.17" ,
"bitness" : 32 ,
"windows_url" : "node_0.10.17_32bit.exe" ,
"windows_install_path" : "node/0.10.17_32bit/node.exe" ,
"activated_path" : "%installation_dir%" ,
2015-04-12 14:23:39 +03:00
"activated_cfg" : "NODE_JS='%installation_dir%/node.exe'" ,
"is_old" : true
2013-09-05 12:23:53 +03:00
} ,
2013-10-15 17:41:24 +03:00
{
"id" : "node" ,
"version" : "0.10.17" ,
"bitness" : 64 ,
"windows_url" : "node_0.10.17_64bit.exe" ,
"windows_install_path" : "node/0.10.17_64bit/node.exe" ,
"activated_path" : "%installation_dir%" ,
2015-04-12 14:23:39 +03:00
"activated_cfg" : "NODE_JS='%installation_dir%/node.exe'" ,
"is_old" : true
2013-10-15 17:41:24 +03:00
} ,
2013-09-05 16:44:02 +03:00
{
"id" : "node" ,
"version" : "0.10.18" ,
"bitness" : 64 ,
"osx_url" : "node-v0.10.18-darwin-x64.tar.gz" ,
"activated_path" : "%installation_dir%/bin" ,
2015-04-12 14:23:39 +03:00
"activated_cfg" : "NODE_JS='%installation_dir%/bin/node'" ,
"is_old" : true
} ,
{
"id" : "node" ,
"version" : "0.12.2" ,
"bitness" : 32 ,
"windows_url" : "node_0.12.2_32bit.exe" ,
"windows_install_path" : "node/0.12.2_32bit/node.exe" ,
"activated_path" : "%installation_dir%" ,
2015-09-25 16:52:32 +03:00
"activated_cfg" : "NODE_JS='%installation_dir%/node.exe'" ,
"is_old" : true
2015-04-12 14:23:39 +03:00
} ,
{
"id" : "node" ,
"version" : "0.12.2" ,
"bitness" : 64 ,
"windows_url" : "node_0.12.2_64bit.exe" ,
"windows_install_path" : "node/0.12.2_64bit/node.exe" ,
"activated_path" : "%installation_dir%" ,
2015-09-25 16:52:32 +03:00
"activated_cfg" : "NODE_JS='%installation_dir%/node.exe'" ,
"is_old" : true
2015-04-12 14:23:39 +03:00
} ,
{
"id" : "node" ,
"version" : "0.12.2" ,
"bitness" : 64 ,
"osx_url" : "node-v0.12.2-darwin-x64.tar.gz" ,
"activated_path" : "%installation_dir%/bin" ,
2015-09-25 16:52:32 +03:00
"activated_cfg" : "NODE_JS='%installation_dir%/bin/node'" ,
"is_old" : true
2013-09-05 16:44:02 +03:00
} ,
2015-09-25 16:39:14 +03:00
{
"id" : "node" ,
"version" : "4.1.1" ,
"bitness" : 32 ,
"windows_url" : "node_4.1.1_32bit.zip" ,
2015-09-25 17:00:08 +03:00
"linux_url" : "node-v4.1.1-linux-x86.tar.gz" ,
2015-09-25 16:39:14 +03:00
"activated_path" : "%installation_dir%/bin" ,
"activated_cfg" : "NODE_JS='%installation_dir%/bin/node'"
} ,
{
"id" : "node" ,
"version" : "4.1.1" ,
"bitness" : 64 ,
2015-09-25 16:48:59 +03:00
"osx_url" : "node-v4.1.1-darwin-x64.tar.gz" ,
2015-09-25 16:39:14 +03:00
"windows_url" : "node_4.1.1_64bit.zip" ,
2015-09-25 17:00:08 +03:00
"linux_url" : "node-v4.1.1-linux-x64.tar.gz" ,
2015-09-25 16:39:14 +03:00
"activated_path" : "%installation_dir%/bin" ,
"activated_cfg" : "NODE_JS='%installation_dir%/bin/node'"
} ,
2013-09-05 12:23:53 +03:00
{
"id" : "python" ,
"version" : "2.7.5.1" ,
"bitness" : 32 ,
"windows_url" : "python_2.7.5.1_32bit.zip" ,
"activated_path" : "%installation_dir%" ,
2014-04-24 13:17:02 +03:00
"activated_cfg" : "PYTHON='%installation_dir%/python%.exe%'" ,
"is_old" : true
2013-09-05 12:23:53 +03:00
} ,
2013-10-15 17:41:24 +03:00
{
"id" : "python" ,
"version" : "2.7.5" ,
"bitness" : 64 ,
"windows_url" : "python_2.7.5_64bit.zip" ,
"activated_path" : "%installation_dir%" ,
2014-04-24 13:17:02 +03:00
"activated_cfg" : "PYTHON='%installation_dir%/python%.exe%'" ,
"is_old" : true
2013-10-15 17:41:24 +03:00
} ,
2013-11-19 20:46:48 +02:00
{
"id" : "python" ,
"version" : "2.7.5.3" ,
"bitness" : 32 ,
"windows_url" : "python_2.7.5.3_32bit.zip" ,
"activated_path" : "%installation_dir%" ,
"activated_cfg" : "PYTHON='%installation_dir%/python%.exe%'"
} ,
{
"id" : "python" ,
"version" : "2.7.5.3" ,
"bitness" : 64 ,
"windows_url" : "python_2.7.5.3_64bit.zip" ,
"activated_path" : "%installation_dir%" ,
"activated_cfg" : "PYTHON='%installation_dir%/python%.exe%'"
} ,
2013-11-09 14:40:15 +02:00
{
"id" : "java" ,
"version" : "7.45" ,
"bitness" : 32 ,
"windows_url" : "portable_jre_7_update_45_32bit.zip" ,
"activated_path" : "%installation_dir%/bin" ,
2013-11-09 14:51:43 +02:00
"activated_env" : "JAVA_HOME=%installation_dir%" ,
"activated_cfg" : "JAVA='%installation_dir%/bin/java%.exe%'"
2013-11-09 14:40:15 +02:00
} ,
{
"id" : "java" ,
"version" : "7.45" ,
"bitness" : 64 ,
"windows_url" : "portable_jre_7_update_45_64bit.zip" ,
"activated_path" : "%installation_dir%/bin" ,
2013-11-09 14:51:43 +02:00
"activated_env" : "JAVA_HOME=%installation_dir%" ,
"activated_cfg" : "JAVA='%installation_dir%/bin/java%.exe%'"
2013-11-09 14:40:15 +02:00
} ,
2014-03-14 13:41:41 +02:00
{
"id" : "spidermonkey" ,
"version" : "27.0.1" ,
"bitness" : 64 ,
"windows_url" : "spidermonkey-27.0.1.zip" ,
"osx_url" : "spidermonkey-27.0.1.tar.gz" ,
"activated_path" : "%installation_dir%" ,
2014-07-07 12:33:43 +03:00
"activated_cfg" : "SPIDERMONKEY_ENGINE='%installation_dir%/js%.exe%'" ,
"is_old" : true
2014-03-14 13:41:41 +02:00
} ,
{
"id" : "spidermonkey" ,
"version" : "nightly-2014-03-13" ,
"bitness" : 64 ,
"windows_url" : "spidermonkey-nightly-2014-03-13.zip" ,
"osx_url" : "spidermonkey-nightly-2014-03-13.tar.gz" ,
"activated_path" : "%installation_dir%" ,
2014-07-07 12:33:43 +03:00
"activated_cfg" : "SPIDERMONKEY_ENGINE='%installation_dir%/js%.exe%'" ,
"is_old" : true
2014-03-14 13:41:41 +02:00
} ,
2014-07-07 05:21:55 -04:00
{
"id" : "spidermonkey" ,
"version" : "30.0.0" ,
"bitness" : 64 ,
"windows_url" : "spidermonkey-30.0.0.zip" ,
"osx_url" : "spidermonkey-30.0.0.tar.gz" ,
"activated_path" : "%installation_dir%" ,
2015-04-12 15:12:48 +03:00
"activated_cfg" : "SPIDERMONKEY_ENGINE='%installation_dir%/js%.exe%'" ,
"is_old" : true
} ,
{
"id" : "spidermonkey" ,
"version" : "37.0.1" ,
"bitness" : 64 ,
2015-04-12 15:29:24 +03:00
"windows_url" : "spidermonkey-37.0.1_64bit.zip" ,
"osx_url" : "spidermonkey-37.0.1_64bit.tar.gz" ,
2015-04-12 15:12:48 +03:00
"activated_path" : "%installation_dir%" ,
"activated_cfg" : "SPIDERMONKEY_ENGINE='%installation_dir%/js%.exe%'"
} ,
{
"id" : "spidermonkey" ,
"version" : "nightly-2015-04-12" ,
"bitness" : 64 ,
"windows_url" : "spidermonkey-nightly-2015-04-12_64bit.zip" ,
"osx_url" : "spidermonkey-nightly-2015-04-12_64bit.tar.gz" ,
"activated_path" : "%installation_dir%" ,
2014-07-07 05:21:55 -04:00
"activated_cfg" : "SPIDERMONKEY_ENGINE='%installation_dir%/js%.exe%'"
} ,
2013-09-05 12:23:53 +03:00
{
"id" : "git" ,
"version" : "1.8.3" ,
"windows_url" : "git_1.8.3.zip" ,
2013-11-13 19:38:00 +02:00
"activated_path" : "%installation_dir%/bin;%installation_dir%/cmd" ,
2014-09-07 05:43:14 -04:00
"activated_cfg" : "EMSDK_GIT='%installation_dir%'" ,
"is_old" : true
} ,
{
"id" : "git" ,
"version" : "1.9.4" ,
"windows_url" : "git_1.9.4.zip" ,
"activated_path" : "%installation_dir%/bin;%installation_dir%/cmd" ,
2013-09-05 12:23:53 +03:00
"activated_cfg" : "EMSDK_GIT='%installation_dir%'"
} ,
{
"id" : "emscripten" ,
"version" : "1.5.6" ,
"windows_url" : "emscripten_1.5.6.zip" ,
2013-09-05 16:44:02 +03:00
"unix_url" : "emscripten_1.5.6.tar.gz" ,
2013-09-05 12:23:53 +03:00
"activated_cfg" : "EMSCRIPTEN_ROOT='%installation_dir%'" ,
"activated_path" : "%installation_dir%" ,
2014-04-24 13:17:02 +03:00
"activated_env" : "EMSCRIPTEN=%installation_dir%" ,
"is_old" : true
2013-09-05 12:23:53 +03:00
} ,
2013-10-24 13:14:38 +03:00
{
"id" : "emscripten" ,
"version" : "1.7.1" ,
"windows_url" : "emscripten-1.7.1.zip" ,
"unix_url" : "emscripten-1.7.1.tar.gz" ,
"activated_cfg" : "EMSCRIPTEN_ROOT='%installation_dir%'" ,
"activated_path" : "%installation_dir%" ,
2014-04-24 13:17:02 +03:00
"activated_env" : "EMSCRIPTEN=%installation_dir%" ,
"is_old" : true
2013-10-24 13:14:38 +03:00
} ,
2013-11-19 20:46:48 +02:00
{
"id" : "emscripten" ,
"version" : "1.7.8" ,
"windows_url" : "emscripten-1.7.8.zip" ,
"unix_url" : "emscripten-1.7.8.tar.gz" ,
"activated_cfg" : "EMSCRIPTEN_ROOT='%installation_dir%'" ,
"activated_path" : "%installation_dir%" ,
2014-04-24 13:17:02 +03:00
"activated_env" : "EMSCRIPTEN=%installation_dir%" ,
"is_old" : true
2013-11-19 20:46:48 +02:00
} ,
2014-01-08 13:50:33 +02:00
{
"id" : "emscripten" ,
"version" : "1.8.2" ,
"windows_url" : "emscripten-1.8.2.zip" ,
"unix_url" : "emscripten-1.8.2.tar.gz" ,
"activated_cfg" : "EMSCRIPTEN_ROOT='%installation_dir%'" ,
"activated_path" : "%installation_dir%" ,
2014-04-24 13:17:02 +03:00
"activated_env" : "EMSCRIPTEN=%installation_dir%" ,
"is_old" : true
2014-01-08 13:50:33 +02:00
} ,
2014-02-28 12:58:37 +02:00
{
"id" : "emscripten" ,
"version" : "1.9.5" ,
"windows_url" : "emscripten-1.9.5.zip" ,
"unix_url" : "emscripten-1.9.5.tar.gz" ,
"activated_cfg" : "EMSCRIPTEN_ROOT='%installation_dir%'" ,
"activated_path" : "%installation_dir%" ,
2014-04-24 13:17:02 +03:00
"activated_env" : "EMSCRIPTEN=%installation_dir%" ,
"is_old" : true
2014-02-28 12:58:37 +02:00
} ,
{
"id" : "emscripten" ,
"version" : "1.10.4" ,
"windows_url" : "emscripten-1.10.4.zip" ,
"unix_url" : "emscripten-1.10.4.tar.gz" ,
"activated_cfg" : "EMSCRIPTEN_ROOT='%installation_dir%'" ,
"activated_path" : "%installation_dir%" ,
2014-04-24 13:17:02 +03:00
"activated_env" : "EMSCRIPTEN=%installation_dir%" ,
"is_old" : true
2014-02-28 12:58:37 +02:00
} ,
2014-02-28 12:49:30 +02:00
{
"id" : "emscripten" ,
"version" : "1.12.0" ,
"windows_url" : "emscripten-1.12.0.zip" ,
"unix_url" : "emscripten-1.12.0.tar.gz" ,
"activated_cfg" : "EMSCRIPTEN_ROOT='%installation_dir%'" ,
"activated_path" : "%installation_dir%" ,
2014-07-07 10:49:51 +03:00
"activated_env" : "EMSCRIPTEN=%installation_dir%" ,
"is_old" : true
2014-02-28 12:49:30 +02:00
} ,
2014-03-04 19:10:22 +02:00
{
"id" : "emscripten" ,
"version" : "1.13.0" ,
"windows_url" : "emscripten-1.13.0.zip" ,
"unix_url" : "emscripten-1.13.0.tar.gz" ,
"activated_cfg" : "EMSCRIPTEN_ROOT='%installation_dir%'" ,
"activated_path" : "%installation_dir%" ,
2014-04-24 13:17:02 +03:00
"activated_env" : "EMSCRIPTEN=%installation_dir%" ,
"is_old" : true
2014-03-04 19:10:22 +02:00
} ,
2014-03-13 14:40:35 +02:00
{
"id" : "emscripten" ,
"version" : "1.13.1" ,
"windows_url" : "emscripten-1.13.1.zip" ,
"unix_url" : "emscripten-1.13.1.tar.gz" ,
"activated_cfg" : "EMSCRIPTEN_ROOT='%installation_dir%'" ,
"activated_path" : "%installation_dir%" ,
2014-04-24 13:17:02 +03:00
"activated_env" : "EMSCRIPTEN=%installation_dir%" ,
"is_old" : true
2014-03-13 14:40:35 +02:00
} ,
2014-04-22 19:46:49 +03:00
{
"id" : "emscripten" ,
"version" : "1.16.0" ,
"windows_url" : "emscripten-1.16.0.zip" ,
"unix_url" : "emscripten-1.16.0.tar.gz" ,
"activated_cfg" : "EMSCRIPTEN_ROOT='%installation_dir%'" ,
"activated_path" : "%installation_dir%" ,
2014-07-07 10:49:51 +03:00
"activated_env" : "EMSCRIPTEN=%installation_dir%" ,
"is_old" : true
2014-04-22 19:46:49 +03:00
} ,
2014-07-04 19:08:14 +03:00
{
"id" : "emscripten" ,
"version" : "1.21.0" ,
"windows_url" : "emscripten-1.21.0.zip" ,
"unix_url" : "emscripten-1.21.0.tar.gz" ,
"activated_cfg" : "EMSCRIPTEN_ROOT='%installation_dir%'" ,
"activated_path" : "%installation_dir%" ,
2014-10-06 16:07:01 +03:00
"activated_env" : "EMSCRIPTEN=%installation_dir%" ,
"is_old" : true
2014-07-04 19:08:14 +03:00
} ,
2014-08-11 20:05:45 +03:00
{
"id" : "emscripten" ,
"version" : "1.22.0" ,
"windows_url" : "emscripten-1.22.0.zip" ,
"unix_url" : "emscripten-1.22.0.tar.gz" ,
"activated_cfg" : "EMSCRIPTEN_ROOT='%installation_dir%'" ,
"activated_path" : "%installation_dir%" ,
2014-11-28 00:48:41 +02:00
"activated_env" : "EMSCRIPTEN=%installation_dir%" ,
"is_old" : true
2014-08-11 20:05:45 +03:00
} ,
2014-10-06 16:04:17 +03:00
{
"id" : "emscripten" ,
"version" : "1.25.0" ,
"windows_url" : "emscripten-1.25.0.zip" ,
"unix_url" : "emscripten-1.25.0.tar.gz" ,
"activated_cfg" : "EMSCRIPTEN_ROOT='%installation_dir%'" ,
"activated_path" : "%installation_dir%" ,
2015-01-26 16:46:43 +02:00
"activated_env" : "EMSCRIPTEN=%installation_dir%" ,
"is_old" : true
2014-10-06 16:04:17 +03:00
} ,
2014-11-28 00:48:41 +02:00
{
"id" : "emscripten" ,
"version" : "1.27.0" ,
"windows_url" : "emscripten-1.27.0.zip" ,
"unix_url" : "emscripten-1.27.0.tar.gz" ,
"activated_cfg" : "EMSCRIPTEN_ROOT='%installation_dir%'" ,
"activated_path" : "%installation_dir%" ,
2015-04-12 14:19:34 +03:00
"activated_env" : "EMSCRIPTEN=%installation_dir%" ,
"is_old" : true
2014-11-28 00:48:41 +02:00
} ,
2015-01-26 16:45:26 +02:00
{
"id" : "emscripten" ,
"version" : "1.29.0" ,
"windows_url" : "emscripten-1.29.0.zip" ,
"unix_url" : "emscripten-1.29.0.tar.gz" ,
"activated_cfg" : "EMSCRIPTEN_ROOT='%installation_dir%'" ,
"activated_path" : "%installation_dir%" ,
2015-07-03 19:14:34 +03:00
"activated_env" : "EMSCRIPTEN=%installation_dir%" ,
"is_old" : true
2015-01-26 16:45:26 +02:00
} ,
2015-04-12 14:19:34 +03:00
{
"id" : "emscripten" ,
"version" : "1.30.0" ,
"windows_url" : "emscripten-1.30.0.zip" ,
"unix_url" : "emscripten-1.30.0.tar.gz" ,
"activated_cfg" : "EMSCRIPTEN_ROOT='%installation_dir%'" ,
"activated_path" : "%installation_dir%" ,
"activated_env" : "EMSCRIPTEN=%installation_dir%"
} ,
2015-07-03 19:14:34 +03:00
{
"id" : "emscripten" ,
"version" : "1.34.1" ,
"windows_url" : "emscripten-1.34.1.zip" ,
"unix_url" : "emscripten-1.34.1.tar.gz" ,
"activated_cfg" : "EMSCRIPTEN_ROOT='%installation_dir%'" ,
"activated_path" : "%installation_dir%" ,
"activated_env" : "EMSCRIPTEN=%installation_dir%"
} ,
2015-11-13 17:02:12 +02:00
{
"id" : "emscripten" ,
"version" : "1.35.0" ,
"windows_url" : "emscripten-1.35.0.zip" ,
"unix_url" : "emscripten-1.35.0.tar.gz" ,
"activated_cfg" : "EMSCRIPTEN_ROOT='%installation_dir%'" ,
"activated_path" : "%installation_dir%" ,
"activated_env" : "EMSCRIPTEN=%installation_dir%"
} ,
2015-07-02 21:52:03 +03:00
{
"id" : "emscripten" ,
"version" : "tag-%tag%" ,
"bitness" : 32 ,
"append_bitness" : false ,
"windows_url" : "https://github.com/kripken/emscripten/archive/%tag%.zip" ,
"unix_url" : "https://github.com/kripken/emscripten/archive/%tag%.tar.gz" ,
"zipfile_prefix" : "emscripten-e" ,
2016-06-09 14:21:54 +03:00
"activated_cfg" : "EMSCRIPTEN_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%%generator_prefix%_32bit_optimizer/%cmake_build_type_on_win%optimizer%.exe%'" ,
2015-07-02 21:52:03 +03:00
"activated_path" : "%installation_dir%" ,
"activated_env" : "EMSCRIPTEN=%installation_dir%" ,
"cmake_build_type" : "RelWithDebInfo" ,
"custom_install_script" : "build_optimizer" ,
"custom_is_installed_script" : "is_optimizer_installed" ,
"custom_uninstall_script" : "uninstall_optimizer"
} ,
{
"id" : "emscripten" ,
"version" : "tag-%tag%" ,
"bitness" : 64 ,
"append_bitness" : false ,
"windows_url" : "https://github.com/kripken/emscripten/archive/%tag%.zip" ,
"unix_url" : "https://github.com/kripken/emscripten/archive/%tag%.tar.gz" ,
2016-06-09 14:21:54 +03:00
"activated_cfg" : "EMSCRIPTEN_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%%generator_prefix%_64bit_optimizer/%cmake_build_type_on_win%optimizer%.exe%'" ,
2015-07-02 21:52:03 +03:00
"activated_path" : "%installation_dir%" ,
"activated_env" : "EMSCRIPTEN=%installation_dir%" ,
"cmake_build_type" : "RelWithDebInfo" ,
"custom_install_script" : "build_optimizer" ,
"custom_is_installed_script" : "is_optimizer_installed" ,
"custom_uninstall_script" : "uninstall_optimizer"
} ,
2015-04-12 14:19:34 +03:00
{
"id" : "emscripten" ,
"version" : "incoming" ,
"bitness" : 32 ,
2015-04-12 17:04:46 +03:00
"append_bitness" : false ,
2015-04-12 14:19:34 +03:00
"url" : "https://github.com/kripken/emscripten/" ,
"git_branch" : "incoming" ,
2016-06-09 14:21:54 +03:00
"activated_cfg" : "EMSCRIPTEN_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%%generator_prefix%_32bit_optimizer/%cmake_build_type_on_win%optimizer%.exe%'" ,
2015-04-12 14:19:34 +03:00
"activated_path" : "%installation_dir%" ,
"activated_env" : "EMSCRIPTEN=%installation_dir%" ,
"cmake_build_type" : "RelWithDebInfo" ,
2015-04-12 17:04:46 +03:00
"custom_install_script" : "build_optimizer" ,
"custom_is_installed_script" : "is_optimizer_installed" ,
"custom_uninstall_script" : "uninstall_optimizer"
2015-04-12 14:19:34 +03:00
} ,
{
"id" : "emscripten" ,
"version" : "master" ,
"bitness" : 32 ,
2015-04-12 17:04:46 +03:00
"append_bitness" : false ,
2015-04-12 14:19:34 +03:00
"url" : "https://github.com/kripken/emscripten/" ,
"git_branch" : "master" ,
2016-06-09 14:21:54 +03:00
"activated_cfg" : "EMSCRIPTEN_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%%generator_prefix%_32bit_optimizer/%cmake_build_type_on_win%optimizer%.exe%'" ,
2015-04-12 14:19:34 +03:00
"activated_path" : "%installation_dir%" ,
"activated_env" : "EMSCRIPTEN=%installation_dir%" ,
"cmake_build_type" : "Release" ,
2015-04-12 17:04:46 +03:00
"custom_install_script" : "build_optimizer" ,
"custom_is_installed_script" : "is_optimizer_installed" ,
"custom_uninstall_script" : "uninstall_optimizer"
2015-04-12 14:19:34 +03:00
} ,
2013-09-05 12:23:53 +03:00
{
"id" : "emscripten" ,
"version" : "incoming" ,
2015-04-12 14:19:34 +03:00
"bitness" : 64 ,
2015-04-12 17:04:46 +03:00
"append_bitness" : false ,
2015-04-08 16:11:29 +03:00
"url" : "https://github.com/kripken/emscripten/" ,
2013-09-05 12:23:53 +03:00
"git_branch" : "incoming" ,
2016-06-09 14:21:54 +03:00
"activated_cfg" : "EMSCRIPTEN_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%%generator_prefix%_64bit_optimizer/%cmake_build_type_on_win%optimizer%.exe%'" ,
2013-09-05 12:23:53 +03:00
"activated_path" : "%installation_dir%" ,
2014-12-19 17:57:01 -05:00
"activated_env" : "EMSCRIPTEN=%installation_dir%" ,
"cmake_build_type" : "RelWithDebInfo" ,
2015-04-12 17:04:46 +03:00
"custom_install_script" : "build_optimizer" ,
"custom_is_installed_script" : "is_optimizer_installed" ,
"custom_uninstall_script" : "uninstall_optimizer"
2013-09-05 12:23:53 +03:00
} ,
{
"id" : "emscripten" ,
"version" : "master" ,
2015-04-12 14:19:34 +03:00
"bitness" : 64 ,
2015-04-12 17:04:46 +03:00
"append_bitness" : false ,
2015-04-08 16:11:29 +03:00
"url" : "https://github.com/kripken/emscripten/" ,
2013-09-05 12:23:53 +03:00
"git_branch" : "master" ,
2016-06-09 14:21:54 +03:00
"activated_cfg" : "EMSCRIPTEN_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%%generator_prefix%_64bit_optimizer/%cmake_build_type_on_win%optimizer%.exe%'" ,
2013-09-05 12:23:53 +03:00
"activated_path" : "%installation_dir%" ,
2014-12-19 17:57:01 -05:00
"activated_env" : "EMSCRIPTEN=%installation_dir%" ,
"cmake_build_type" : "Release" ,
2015-04-12 17:04:46 +03:00
"custom_install_script" : "build_optimizer" ,
"custom_is_installed_script" : "is_optimizer_installed" ,
"custom_uninstall_script" : "uninstall_optimizer"
2013-09-05 12:23:53 +03:00
} ,
{
"id" : "vs-tool" ,
"version" : "0.9.0" ,
"windows_url" : "vs-tool_0.9.0.zip" ,
2014-04-24 13:17:02 +03:00
"windows_install_path" : "%MSBuildPlatformsDir%/Emscripten" ,
"is_old" : true
2013-09-11 18:03:50 +03:00
} ,
{
"id" : "vs-tool" ,
"version" : "0.9.1" ,
"windows_url" : "vs-tool_0.9.1.zip" ,
2014-04-24 13:17:02 +03:00
"windows_install_path" : "%MSBuildPlatformsDir%/Emscripten" ,
"is_old" : true
2013-11-21 12:03:44 +02:00
} ,
{
"id" : "vs-tool" ,
"version" : "0.9.2" ,
"windows_url" : "vs-tool_0.9.2.zip" ,
2014-04-24 13:17:02 +03:00
"windows_install_path" : "%MSBuildPlatformsDir%/Emscripten" ,
"is_old" : true
2013-11-17 14:33:51 +02:00
} ,
2014-04-23 00:14:21 +03:00
{
"id" : "vs-tool" ,
"version" : "0.9.3" ,
"windows_url" : "vs-tool_0.9.3.zip" ,
2014-07-04 18:35:49 +03:00
"windows_install_path" : "%MSBuildPlatformsDir%/Emscripten" ,
"is_old" : true
} ,
{
"id" : "vs-tool" ,
"version" : "0.9.4" ,
"windows_url" : "vs-tool_0.9.4.zip" ,
2014-04-23 00:14:21 +03:00
"windows_install_path" : "%MSBuildPlatformsDir%/Emscripten"
} ,
2013-11-17 14:33:51 +02:00
{
"id" : "crunch" ,
"version" : "1.03" ,
"windows_url" : "crunch_1.03.zip" ,
"activated_cfg" : "CRUNCH='%installation_dir%/crunch.exe'" ,
"activated_path" : "%installation_dir%"
2013-11-19 21:01:41 +02:00
} ,
2014-07-29 17:56:16 +03:00
{
"id" : "crunch" ,
"version" : "1.04" ,
"osx_url" : "crunch_osx_1.04.tar.gz" ,
"activated_cfg" : "CRUNCH='%installation_dir%/crunch'" ,
"activated_path" : "%installation_dir%"
} ,
2016-08-07 22:30:01 +03:00
{
"id" : "gnu" , // Would really want to name this 'grep' but llvm-lit has a bug that it fails to find 'grep' tool if it is located in a directory that has the word 'grep' as a substring.
"version" : "2.5.4" ,
"windows_url" : "grep-2.5.4.zip" ,
"activated_path" : "%installation_dir%/bin"
} ,
2013-11-19 21:01:41 +02:00
{
"id" : "mingw" ,
"version" : "4.6.2" ,
"bitness" : 32 ,
"windows_url" : "mingw_4.6.2_32bit.zip" ,
"activated_cfg" : "MINGW_ROOT='%installation_dir%'" ,
"activated_path" : "%installation_dir%"
2013-09-05 12:23:53 +03:00
}
] ,
"sdks" : [
{
"version" : "incoming" ,
"bitness" : 32 ,
2015-09-25 16:52:32 +03:00
"uses" : [ "clang-incoming-32bit" , "node-4.1.1-32bit" , "python-2.7.5.3-32bit" , "java-7.45-32bit" , "emscripten-incoming-32bit" ] ,
2013-11-09 14:51:43 +02:00
"os" : "win"
} ,
{
2013-11-21 12:23:33 +02:00
"version" : "incoming" ,
"bitness" : 64 ,
2015-09-25 16:52:32 +03:00
"uses" : [ "clang-incoming-64bit" , "node-4.1.1-64bit" , "python-2.7.5.3-64bit" , "java-7.45-64bit" , "emscripten-incoming-64bit" ] ,
2013-09-05 16:44:02 +03:00
"os" : "win"
} ,
2013-10-24 13:14:38 +03:00
{
2013-11-21 12:23:33 +02:00
"version" : "incoming" ,
"bitness" : 64 ,
2015-09-25 16:52:32 +03:00
"uses" : [ "clang-incoming-64bit" , "node-4.1.1-64bit" , "emscripten-incoming-64bit" ] ,
2013-11-21 12:23:33 +02:00
"os" : "osx"
2013-10-24 13:14:38 +03:00
} ,
2014-07-18 10:40:46 +02:00
{
"version" : "incoming" ,
"bitness" : 32 ,
2015-09-25 17:07:10 +03:00
"uses" : [ "clang-incoming-32bit" , "node-4.1.1-32bit" , "emscripten-incoming-32bit" ] ,
2014-07-18 10:40:46 +02:00
"os" : "linux"
} ,
2014-07-07 13:52:45 +03:00
{
"version" : "incoming" ,
"bitness" : 64 ,
2015-09-25 17:07:10 +03:00
"uses" : [ "clang-incoming-64bit" , "node-4.1.1-64bit" , "emscripten-incoming-64bit" ] ,
2014-07-07 13:52:45 +03:00
"os" : "linux"
} ,
2013-11-19 20:46:48 +02:00
{
2013-11-21 12:23:33 +02:00
"version" : "master" ,
2013-11-19 20:46:48 +02:00
"bitness" : 32 ,
2015-09-25 16:52:32 +03:00
"uses" : [ "clang-master-32bit" , "node-4.1.1-32bit" , "python-2.7.5.3-32bit" , "java-7.45-32bit" , "emscripten-master-32bit" ] ,
2013-11-09 14:51:43 +02:00
"os" : "win"
} ,
{
"version" : "master" ,
"bitness" : 64 ,
2015-09-25 16:52:32 +03:00
"uses" : [ "clang-master-64bit" , "node-4.1.1-64bit" , "python-2.7.5.3-64bit" , "java-7.45-64bit" , "emscripten-master-64bit" ] ,
2013-11-09 14:51:43 +02:00
"os" : "win"
} ,
2013-10-15 17:41:24 +03:00
{
"version" : "master" ,
"bitness" : 64 ,
2015-09-25 16:52:32 +03:00
"uses" : [ "clang-master-64bit" , "node-4.1.1-64bit" , "emscripten-master-64bit" ] ,
2013-11-09 14:51:43 +02:00
"os" : "osx"
2013-10-15 17:41:24 +03:00
} ,
2014-07-18 10:40:46 +02:00
{
"version" : "master" ,
"bitness" : 32 ,
2015-09-25 17:07:10 +03:00
"uses" : [ "clang-master-32bit" , "node-4.1.1-32bit" , "emscripten-master-32bit" ] ,
2014-07-18 10:40:46 +02:00
"os" : "linux"
} ,
2014-07-07 13:52:45 +03:00
{
"version" : "master" ,
"bitness" : 64 ,
2015-09-25 17:07:10 +03:00
"uses" : [ "clang-master-64bit" , "node-4.1.1-64bit" , "emscripten-master-64bit" ] ,
2014-07-07 13:52:45 +03:00
"os" : "linux"
} ,
2015-10-28 18:19:01 +02:00
{
"version" : "tag-%tag%" ,
"bitness" : 32 ,
"uses" : [ "clang-tag-e%tag%-32bit" , "node-4.1.1-32bit" , "python-2.7.5.3-32bit" , "java-7.45-32bit" , "emscripten-tag-%tag%-32bit" ] ,
"os" : "win"
} ,
{
"version" : "tag-%tag%" ,
"bitness" : 64 ,
"uses" : [ "clang-tag-e%tag%-64bit" , "node-4.1.1-64bit" , "python-2.7.5.3-64bit" , "java-7.45-64bit" , "emscripten-tag-%tag%-64bit" ] ,
"os" : "win"
} ,
{
"version" : "tag-%tag%" ,
"bitness" : 32 ,
"uses" : [ "clang-tag-e%tag%-32bit" , "node-4.1.1-32bit" , "emscripten-tag-%tag%-32bit" ] ,
"os" : "linux"
} ,
{
"version" : "tag-%tag%" ,
"bitness" : 64 ,
"uses" : [ "clang-tag-e%tag%-64bit" , "node-4.1.1-64bit" , "emscripten-tag-%tag%-64bit" ] ,
"os" : "unix"
} ,
2013-11-21 12:23:33 +02:00
{
"version" : "1.5.6" ,
"bitness" : 32 ,
"uses" : [ "clang-3.2-32bit" , "node-0.10.17-32bit" , "python-2.7.5.1-32bit" , "java-7.45-32bit" , "emscripten-1.5.6" ] ,
2014-04-24 13:17:02 +03:00
"os" : "win" ,
"is_old" : true
2013-11-21 12:23:33 +02:00
} ,
2013-10-15 17:41:24 +03:00
{
"version" : "1.5.6" ,
"bitness" : 64 ,
2013-11-09 14:51:43 +02:00
"uses" : [ "clang-3.2-64bit" , "node-0.10.17-64bit" , "python-2.7.5-64bit" , "java-7.45-64bit" , "emscripten-1.5.6" ] ,
2014-04-24 13:17:02 +03:00
"os" : "win" ,
"is_old" : true
2013-10-15 17:41:24 +03:00
} ,
2013-09-05 16:44:02 +03:00
{
"version" : "1.5.6" ,
"bitness" : 64 ,
"uses" : [ "clang-3.2-64bit" , "node-0.10.18-64bit" , "emscripten-1.5.6" ] ,
2014-04-24 13:17:02 +03:00
"os" : "osx" ,
"is_old" : true
2013-10-24 13:14:38 +03:00
} ,
{
"version" : "1.7.1" ,
2013-11-21 12:23:33 +02:00
"bitness" : 32 ,
"uses" : [ "clang-3.2-32bit" , "node-0.10.17-32bit" , "python-2.7.5.1-32bit" , "java-7.45-32bit" , "emscripten-1.7.1" ] ,
2014-04-24 13:17:02 +03:00
"os" : "win" ,
"is_old" : true
2013-10-24 13:14:38 +03:00
} ,
2013-11-19 20:46:48 +02:00
{
2013-11-21 12:23:33 +02:00
"version" : "1.7.1" ,
2013-11-19 20:46:48 +02:00
"bitness" : 64 ,
2013-11-21 12:23:33 +02:00
"uses" : [ "clang-3.2-64bit" , "node-0.10.17-64bit" , "python-2.7.5-64bit" , "java-7.45-64bit" , "emscripten-1.7.1" ] ,
2014-04-24 13:17:02 +03:00
"os" : "win" ,
"is_old" : true
2013-11-19 20:46:48 +02:00
} ,
2013-10-24 13:14:38 +03:00
{
"version" : "1.7.1" ,
"bitness" : 64 ,
"uses" : [ "clang-3.2-64bit" , "node-0.10.18-64bit" , "emscripten-1.7.1" ] ,
2014-04-24 13:17:02 +03:00
"os" : "osx" ,
"is_old" : true
2013-11-21 12:23:33 +02:00
} ,
{
"version" : "1.7.8" ,
"bitness" : 32 ,
2013-11-21 12:24:13 +02:00
"uses" : [ "clang-3.2-32bit" , "node-0.10.17-32bit" , "python-2.7.5.3-32bit" , "java-7.45-32bit" , "emscripten-1.7.8" ] ,
2014-04-24 13:17:02 +03:00
"os" : "win" ,
"is_old" : true
2013-11-21 12:23:33 +02:00
} ,
{
"version" : "1.7.8" ,
"bitness" : 64 ,
2013-11-21 12:24:13 +02:00
"uses" : [ "clang-3.2-64bit" , "node-0.10.17-64bit" , "python-2.7.5.3-64bit" , "java-7.45-64bit" , "emscripten-1.7.8" ] ,
2014-04-24 13:17:02 +03:00
"os" : "win" ,
"is_old" : true
2013-11-21 16:45:48 +02:00
} ,
{
"version" : "1.7.8" ,
"bitness" : 64 ,
"uses" : [ "clang-3.2-64bit" , "node-0.10.18-64bit" , "emscripten-1.7.8" ] ,
2014-04-24 13:17:02 +03:00
"os" : "osx" ,
"is_old" : true
2014-01-08 13:50:33 +02:00
} ,
{
"version" : "1.8.2" ,
"bitness" : 32 ,
"uses" : [ "clang-3.2-32bit" , "node-0.10.17-32bit" , "python-2.7.5.3-32bit" , "emscripten-1.8.2" ] ,
2014-04-24 13:17:02 +03:00
"os" : "win" ,
"is_old" : true
2014-01-08 13:50:33 +02:00
} ,
{
"version" : "1.8.2" ,
"bitness" : 64 ,
"uses" : [ "clang-3.2-64bit" , "node-0.10.17-64bit" , "python-2.7.5.3-64bit" , "emscripten-1.8.2" ] ,
2014-04-24 13:17:02 +03:00
"os" : "win" ,
"is_old" : true
2014-01-08 13:50:33 +02:00
} ,
{
"version" : "1.8.2" ,
"bitness" : 64 ,
"uses" : [ "clang-3.2-64bit" , "node-0.10.18-64bit" , "emscripten-1.8.2" ] ,
2014-04-24 13:17:02 +03:00
"os" : "osx" ,
"is_old" : true
2014-02-28 12:49:30 +02:00
} ,
2014-02-28 12:58:37 +02:00
{
"version" : "1.9.5" ,
"bitness" : 32 ,
"uses" : [ "clang-3.2-32bit" , "node-0.10.17-32bit" , "python-2.7.5.3-32bit" , "emscripten-1.9.5" ] ,
2014-04-24 13:17:02 +03:00
"os" : "win" ,
"is_old" : true
2014-02-28 12:58:37 +02:00
} ,
{
"version" : "1.9.5" ,
"bitness" : 64 ,
"uses" : [ "clang-3.2-64bit" , "node-0.10.17-64bit" , "python-2.7.5.3-64bit" , "emscripten-1.9.5" ] ,
2014-04-24 13:17:02 +03:00
"os" : "win" ,
"is_old" : true
2014-02-28 12:58:37 +02:00
} ,
{
"version" : "1.9.5" ,
"bitness" : 64 ,
"uses" : [ "clang-3.2-64bit" , "node-0.10.18-64bit" , "emscripten-1.9.5" ] ,
2014-04-24 13:17:02 +03:00
"os" : "osx" ,
"is_old" : true
2014-02-28 12:58:37 +02:00
} ,
{
"version" : "1.10.4" ,
"bitness" : 32 ,
"uses" : [ "clang-3.2-32bit" , "node-0.10.17-32bit" , "python-2.7.5.3-32bit" , "emscripten-1.10.4" ] ,
2014-04-24 13:17:02 +03:00
"os" : "win" ,
"is_old" : true
2014-02-28 12:58:37 +02:00
} ,
{
"version" : "1.10.4" ,
"bitness" : 64 ,
"uses" : [ "clang-3.2-64bit" , "node-0.10.17-64bit" , "python-2.7.5.3-64bit" , "emscripten-1.10.4" ] ,
2014-04-24 13:17:02 +03:00
"os" : "win" ,
"is_old" : true
2014-02-28 12:58:37 +02:00
} ,
{
"version" : "1.10.4" ,
"bitness" : 64 ,
"uses" : [ "clang-3.2-64bit" , "node-0.10.18-64bit" , "emscripten-1.10.4" ] ,
2014-04-24 13:17:02 +03:00
"os" : "osx" ,
"is_old" : true
2014-02-28 12:58:37 +02:00
} ,
2014-02-28 12:49:30 +02:00
{
"version" : "1.12.0" ,
"bitness" : 32 ,
"uses" : [ "clang-3.2-32bit" , "node-0.10.17-32bit" , "python-2.7.5.3-32bit" , "emscripten-1.12.0" ] ,
2014-07-07 11:04:17 +03:00
"os" : "win" ,
"is_old" : true
2014-02-28 12:49:30 +02:00
} ,
{
"version" : "1.12.0" ,
"bitness" : 64 ,
"uses" : [ "clang-3.2-64bit" , "node-0.10.17-64bit" , "python-2.7.5.3-64bit" , "emscripten-1.12.0" ] ,
2014-07-07 11:04:17 +03:00
"os" : "win" ,
"is_old" : true
2014-02-28 12:49:30 +02:00
} ,
{
"version" : "1.12.0" ,
"bitness" : 64 ,
"uses" : [ "clang-3.2-64bit" , "node-0.10.18-64bit" , "emscripten-1.12.0" ] ,
2014-07-07 11:04:17 +03:00
"os" : "osx" ,
"is_old" : true
2014-03-04 19:10:22 +02:00
} ,
{
"version" : "1.13.0" ,
"bitness" : 64 ,
"uses" : [ "clang-e1.13.0-64bit" , "node-0.10.17-64bit" , "python-2.7.5.3-64bit" , "emscripten-1.13.0" ] ,
2014-04-24 13:17:02 +03:00
"os" : "win" ,
"is_old" : true
2014-03-04 19:10:22 +02:00
} ,
{
"version" : "1.13.0" ,
"bitness" : 64 ,
"uses" : [ "clang-e1.13.0-64bit" , "node-0.10.18-64bit" , "emscripten-1.13.0" ] ,
2014-04-24 13:17:02 +03:00
"os" : "osx" ,
"is_old" : true
2014-03-13 14:40:35 +02:00
} ,
{
"version" : "1.13.1" ,
"bitness" : 64 ,
"uses" : [ "clang-e1.13.1-64bit" , "node-0.10.17-64bit" , "python-2.7.5.3-64bit" , "emscripten-1.13.1" ] ,
2014-04-24 13:17:02 +03:00
"os" : "win" ,
"is_old" : true
2014-03-13 14:40:35 +02:00
} ,
{
"version" : "1.13.1" ,
"bitness" : 64 ,
"uses" : [ "clang-e1.13.1-64bit" , "node-0.10.18-64bit" , "emscripten-1.13.1" ] ,
2014-04-24 13:17:02 +03:00
"os" : "osx" ,
"is_old" : true
2014-04-22 19:46:49 +03:00
} ,
{
"version" : "1.16.0" ,
"bitness" : 64 ,
"uses" : [ "clang-e1.16.0-64bit" , "node-0.10.17-64bit" , "python-2.7.5.3-64bit" , "emscripten-1.16.0" ] ,
2014-07-07 11:04:17 +03:00
"os" : "win" ,
"is_old" : true
2014-04-22 19:46:49 +03:00
} ,
{
"version" : "1.16.0" ,
"bitness" : 64 ,
"uses" : [ "clang-e1.16.0-64bit" , "node-0.10.18-64bit" , "emscripten-1.16.0" ] ,
2014-07-07 11:04:17 +03:00
"os" : "osx" ,
"is_old" : true
2014-07-04 19:08:14 +03:00
} ,
{
"version" : "1.21.0" ,
"bitness" : 64 ,
"uses" : [ "clang-e1.21.0-64bit" , "node-0.10.17-64bit" , "python-2.7.5.3-64bit" , "emscripten-1.21.0" ] ,
2014-10-06 16:07:01 +03:00
"os" : "win" ,
"is_old" : true
2014-07-04 19:08:14 +03:00
} ,
{
"version" : "1.21.0" ,
"bitness" : 64 ,
"uses" : [ "clang-e1.21.0-64bit" , "node-0.10.18-64bit" , "emscripten-1.21.0" ] ,
2014-10-06 16:07:01 +03:00
"os" : "osx" ,
"is_old" : true
2014-08-11 20:05:45 +03:00
} ,
{
"version" : "1.22.0" ,
"bitness" : 64 ,
"uses" : [ "clang-e1.22.0-64bit" , "node-0.10.17-64bit" , "python-2.7.5.3-64bit" , "emscripten-1.22.0" ] ,
2014-11-28 00:48:41 +02:00
"os" : "win" ,
"is_old" : true
2014-08-11 20:05:45 +03:00
} ,
{
"version" : "1.22.0" ,
"bitness" : 64 ,
"uses" : [ "clang-e1.22.0-64bit" , "node-0.10.18-64bit" , "emscripten-1.22.0" ] ,
2014-11-28 00:48:41 +02:00
"os" : "osx" ,
"is_old" : true
2014-10-06 16:04:17 +03:00
} ,
{
"version" : "1.25.0" ,
"bitness" : 64 ,
"uses" : [ "clang-e1.25.0-64bit" , "node-0.10.17-64bit" , "python-2.7.5.3-64bit" , "emscripten-1.25.0" ] ,
2015-01-26 16:46:43 +02:00
"os" : "win" ,
"is_old" : true
2014-10-06 16:04:17 +03:00
} ,
{
"version" : "1.25.0" ,
"bitness" : 64 ,
"uses" : [ "clang-e1.25.0-64bit" , "node-0.10.18-64bit" , "emscripten-1.25.0" ] ,
2015-01-26 16:46:43 +02:00
"os" : "osx" ,
"is_old" : true
2014-11-28 00:48:41 +02:00
} ,
{
"version" : "1.27.0" ,
"bitness" : 64 ,
"uses" : [ "clang-e1.27.0-64bit" , "node-0.10.17-64bit" , "python-2.7.5.3-64bit" , "emscripten-1.27.0" ] ,
2015-04-12 16:12:49 +03:00
"os" : "win" ,
"is_old" : true
2014-11-28 00:48:41 +02:00
} ,
{
"version" : "1.27.0" ,
"bitness" : 64 ,
"uses" : [ "clang-e1.27.0-64bit" , "node-0.10.18-64bit" , "emscripten-1.27.0" ] ,
2015-04-12 16:12:49 +03:00
"os" : "osx" ,
"is_old" : true
2015-01-26 16:45:26 +02:00
} ,
{
"version" : "1.29.0" ,
"bitness" : 64 ,
"uses" : [ "clang-e1.29.0-64bit" , "node-0.10.17-64bit" , "python-2.7.5.3-64bit" , "emscripten-1.29.0" ] ,
2015-07-03 19:14:34 +03:00
"os" : "win" ,
"is_old" : true
2015-01-26 16:45:26 +02:00
} ,
{
"version" : "1.29.0" ,
"bitness" : 64 ,
"uses" : [ "clang-e1.29.0-64bit" , "node-0.10.18-64bit" , "emscripten-1.29.0" ] ,
2015-07-03 19:14:34 +03:00
"os" : "osx" ,
"is_old" : true
2015-04-12 14:19:34 +03:00
} ,
{
"version" : "1.30.0" ,
"bitness" : 64 ,
2015-04-12 16:12:49 +03:00
"uses" : [ "clang-e1.30.0-64bit" , "node-0.12.2-64bit" , "python-2.7.5.3-64bit" , "emscripten-1.30.0" ] ,
2015-04-12 14:19:34 +03:00
"os" : "win"
} ,
{
"version" : "1.30.0" ,
"bitness" : 64 ,
2015-04-12 16:12:49 +03:00
"uses" : [ "clang-e1.30.0-64bit" , "node-0.12.2-64bit" , "emscripten-1.30.0" ] ,
2015-04-12 14:19:34 +03:00
"os" : "osx"
2015-07-02 21:52:03 +03:00
} ,
2015-07-03 19:14:34 +03:00
{
"version" : "1.34.1" ,
"bitness" : 64 ,
"uses" : [ "clang-e1.34.1-64bit" , "node-0.12.2-64bit" , "python-2.7.5.3-64bit" , "emscripten-1.34.1" ] ,
"os" : "win"
} ,
{
"version" : "1.34.1" ,
"bitness" : 64 ,
"uses" : [ "clang-e1.34.1-64bit" , "node-0.12.2-64bit" , "emscripten-1.34.1" ] ,
"os" : "osx"
2015-11-13 17:02:12 +02:00
} ,
{
"version" : "1.35.0" ,
"bitness" : 64 ,
"uses" : [ "clang-e1.35.0-64bit" , "node-4.1.1-64bit" , "python-2.7.5.3-64bit" , "emscripten-1.35.0" ] ,
"os" : "win"
} ,
{
"version" : "1.35.0" ,
"bitness" : 64 ,
"uses" : [ "clang-e1.35.0-64bit" , "node-4.1.1-64bit" , "emscripten-1.35.0" ] ,
"os" : "osx"
2013-09-05 12:23:53 +03:00
}
]
}