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%",
|
|
|
|
|
"activated_cfg": "LLVM_ROOT='%installation_dir%'"
|
|
|
|
|
},
|
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",
|
|
|
|
|
"activated_cfg": "LLVM_ROOT='%installation_dir%/bin'"
|
|
|
|
|
},
|
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%",
|
|
|
|
|
"activated_cfg": "LLVM_ROOT='%installation_dir%'"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "clang",
|
|
|
|
|
"version": "3.3",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"windows_url": "clang_3.3_64bit.zip",
|
|
|
|
|
"activated_path": "%installation_dir%",
|
|
|
|
|
"activated_cfg": "LLVM_ROOT='%installation_dir%'"
|
|
|
|
|
},
|
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",
|
|
|
|
|
"activated_cfg": "LLVM_ROOT='%installation_dir%/bin'"
|
|
|
|
|
},
|
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",
|
|
|
|
|
"activated_cfg": "LLVM_ROOT='%installation_dir%/bin'"
|
|
|
|
|
},
|
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%",
|
|
|
|
|
"activated_cfg": "LLVM_ROOT='%installation_dir%'"
|
|
|
|
|
},
|
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%",
|
|
|
|
|
"activated_cfg": "LLVM_ROOT='%installation_dir%'"
|
|
|
|
|
},
|
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%",
|
|
|
|
|
"activated_cfg": "LLVM_ROOT='%installation_dir%'"
|
|
|
|
|
},
|
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%",
|
|
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/node.exe'"
|
|
|
|
|
},
|
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%",
|
|
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/node.exe'"
|
|
|
|
|
},
|
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",
|
|
|
|
|
"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%",
|
|
|
|
|
"activated_cfg": "PYTHON='%installation_dir%/python%.exe%'"
|
|
|
|
|
},
|
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%",
|
|
|
|
|
"activated_cfg": "PYTHON='%installation_dir%/python%.exe%'"
|
|
|
|
|
},
|
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%",
|
|
|
|
|
"activated_cfg": "SPIDERMONKEY_ENGINE='%installation_dir%/js%.exe%'"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"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%",
|
|
|
|
|
"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",
|
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%",
|
|
|
|
|
"activated_env": "EMSCRIPTEN=%installation_dir%"
|
|
|
|
|
},
|
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%",
|
|
|
|
|
"activated_env": "EMSCRIPTEN=%installation_dir%"
|
|
|
|
|
},
|
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%",
|
|
|
|
|
"activated_env": "EMSCRIPTEN=%installation_dir%"
|
|
|
|
|
},
|
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%",
|
|
|
|
|
"activated_env": "EMSCRIPTEN=%installation_dir%"
|
|
|
|
|
},
|
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%",
|
|
|
|
|
"activated_env": "EMSCRIPTEN=%installation_dir%"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"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%",
|
|
|
|
|
"activated_env": "EMSCRIPTEN=%installation_dir%"
|
|
|
|
|
},
|
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%",
|
|
|
|
|
"activated_env": "EMSCRIPTEN=%installation_dir%"
|
|
|
|
|
},
|
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%",
|
|
|
|
|
"activated_env": "EMSCRIPTEN=%installation_dir%"
|
|
|
|
|
},
|
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%",
|
|
|
|
|
"activated_env": "EMSCRIPTEN=%installation_dir%"
|
|
|
|
|
},
|
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%",
|
|
|
|
|
"activated_env": "EMSCRIPTEN=%installation_dir%"
|
|
|
|
|
},
|
2013-09-05 12:23:53 +03:00
|
|
|
{
|
|
|
|
|
"id": "emscripten",
|
|
|
|
|
"version": "incoming",
|
|
|
|
|
"url": "git://github.com/kripken/emscripten.git",
|
|
|
|
|
"git_branch": "incoming",
|
|
|
|
|
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'",
|
|
|
|
|
"activated_path": "%installation_dir%",
|
|
|
|
|
"activated_env": "EMSCRIPTEN=%installation_dir%"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "emscripten",
|
|
|
|
|
"version": "master",
|
|
|
|
|
"url": "git://github.com/kripken/emscripten.git",
|
|
|
|
|
"git_branch": "master",
|
|
|
|
|
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'",
|
|
|
|
|
"activated_path": "%installation_dir%",
|
|
|
|
|
"activated_env": "EMSCRIPTEN=%installation_dir%"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "vs-tool",
|
|
|
|
|
"version": "0.9.0",
|
|
|
|
|
"windows_url": "vs-tool_0.9.0.zip",
|
|
|
|
|
"windows_install_path": "%MSBuildPlatformsDir%/Emscripten"
|
2013-09-11 18:03:50 +03:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "vs-tool",
|
|
|
|
|
"version": "0.9.1",
|
|
|
|
|
"windows_url": "vs-tool_0.9.1.zip",
|
|
|
|
|
"windows_install_path": "%MSBuildPlatformsDir%/Emscripten"
|
2013-11-21 12:03:44 +02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "vs-tool",
|
|
|
|
|
"version": "0.9.2",
|
|
|
|
|
"windows_url": "vs-tool_0.9.2.zip",
|
|
|
|
|
"windows_install_path": "%MSBuildPlatformsDir%/Emscripten"
|
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",
|
|
|
|
|
"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
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"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,
|
2013-11-09 14:51:43 +02:00
|
|
|
"uses": ["clang-3.2-32bit", "node-0.10.17-32bit", "python-2.7.5.1-32bit", "java-7.45-32bit", "git-1.8.3", "emscripten-incoming"],
|
|
|
|
|
"os": "win"
|
|
|
|
|
},
|
|
|
|
|
{
|
2013-11-21 12:23:33 +02:00
|
|
|
"version": "incoming",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"uses": ["clang-3.2-64bit", "node-0.10.17-64bit", "python-2.7.5-64bit", "java-7.45-64bit", "git-1.8.3", "emscripten-incoming"],
|
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,
|
|
|
|
|
"uses": ["clang-3.2-64bit", "node-0.10.18-64bit", "emscripten-incoming"],
|
|
|
|
|
"os": "osx"
|
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": "master",
|
2013-11-19 20:46:48 +02:00
|
|
|
"bitness": 32,
|
2013-11-21 12:23:33 +02:00
|
|
|
"uses": ["clang-3.2-32bit", "node-0.10.17-32bit", "python-2.7.5.1-32bit", "java-7.45-32bit", "git-1.8.3", "emscripten-master"],
|
2013-11-09 14:51:43 +02:00
|
|
|
"os": "win"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"version": "master",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"uses": ["clang-3.2-64bit", "node-0.10.17-64bit", "python-2.7.5-64bit", "java-7.45-64bit", "git-1.8.3", "emscripten-master"],
|
|
|
|
|
"os": "win"
|
|
|
|
|
},
|
2013-10-15 17:41:24 +03:00
|
|
|
{
|
|
|
|
|
"version": "master",
|
|
|
|
|
"bitness": 64,
|
2013-11-13 14:26:02 +02:00
|
|
|
"uses": ["clang-3.2-64bit", "node-0.10.18-64bit", "emscripten-master"],
|
2013-11-09 14:51:43 +02:00
|
|
|
"os": "osx"
|
2013-10-15 17:41:24 +03:00
|
|
|
},
|
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"],
|
|
|
|
|
"os": "win"
|
|
|
|
|
},
|
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"],
|
2013-10-15 17:41:24 +03:00
|
|
|
"os": "win"
|
|
|
|
|
},
|
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"],
|
|
|
|
|
"os": "osx"
|
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"],
|
2013-10-24 13:14:38 +03:00
|
|
|
"os": "win"
|
|
|
|
|
},
|
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"],
|
2013-11-19 20:46:48 +02:00
|
|
|
"os": "win"
|
|
|
|
|
},
|
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"],
|
|
|
|
|
"os": "osx"
|
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"],
|
2013-11-21 12:23:33 +02:00
|
|
|
"os": "win"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"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"],
|
2013-11-21 12:23:33 +02:00
|
|
|
"os": "win"
|
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"],
|
|
|
|
|
"os": "osx"
|
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"],
|
|
|
|
|
"os": "win"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"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"],
|
|
|
|
|
"os": "win"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"version": "1.8.2",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"uses": ["clang-3.2-64bit", "node-0.10.18-64bit", "emscripten-1.8.2"],
|
|
|
|
|
"os": "osx"
|
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"],
|
|
|
|
|
"os": "win"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"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"],
|
|
|
|
|
"os": "win"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"version": "1.9.5",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"uses": ["clang-3.2-64bit", "node-0.10.18-64bit", "emscripten-1.9.5"],
|
|
|
|
|
"os": "osx"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"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"],
|
|
|
|
|
"os": "win"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"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"],
|
|
|
|
|
"os": "win"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"version": "1.10.4",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"uses": ["clang-3.2-64bit", "node-0.10.18-64bit", "emscripten-1.10.4"],
|
|
|
|
|
"os": "osx"
|
|
|
|
|
},
|
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"],
|
|
|
|
|
"os": "win"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"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"],
|
|
|
|
|
"os": "win"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"version": "1.12.0",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"uses": ["clang-3.2-64bit", "node-0.10.18-64bit", "emscripten-1.12.0"],
|
|
|
|
|
"os": "osx"
|
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"],
|
|
|
|
|
"os": "win"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"version": "1.13.0",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"uses": ["clang-e1.13.0-64bit", "node-0.10.18-64bit", "emscripten-1.13.0"],
|
|
|
|
|
"os": "osx"
|
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"],
|
|
|
|
|
"os": "win"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"version": "1.13.1",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"uses": ["clang-e1.13.1-64bit", "node-0.10.18-64bit", "emscripten-1.13.1"],
|
|
|
|
|
"os": "osx"
|
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"],
|
|
|
|
|
"os": "win"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"version": "1.16.0",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"uses": ["clang-e1.16.0-64bit", "node-0.10.18-64bit", "emscripten-1.16.0"],
|
|
|
|
|
"os": "osx"
|
2013-09-05 12:23:53 +03:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|