Граф коммитов

209 Коммитов

Автор SHA1 Сообщение Дата
Jukka Jylänki 7d21d4737a Sort versions in emscripten-tags.txt in version order instead of lexicographic order. 2015-07-03 01:10:02 +03:00
Jukka Jylänki 9cee94ad5e Download the list of tags directly from Emscripten github repository, instead of having a hardcoded list of tags. 2015-07-03 01:05:23 +03:00
Jukka Jylänki e71d80bd0f Add the --shallow option to the 'emsdk install' command to perform a shallow git clone. Closes https://github.com/kripken/emscripten/issues/3587. 2015-07-02 22:39:54 +03:00
Jukka Jylänki 4fc43e7b78 Fix fastcomp_build_bin_dir() on Windows. 2015-07-02 22:11:24 +03:00
Jukka Jylänki e797e5641e Implement support for downloading and building specific tagged releases. 2015-07-02 21:52:03 +03:00
Jukka Jylanki fe55d0fd19 Fix name of Win32 x86 build platform. Do temp workaround for optimizer build on Windows. 2015-06-21 23:59:07 +03:00
Jukka Jylanki 0aabc1ed8b Temp workaround for previous commit. 2015-06-21 23:57:24 +03:00
Jukka Jylanki 6fa116ebad Work around crazy HP EasySetup laptop issue when building Emscripten compiler on a HP laptop, where HP systems predefine a global environment variable BNB that conflicts with msbuild. http://stackoverflow.com/questions/2507856/why-is-my-platform-environment-variable-defined-as-bnb 2015-06-21 21:16:09 +03:00
Jukka Jylänki bc56d6eee0 Work around OS X Xcode(?) build bug by adding -stdlib=libc++ to CXXFLAGS when building. 2015-06-18 13:31:34 +03:00
Jukka Jylänki b03859dcdb Add an explicit -DPYTHON_EXECUTABLE=x specifier when invoking python to locate it to CMake. Closes https://github.com/kripken/emscripten/issues/3388 . 2015-04-23 11:00:20 +03:00
juj 865b2206db Merge pull request #31 from fchiba/emsdk_env_sh_zsh
Use $0 to get execution path
2015-04-15 20:45:47 +03:00
Fumiya Chiba 3bf41eba42 Use $0 to get execution path
$_ is "The last argument of the previous command." (cf. man zshparam) on
zsh, so SRC will be "]".
2015-04-15 20:48:20 +09:00
Jukka Jylanki 3bea227bf9 When activating environment, make sure the new PATH items come first before existing ones. 2015-04-12 17:52:13 +03:00
Jukka Jylänki 42d7b34bb9 Improve progress prints when installing tools and SDKs. 2015-04-12 17:13:15 +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 96bcbf30a5 Update README.md for new download links. 2015-04-12 14:43:32 +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 c7f3f2ff51 Fix case insensitivity check for --build=type 2015-04-10 14:40:54 +03:00
juj bff15bfd71 Merge pull request #30 from gunyarakun/master
Allow path separator characters in branch names
2015-04-10 14:33:06 +03:00
Tasuku SUENAGA a.k.a. gunyarakun 5e463e0824 Allow path separator characters in branch names 2015-04-09 18:37:10 -07:00
Jukka Jylänki 321f0ea46c Don't pass /maxcpucount parameter to msbuild, since it already spawns the full number of cl.exe instances by itself. 2015-04-09 16:00:55 +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 04c3e37909 Fix python 3 incompatibility. 2015-04-08 16:16:44 +03:00
Jukka Jylänki a87f5a5140 Update .gitignore to cover embedded files. 2015-04-08 16:14:18 +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 b928162681 Fix more instances of python 3 incompatibility after previous merge. 2015-04-08 16:07:17 +03:00
Jukka Jylänki b0dcb8159e Merge remote-tracking branch 'remotes/gagern/python3'
Conflicts:
	emsdk
2015-04-08 16:04:28 +03:00
Jukka Jylänki 4957c20d72 Add support for specifying the number of cores to use when building tools in the SDK, with the -jX command line option to 'emsdk install'. Fixes #28. 2015-04-08 15:52:36 +03:00
Jukka Jylänki 766b656206 Enable cmdline param parsing on 'install' to accept options. 2015-04-08 15:39:01 +03:00
Jukka Jylänki 9a8ad4764c Remove stale code. 2015-04-08 15:36:12 +03:00
Jukka Jylänki 4fa8dcd696 Fix activation of sdk-master-64bit on Windows. 2015-04-07 18:15:52 +03:00
Martin von Gagern a425415003 Undo one change from str to unicode
This change was introduced by 2to3, but since the line is intended for
Python 2 only, it should still refer to unicode.
2015-03-31 22:31:45 +02:00
Martin von Gagern 44df6dcec5 Fix some Python 3 problems with bytes versus string 2015-03-31 16:40:12 +02:00
Martin von Gagern b634d55a8f Make emsdk script compatible with Python 3 2015-03-31 15:44:34 +02:00
Jukka Jylänki dda257ce65 Abort on build_fastcomp_tool() failures early. Fixes https://github.com/kripken/emscripten/issues/3267 . 2015-03-18 14:22:48 +02:00
juj 51d20e9a3b Merge pull request #26 from dtig/master
Adding error checking on install
2015-03-18 07:50:30 +02:00
Deepti Gandluri bf7863f411 Adding error checking on install 2015-03-17 16:03:43 -07:00
Jukka Jylänki 0b2638d59d Add more clear instructions for when CMake is not present, https://github.com/kripken/emscripten/issues/3262 . 2015-03-17 14:27:03 +02:00
Jukka Jylänki 18b56ab7e0 Update vs-tool message to state it currently depends on VS2010. 2015-02-15 19:52:54 +02:00
Jukka Jylänki 93cdb261f1 Update download links to 1.29.0. 2015-01-26 17:16:05 +02: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 81aaba9b4e Decode unicode strings to ascii strings when loading the manifest json file. Fixes https://github.com/kripken/emscripten/issues/3147 2015-01-26 11:40:01 +02:00
juj a84c651a92 Merge pull request #25 from aidanhs/aphs-add-error-details
Add useful error information on non-http error
2015-01-26 11:26:49 +02:00
Aidan Hobson Sayers 1a98893ff7 Add useful error information on non-http error 2015-01-26 00:04:15 +00:00