Commit Graph

1108 Commits

Author SHA1 Message Date
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
b79fb12ec7 Update fastcomp_build_bin_dir() to understand new LLVM 3.5 build output directory structure, which has changed from LLVM 3.4. 2015-01-15 00:18:16 +02:00
Jukka Jylänki
7f57edd02e Refactor CMake generator as a top level option CMAKE_GENERATOR to avoid code duplication. 2015-01-15 00:18:15 +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
a179b57e82 Refactor fastcomp build script to separate cmake and make calls so that they can be reused for building other tools. 2015-01-15 00:18:15 +02:00
Jukka Jylänki
4f52f0e181 Add a comment to emsdk_env.sh to remind that it's supposed to be sourced. 2014-12-30 18:55:49 +02:00
Jukka Jylänki
930d4417e8 Update .gitignore to contain the mingw folder. 2014-12-19 17:03:45 -05:00
Jukka Jylänki
9f62e00449 Update README links for 1.27.0. 2014-11-28 00:50:28 +02:00
Jukka Jylänki
a12b30e828 Add SDK packages for 1.27.0. 2014-11-28 00:48:41 +02:00
Jukka Jylänki
9feba75928 Fix unix env. var addition issue when the variables may have elements with spaces in them. 2014-11-19 17:26:38 +02:00
Jukka Jylänki
ef541f8ed9 Fix unix path addition issue when the path may have elements with spaces in them. 2014-11-19 17:25:38 +02:00
juj
d07135c90b Merge pull request #22 from aidanhs/aphs-bash-source
Use $BASH_SOURCE to find location of emsdk_env.sh
2014-11-19 17:20:11 +02:00
Jukka Jylänki
79cf18d531 Fix UI print issue where different clang git repository tools would not correctly print if they are installed or not. Fixes #21. 2014-11-18 19:02:12 +02:00
Jukka Jylänki
062f71d255 Clean up the internal temporary file emsdk_set_env.sh/.bat in a more exact manner so that the temp file is not left around. Fixes https://github.com/kripken/emscripten/issues/2918. 2014-11-18 15:24:32 +02:00
Jukka Jylänki
8ad2cdd1fd Remove emsdk_set_env from .gitignore since it is no longer used. 2014-11-18 15:09:32 +02:00
Aidan Hobson Sayers
2fc268b364 Improve cross-shell compatibility 2014-11-18 00:42:02 +00:00
Aidan Hobson Sayers
90da8d5dc3 $_ seems to be unreliable if used as first command of shell 2014-11-15 21:08:18 +00:00
Jukka Jylänki
a4462f3c72 Mark 1.21.0 as old. 2014-10-06 16:07:01 +03:00
Jukka Jylänki
500cdb9ad5 Update download links for 1.25.0 2014-10-06 16:05:46 +03:00
Jukka Jylänki
a0b6c7a617 Add packages for Emscripten SDK 1.25.0. 2014-10-06 16:04:17 +03:00
Jukka Jylanki
030dc264cc Document --global in more places. 2014-09-17 10:09:18 +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
juj
2a6fafec92 Merge pull request #15 from warrenseine/master
Allow running emsdk_env.sh from another directory.
2014-09-02 14:21:54 +03:00
Warren Seine
1b51a1e617 Allow running emsdk_env.sh from another directory.
Move into the emsdk directory before running ./emsdk. Make it possible to add `test -x $EMSCRIPTEN/emsdk_env.sh && source $EMSCRIPTEN/emsdk_env.sh` to my shell initialization script.
2014-09-02 12:01:35 +02:00
Jukka Jylänki
996d162dec Update download links to 1.22.0. 2014-08-11 22:23:32 +03: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
584d14db3c Improve git lookup by using which() to search PATH if git is not installed in emsdk. 2014-07-28 20:23:10 +03:00
Jukka Jylänki
210400cd9e Fix parallel build of fastcomp. 2014-07-20 04:57:41 -04:00
Jukka Jylänki
f5191d74d8 Add 32-bit linux sdk versions. 2014-07-18 10:40:46 +02:00
Jukka Jylänki
8ca0a036f0 Add a section that contains links to old archived installers. Add better documentation on how to grab an old Tool version. 2014-07-08 12:42:53 +03:00
Jukka Jylänki
46036b5a93 Always perform Emscripten Clang build as a parallel build. 2014-07-08 11:07:19 +03:00
Jukka Jylänki
82407a23dc Fix update mechanism on Linux. 2014-07-07 15:15:43 +03:00
Jukka Jylänki
7f4480a657 Update emsdk activate hint. 2014-07-07 15:09:14 +03:00
Jukka Jylänki
f4afc0accc In generated .emscripten configs, access node by default from PATH, if not set otherwise. 2014-07-07 15:04:48 +03:00
Jukka Jylänki
461457c0f4 Linkify fastcomp. 2014-07-07 14:50:31 +03:00
Jukka Jylänki
5b2e30dce5 Update README.md to reflect that emsdk is now available on Linux as well. Remove old links that point to non-fastcomp instructions. 2014-07-07 14:16:12 +03: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
8992935e30 Remove reference to old bat file. 2014-07-07 12:27:34 +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
37036ee55a Add git directory to gitignore. 2014-07-07 10:50:21 +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
Jukka Jylänki
baee119231 Add new clang-incoming and clang-master packages that automate git clone and build clang from sources. 2014-07-03 23:39:25 +03:00
Jukka Jylänki
34d478034f Migrate OSX shell activation to work the same way as on Windows: source ./emsdk_env.sh instead of emsdk_add_path. 2014-07-03 18:50:00 +03:00
Jukka Jylänki
1cec00bc38 Fix an issue where windows env. vars could not be read if python is not in user path when running. Closes #7 and #8. 2014-07-03 17:56:57 +03:00
Jukka Jylänki
c3712ad118 Fix active env test when multiple paths are present (git tool on Windows). 2014-07-03 17:38:23 +03:00