1. 515f46f Change default emsdk download location to emscripten-releases/deps (#254) by Alon Zakai · 5 years ago
  2. 963d839 Bundle java and python for emscripten-releases on windows, which matches the old behavior (#253) by Alon Zakai · 5 years ago
  3. 0490c5f Support getting specific releases from emscripten-releases, by their version (#251) by Alon Zakai · 5 years ago
  4. 3595b07 Switch over to emscripten-releases for 'latest' (#250) by Alon Zakai · 5 years ago
  5. 76a5ae0 If an archive has not been downloaded, download it and assume its contents are new (#248) by Alon Zakai · 5 years ago
  6. 7b8322f Remove waterfall integration (#246) by Alon Zakai · 5 years ago
  7. e1c8f79 Support for tip-of-tree (tot) builds (#245) by Alon Zakai · 5 years ago
  8. 0ff164f Restore lkgr (#244) by Alon Zakai · 5 years ago
  9. de1134d Add emscripten-releases support for release tags (#243) by Alon Zakai · 5 years ago
  10. 7c9b509 Fix emsdk on python3 - the values() of a dict is a view there, not a list (#241) by Alon Zakai · 5 years ago
  11. e243406 Prepare for emscripten-releases (#237) by Alon Zakai · 5 years ago
  12. 751355a remove lkgr.json from git - the mozilla bots break if it's there (#238) by Alon Zakai · 5 years ago
  13. 040e49a Update tags (#235) by Sam Clegg · 5 years ago
  14. 4eeff61 Add SDK definitions for upstream wasm backend enabled LLVM, "sdk-wasm-master-32/64bit". (#213) by juj · 5 years ago
  15. 1362a02 Line wrap README.md (#233) by Sam Clegg · 5 years ago
  16. fa6dc7b Fix some flake8 warnings in emsdk (#224) by Sam Clegg · 5 years ago
  17. 9538381 Support Fish shell (emsdk_env) (#214) by Shane Peelar · 5 years ago
  18. 590e7bb Fix path quoting bug introduced in #220 (#227) by Jacob Greenfield · 5 years ago
  19. cd59b3a Remove sudo from travis configuration (#225) by Sam Clegg · 5 years ago
  20. e5844d7 Add the lkgr as a prefix to upstream downloads (#223) by Alon Zakai · 5 years ago
  21. a77638d Remove bashism in favor of portable alternative (#220) by Nic Hartley · 5 years ago
  22. c486741 remove duplicated emsdk-1.35.0-full-64bit.exe (#216) by Passw · 5 years ago
  23. ea5d631 Deduplicate activated configs in the .emscripten file (#198) by Alon Zakai · 5 years ago
  24. 5a8f597 Remove wasm.js reference (#207) by Alon Zakai · 5 years ago
  25. f00c9ce update emscripten and binaryen tags (#205) by Alon Zakai · 5 years ago
  26. 38dcc11 Re-land #200 : waterfall fastcomp support (#204) by Alon Zakai · 5 years ago
  27. 3ef46e9 Revert "Commit update-tags results" (#203) by Alon Zakai · 5 years ago
  28. b0fda89 Revert "Add 'latest-fastcomp' sdk (#200)" (#202) by Alon Zakai · 5 years ago
  29. b4de632 Add 'latest-fastcomp' sdk (#200) by Alon Zakai · 5 years ago
  30. 43576c3 Merge pull request #201 from kripken/update by juj · 5 years ago
  31. 028d7c0 commit update-tags results by Alon Zakai (kripken) · 5 years ago
  32. df648b4 Merge pull request #199 from juj/fix-warning by juj · 5 years ago
  33. c900582 avoid a travis warning on an unused build arg by Alon Zakai · 5 years ago
  34. 889c151 Enable "emsdk [install|activate] latest-upstream" (#195) by Alon Zakai · 5 years ago
  35. 7a0e274 Fix vswhere search for msbuild on Python 3, and demote pywin32 as optional when only enabling emsdk for current command prompt instance. Fixes #177 by Jukka Jylänki · 6 years ago
  36. 0d8576c Micro-cleanup TTY_OUTPUT global declaration by Jukka Jylänki · 6 years ago
  37. d806615 Merge pull request #168 from sbc100/tty_option by juj · 6 years ago
  38. 8b168a4 Add --notty to force non-erasing progress bar by Sam Clegg · 6 years ago
  39. 857f418 Merge pull request #164 from jgravelle-google/waterfall_lkgr by juj · 6 years ago
  40. e7a7828 Move waterfall-lkgr sdk to not be chosen by 'install latest' by Jacob Gravelle · 6 years ago
  41. 97564e0 Merge pull request #165 from juj/llvm_root by juj · 6 years ago
  42. 23dba8d Remove redundant checking for hasattr(self, 'activated_env') since activated_environment() function already does that. Also change activated_environment() to return a pre-split list instead of a string that caller is expected to split. by Jukka Jylänki · 6 years ago
  43. df9957f Also add EMSCRIPTEN_NATIVE_OPTIMIZER environment variable. by Jukka Jylänki · 6 years ago
  44. c0e0f2d Also add EMSDK_NODE environment variable. by Jukka Jylänki · 6 years ago
  45. f4f4dbd Also add EMSDK_PYTHON environment variable to point to the python.exe interpreter that is activated with Emsdk. by Jukka Jylänki · 6 years ago
  46. 17f50b0 Add LLVM_ROOT environment variable when a Clang tool is activated. by Jukka Jylänki · 6 years ago
  47. cac0820 Add support for multiple environment items to be present in activated_env, separated by semicolon ;. by Jukka Jylänki · 6 years ago
  48. f221912 Move upstream- prefix from tool id to version by Jacob Gravelle · 6 years ago
  49. c475b56 Add upstream waterfall tools and sdk by Jacob Gravelle · 6 years ago
  50. 18b21dd Merge pull request #156 from juj/no-binaryen.js by juj · 6 years ago
  51. ff62799 binaryen.js is no longer bundled in binaryen, and emscripten doesn't need it anyhow (it's for handwritten js users) by Alon Zakai (kripken) · 6 years ago
  52. 4c8ac87 Update tags list to latest. by Jukka Jylänki · 6 years ago
  53. 5ea31e9 Travis CI (#155) by Alon Zakai · 6 years ago
  54. 8512c60 There is no binaryen-incoming, point incoming sdks at binaryen-master (#150) by Jacob Gravelle · 6 years ago
  55. b6dbf74 Merge pull request #146 from jgravelle-google/upstream_llvm by juj · 6 years ago
  56. 3310027 Use only_supports_wasm flag instead of separate install script by Jacob Gravelle · 6 years ago
  57. e54a0dc Fix 32-bit lld_url by Jacob Gravelle · 6 years ago
  58. e4f9d24 Merge pull request #145 from jgravelle-google/binaryen_sdk_source by juj · 6 years ago
  59. 1612527 Support for building upstream LLVM from source by Jacob Gravelle · 6 years ago
  60. 5676cca Build binaryen from source when building tagged sdk versions from source by Jacob Gravelle · 6 years ago
  61. a4474e5 Improve emsdk on MSYS2. by Jukka Jylänki · 6 years ago
  62. 63ccba9 Merge pull request #141 from juj/links by juj · 6 years ago
  63. 0a86c3d we no longer maintain emsdk-portable.*, do not link to them by Alon Zakai (kripken) · 6 years ago
  64. 72f6f67 If win_get_environment_variable fails due to win32api module not being present, gracefully fail out. Recognise MINGW64 as an MSYSTEM, and behave like MSYS even when MSYSTEM is set, but is of another flavor. (even when untested) by Jukkaj Jylanki · 6 years ago
  65. af66c0c Merge pull request #114 from saschanaz/powershell-fix by juj · 6 years ago
  66. 2da530a Update tags list by Jukka Jylänki · 6 years ago
  67. 313d5ef Disable support for Nightly builds by Jukka Jylänki · 6 years ago
  68. 4c8ea1b Update to WinPython 2.7.13.1 and add new packages for WinPython 3.5.4 as well. (only used if explicitly installed) by Jukka Jylänki · 6 years ago
  69. 14790ac Update tags file by Jukka Jylänki · 6 years ago
  70. 5a8372c Update tags by Jukka Jylänki · 6 years ago
  71. 1b59d94 Add MIT/Expat LICENSE file that connects to Emscripten's AUTHORS by Jukka Jylänki · 6 years ago
  72. ab4bbdc Fix a bug where precompiled list of SDKs would not attempted to be downloaded if git was not present on the system. Fixes https://github.com/kripken/emscripten/issues/6165. by Jukka Jylänki · 6 years ago
  73. 43b5e5e Update tags list by Jukka Jylänki · 6 years ago
  74. 2324e5d Merge pull request #128 from saschanaz/versionkey-py3 by juj · 6 years ago
  75. 881989a tag update by Kagami Sascha Rosylight · 6 years ago
  76. e3653c2 version_key should be list on py3 by Kagami Sascha Rosylight · 6 years ago
  77. 2314fe9 Improve console message about 'emsdk activate' when called but it fails to activate any tools. by Jukka Jylänki · 6 years ago
  78. 359b72d Fix permanently_activate -> arg_global. by Jukka Jylänki · 6 years ago
  79. 6ca9d52 Merge remote-tracking branch 'remotes/saschanaz/key' by Jukka Jylänki · 6 years ago
  80. 326606f Document --uses and make it a bit more flexible with --old. #125. by Jukka Jylänki · 6 years ago
  81. ae40344 Merge pull request #125 from umeboshi2/list-sdk-depends by juj · 6 years ago
  82. f3ac553 Pass -DHAVE_FUTIMENS=0 when building with old macOS < 10.13 SDK to avoid LLVM build system issue by Jukka Jylänki · 6 years ago
  83. 0bd0d32 Update tags. by Jukka Jylänki · 6 years ago
  84. cea44f4 Default to building Release instead of RelWithDebInfo. Closes https://github.com/kripken/emscripten/issues/6016. by Jukka Jylänki · 6 years ago
  85. 87ddafd Add fallback which('MSBuild.exe') to Visual Studio MSBuild search by Jukka Jylänki · 7 years ago
  86. 8da4907 list sdk depends by Joseph Rawson · 6 years ago
  87. 1dac471 Merge pull request #123 from saschanaz/node8-precompiled by juj · 6 years ago
  88. 3c422db use node 8 for precompiled builds by Kagami Sascha Rosylight · 6 years ago
  89. 2d5ae01 prefer key for sorting by Kagami Sascha Rosylight · 6 years ago
  90. d3a5609 Make node.js directory structure universal across Windows, Linux and macOS by Jukka Jylänki · 7 years ago
  91. 736895b Unzip .tar.xz packages by Jukka Jylänki · 7 years ago
  92. efbbba6 Optimize emsdk operation by Jukka Jylänki · 7 years ago
  93. 9026335 Migrate incoming and new tags to use node.js 8.9.1 LTS by Jukka Jylänki · 7 years ago
  94. 0f35386 Merge pull request #115 from tejom/add_keyboard_interupt by juj · 7 years ago
  95. 86c79de Change exit code and error message by matthew · 7 years ago
  96. c7bddf2 Update tags txt files. by Jukka Jylänki · 7 years ago
  97. a21b2f2 Add support for specifying version filter restrictions on %-expanded manifest packages. This enables e.g. separating out Emscripten version <= 1.37.22 to keep using Java 7 that they originally shipped with, but migrate 1.37.23 to use Java 8 which is now needed to keep Closure working. Add packages for Java 8. by Jukka Jylänki · 7 years ago
  98. c1a7d52 Catch KeyboardInterupt in download_file by matthew · 7 years ago
  99. 0a2c354 fix powershell env directory by Kagami Sascha Rosylight · 7 years ago
  100. 00e8d9d Add support for building with Visual Studio 2017 Express (in x86 mode, as it looks like VS2017 Express only ships with partial x64 compiler support(?)) by Jukka Jylänki · 7 years ago