Commit Graph

179 Commits

Author SHA1 Message Date
Jukka Jylänki
836ba1515e Fix tag builds from source to default to Release as intended, instead of RelWithDebInfo. Only incoming sdk should default to RelWithDebInfo (development oriented) 2017-07-11 15:53:47 +03:00
Jukka Jylanki
2e8d8474f7 Use the .git suffix for cloning git repositories, #82 and https://github.com/WebAssembly/binaryen/issues/938 2017-06-10 11:50:10 +03:00
Jukka Jylanki
700b336ecb Add precompiled tags for Linux and OS X. 2017-03-23 22:48:30 +02:00
Jukka Jylänki
fbd2fc1345 Add support for loading and using precompiled tagged releases. 2017-03-23 13:18:48 +02:00
Jukka Jylänki
be24263945 Add Emscripten 1.37.1 manifest. 2017-01-14 04:56:25 +02:00
Jukka Jylänki
01be20bc15 Add Binaryen tags to manifest list. 2017-01-12 22:01:09 +02:00
Jukka Jylänki
87cb951ec7 Fix node 4.1.1 manifest on Windows to include .exe suffix on the generated NODE_JS environment variable. 2016-10-27 02:48:56 +03:00
Jukka Jylänki
3234ef7749 Add support for building binaryen from master git branch. 2016-10-14 11:52:47 +03:00
Jukka Jylänki
85da2afebd Add Nightly manifests for 32-bit Clang and Windows. 2016-09-28 20:26:58 +03:00
Jukka Jylänki
f954465055 Add support for installing precompiled nightly LLVM/Emscripten/SDK versions. 2016-09-28 19:06:56 +03:00
Jukka Jylänki
387c028869 Remove comment in emsdk_manifest.json 2016-08-07 22:33:45 +03:00
Jukka Jylänki
28d8cb13ff Add the grep tool. This is only needed if one wants to run the 'other.test_llvm_list' test for LLVM itself, Emscripten doesn't care much about this. 2016-08-07 22:30:01 +03:00
Jukka Jylänki
a1dcbfb061 Fix emsdk activate step to pass the correct path to Emscripten optimizer when using --vs2015. 2016-06-09 14:21:54 +03:00
Jukka Jylänki
0020bd7437 Add packages for emsdk 1.35.0 release. 2015-11-13 17:02:12 +02:00
Jukka Jylänki
89df87a460 Fix bug where emsdk install latest would attempt to compile the latest tag, instead of using the latest precompiled version which is intended. 2015-10-28 18:19:41 +02:00
Jukka Jylänki
bffec00ee2 Add node 4.1.1 dependencies to linux SDKs. 2015-09-25 17:07:10 +03:00
Jukka Jylänki
c54775fff4 Add linux node 4.1.1 packages. 2015-09-25 17:00:08 +03:00
Jukka Jylänki
4fd7768bd4 Mark node 0.10.x and 0.12.x packages old. Update incoming, master and tag branches to depend on new node.js 4.1.1 2015-09-25 16:52:32 +03:00
Jukka Jylänki
696594d7bb Add OS X Node 4.1.1 package. 2015-09-25 16:48:59 +03:00
Jukka Jylänki
a49382224a Add Windows Node 4.1.1 packages. 2015-09-25 16:39:14 +03:00
Tyler Akins
32fa462614 Fixing tag - omitted one character
This is to resolve kripken/emscripten#3601
2015-07-07 07:22:47 -05:00
Jukka Jylänki
6eb5607ec9 Add packages for 1.34.1 SDK release. 2015-07-03 19:14:34 +03:00
Jukka Jylänki
e797e5641e Implement support for downloading and building specific tagged releases. 2015-07-02 21:52:03 +03:00
Jukka Jylänki
fd67c1fb15 Adjust emsdk to build optimizer to a sibling directory of emscripten instead to a subdirectory, to allow git clean. 2015-04-12 17:04:46 +03:00
Jukka Jylänki
4737852f1c Mark 1.27.0 sdk old. Remove bitness on Emscripten SDK 1.30.0 tool. 2015-04-12 16:12:49 +03:00
Jukka Jylänki
086a40be96 Remove bitness on precompiled 1.30.0 Emscripten package, since the binary portion of it (optimizer.exe) comes as part of the precompiled clang instead. 2015-04-12 15:57:37 +03:00
Jukka Jylänki
299ef1b977 Fix SpiderMonkey url. 2015-04-12 15:29:24 +03:00
Jukka Jylänki
f689b9769b Add new SpiderMonkey 37.0.1 and nightly-04-12 packages. 2015-04-12 15:12:48 +03:00
Jukka Jylänki
a9430f510c Add new node.js packages for 0.12.2, and deprecate previous versions. 2015-04-12 14:43:31 +03:00
Jukka Jylänki
2855a78c5b Add manifest packages for 1.30.0. Separate 32bit and 64bit Emscripten targets for master and incoming branches. 2015-04-12 14:43:31 +03:00
Jukka Jylänki
1170e55abd Add new --build=type option that allows customizing whether to build Debug, Release, MinSizeRel or RelWithDebInfo targets of LLVM and Emscripten optimizer. Closes #19. 2015-04-08 17:14:33 +03:00
Jukka Jylänki
12213e4d59 Change Emscripten repository URLs to use https:// handler instead of the git:// handler, because git protocol is not as secure, and is inaccessible behind firewalls for some users. 2015-04-08 16:11:29 +03:00
Jukka Jylänki
d7e44bb902 Mark Emscripten packages 1.25.0 old. 2015-01-26 16:46:43 +02:00
Jukka Jylänki
feb3714629 Add Clang and Emscripten 1.29.0 packages. 2015-01-26 16:45:26 +02:00
Jukka Jylänki
a9ba3a857a Make the optimizer build path optionally specified so that it points to correct location on OSX and Linux as well. 2015-01-19 09:42:00 +02:00
Jukka Jylänki
319ccb1caf As part of Emscripten incoming and master installations, build Emscripten native optimizer tool. Also enable VS2012 and VS2013 builds. 2015-01-15 00:18:15 +02:00
Jukka Jylänki
a12b30e828 Add SDK packages for 1.27.0. 2014-11-28 00:48:41 +02:00
Jukka Jylänki
a4462f3c72 Mark 1.21.0 as old. 2014-10-06 16:07:01 +03:00
Jukka Jylänki
a0b6c7a617 Add packages for Emscripten SDK 1.25.0. 2014-10-06 16:04:17 +03:00
Jukka Jylänki
e26c839e82 Add package for new Portable Git version 1.9.4 to the manifest. Adjust git usage by emsdk to never install git automatically, and prefer using system-provided git if it exists. Improve instructions to guide the user to manually installing git if not found. Fixes #13. 2014-09-07 05:43:14 -04:00
Jukka Jylänki
b0673b7f29 Added Emscripten 1.22.0 packages to manifest. 2014-08-11 20:05:45 +03:00
Jukka Jylänki
2d5fe80e64 Add OSX package for crunch 1.04. 2014-07-29 17:56:16 +03:00
Jukka Jylänki
f5191d74d8 Add 32-bit linux sdk versions. 2014-07-18 10:40:46 +02:00
Jukka Jylänki
6600588cc7 Add SDK items for linux and fix an issue with extra tools being shown on linux. 2014-07-07 13:52:45 +03:00
Jukka Jylänki
d762333294 Mark old SpiderMonkey version. 2014-07-07 12:33:43 +03:00
Jukka Jylänki
7a3d756bb3 Add SpiderMonkey 30.0 to manifest. 2014-07-07 05:21:55 -04:00
Jukka Jylänki
aff82d4794 Mark old sdk versions. 2014-07-07 11:04:17 +03:00
Jukka Jylänki
acc907d483 Flag more tools as old versions. 2014-07-07 10:49:51 +03:00
Jukka Jylänki
c808f6b28c Add Clang e1.21.0, Emscripten 1.21.0 and SDK 1.21.0 manifests. 2014-07-04 19:08:14 +03:00
Jukka Jylänki
f73899f0c3 Add new vs-tool package to manifest. 2014-07-04 18:35:49 +03:00