Commit Graph

331 Commits

Author SHA1 Message Date
Jukka Jylänki
6358aa3c8a Installing the latest nightly sdk metatag from previous commit should install the newest nightly sdk instead of the oldest. 2016-11-13 03:41:19 +03:00
Jukka Jylänki
271b66ad2e Update tags list 2016-11-13 03:35:07 +03:00
Jukka Jylänki
1157ac0b84 Add aliases with prefix 'sdk-' to installing the latest SDK, to be coherent/uniform with the SDK naming. 2016-11-13 03:34:23 +03:00
Jukka Jylänki
0be8985c6e Add metasdks 'sdk-nightly-latest', 'sdk-nightly-latest-32bit' and 'sdk-nightly-latest-64bit' which install the most recent available Nightly SDK. 2016-11-13 03:33:33 +03: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
52dd54e4b6 Add a variable EMSDK that points to the root of the Emscripten SDK. 2016-10-26 23:50:58 +03:00
Jukka Jylänki
e12c0a1480 Add support for building Binaryen with Visual Studio static analyzer. 2016-10-18 00:19:42 +03:00
Jukka Jylänki
084da637a7 Fix emsdk --embedded activation detection of tools and actually activate their environment variables. 2016-10-15 15:13:45 +03:00
Jukka Jylänki
3234ef7749 Add support for building binaryen from master git branch. 2016-10-14 11:52:47 +03:00
juj
efebd3970d Merge pull request #54 from shlomif/shlomif--fix-typos
Correct some phrasing/grammar/etc. problems.
2016-10-11 22:01:42 +03:00
Shlomi Fish
dc2d282d32 Restore accidentally deleted paragraphs. 2016-10-11 21:33:40 +03:00
Jukka Jylänki
1dbfc85f16 Fix emsdk to see tools as being not active if their config variables are not present at all in the generated .emscripten config file. 2016-10-11 12:44:22 +03:00
Shlomi Fish
5f4a8ee1dc Correct some phrasing/grammar/etc. problems.
In the README.md.
2016-10-06 18:41:25 +03:00
Jukka Jylänki
7558e114b3 Build with VS2015 over VS2013, demote VS2013 to be used last (for old builds) 2016-09-30 00:27:08 +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
815b719438 Update tags to latest. 2016-08-20 15:16:01 +03:00
Jukka Jylänki
35160c869d Update tags list 2016-08-08 14:55:52 +03:00
Jukka Jylänki
387c028869 Remove comment in emsdk_manifest.json 2016-08-07 22:33:45 +03:00
Jukka Jylänki
383a4dc347 Add gnu directory to gitignore. 2016-08-07 22:31:52 +03:00
Jukka Jylänki
d83e1d5929 Improve to support building with VS2015 even when not under VS2015 command prompt. Fix recmake.bat to quote its elements with ""s if they contain spaces. 2016-08-07 22:31:35 +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
5ad39c9cf4 Write CMake params as a "recmake" script so that developers can call that to easily recmake with the same parameters as the previous configuration. 2016-07-11 19:57:47 +03:00
Jukka Jylänki
620dc7b1da Improve error message printing on registry env. var sets. 2016-07-11 19:56:16 +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
4f3f2c9de8 Fix a Windows issue where emsdk activate would fail if user account did not contain any entries in its local PATH (but only entries in global/all users PATH). 2016-06-09 14:02:56 +03:00
juj
6b10a8f4df Merge pull request #47 from shlomif/master
Correct some grammar errors in the README.
2016-04-02 22:07:50 +03:00
Shlomi Fish
296ed7f22f Fix some grammar and punctuation in the README. 2016-03-04 22:23:15 +02:00
Shlomi Fish
473815d816 Correct a typo - 'identically'. 2016-03-04 22:19:34 +02:00
Jukka Jylänki
baf1de1a2d Clarify emsdk activate on Windows. 2016-02-20 15:14:46 +02:00
Jukka Jylänki
53e217fca6 Add a patchup script to fix up after potentially unwanted changes from bug https://github.com/kripken/emscripten/issues/4121. 2016-02-20 15:10:53 +02:00
Jukka Jylänki
9e68e895bd Use direct registry access to set environment variables on Windows when --global is specified. This fixes #4121 by not expanding %var%s in PATH. 2016-02-20 14:48:24 +02:00
Jukka Jylänki
f6756fc26f Update tags to latest. 2016-01-21 21:51:14 +02:00
Jukka Jylänki
01f5271887 Fix os: 'unix' in emsdk_manifest.json to mean OSX or LINUX. 2016-01-11 20:52:45 +02:00
Jukka Jylanki
4c3ea8534a Update emscripten-tags.txt 2016-01-11 19:47:14 +01:00
Jukka Jylänki
cf098d78e0 Enable LLVM assertions by default when building the incoming sdk branch. Add command line flags --enable-assertions and --disable-assertions to configure. 2016-01-05 20:11:04 +02:00
Jukka Jylänki
e4acfff195 Add note about running out of memory. 2015-11-17 12:35:30 +02:00
Jukka Jylänki
d5ac77b6ce Clarify instructions regarding installing a specific set of packages instead of a whole SDK bundle. 2015-11-17 12:28:28 +02:00
Jukka Jylänki
d890ae326e Fix CMake generator issue when MinGW is not present on the system. 2015-11-14 00:35:01 +02:00
Jukka Jylänki
14e165e49d Update download links to 1.35.0. 2015-11-13 17:36:44 +02:00
Jukka Jylänki
0020bd7437 Add packages for emsdk 1.35.0 release. 2015-11-13 17:02:12 +02:00
Jukka Jylänki
4ea064a0cd Update Emscripten tags list. 2015-11-13 15:51:59 +02:00
Jukka Jylänki
806eb83813 Abort installation immediately if any of the git operations fail so that the error message is easily visible at the end of the message log. 2015-11-13 15:49:12 +02:00
Jukka Jylänki
9560179493 Add support for building with Visual Studio 2015 if VS2013 is not present. Still default to VS2013 to not require users to migrate to a new VS CRT. 2015-11-13 15:14:36 +02:00
Jukka Jylänki
e91ee9e732 Clarify requirements for installing from source on Windows. 2015-10-28 18:27:32 +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
f87fd015c5 Don't fetch Emscripten tags if git is not present. 2015-10-28 18:19:41 +02:00
Jukka Jylänki
c925156ab2 Clarified instructions for manually installing and bootstrapping to emsdk. 2015-10-16 18:07:47 +03:00
Jukka Jylänki
f8b9c67429 Fix --embedded parameter to read EM_CONFIG instead of misassuming that tools/shared.py would have been imported before. #40. 2015-10-07 04:04:29 +03:00
Jukka Jylänki
9193d167fb Fix crash with PR #40 referencing a nonexisting embedded variable. 2015-10-06 23:12:14 -07:00