Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tools] use the right parameter [backport:1.0] (#18957) | flywind | 2021-10-06 | 1 | -1/+1 |
| | |||||
* | tools/finish: don't quote path with space (#14058) [backport] | alaviss | 2020-04-22 | 1 | -3/+2 |
| | | | | | | | | | | Path with spaces should be added as is, quoting them makes utilities treat the quotes as part of the path. This makes `nim` unable to be used from the command line even if it appears to be added to user's Path environment variable. Even more confusing, Windows 10's PATH editor shows the path without any quotes, you only see them when you use "Edit text". Took me a good 15 minutes to figure out why couldn't I run `nim` despite it being in Path. | ||||
* | fixes #12319 - change exception handling for finish.exe (#12413) | Gampol T | 2019-11-15 | 1 | -0/+2 |
| | | | | | | * documented behaviour of recv on bufferd socket * fixes #12319- check exception using errorCode | ||||
* | Switch mingw links (#12561) | genotrance | 2019-10-31 | 1 | -1/+1 |
| | |||||
* | fixes #11770 | Araq | 2019-08-16 | 1 | -8/+16 |
| | |||||
* | fixes a finish.exe regression | Andreas Rumpf | 2019-07-06 | 1 | -1/+2 |
| | |||||
* | Add non-interactive installer flag (-y) to finish.nim (#10603) [backport] | Matt Haggard | 2019-02-08 | 1 | -4/+21 |
| | |||||
* | Add nimble dir to path via finish | Ganesh Viswanathan | 2018-05-09 | 1 | -7/+20 |
| | |||||
* | Fixes for #7747 - finish.exe issues (#7748) | genotrance | 2018-05-02 | 1 | -15/+16 |
| | |||||
* | fixes finish.nim download bug | Araq | 2018-03-01 | 1 | -1/+1 |
| | |||||
* | finish.nim: make it work with spaces in the path to curl | Araq | 2017-12-02 | 1 | -1/+1 |
| | |||||
* | finish.nim tool: make path environment creation more robust | Araq | 2017-09-30 | 1 | -6/+15 |
| | |||||
* | finish.nim tool: use global path environment variable if local does not exist | Araq | 2017-05-17 | 1 | -1/+7 |
| | |||||
* | finish tool can use 'nimgrab' tool to download the mingw version | Araq | 2017-02-26 | 1 | -1/+5 |
| | |||||
* | finish.nim: user has multiple chances to move .7z file to proper location | Araq | 2017-02-11 | 1 | -0/+3 |
| | |||||
* | finish.nim: final round of improvements | Araq | 2017-02-08 | 1 | -8/+51 |
| | |||||
* | finish tool improvements | Araq | 2017-02-06 | 1 | -11/+14 |
| | |||||
* | finish.nim: yet another GCC detection problem fixed | Araq | 2017-01-30 | 1 | -2/+3 |
| | |||||
* | finish tool: untested improvements to the GCC detection logic | Andreas Rumpf | 2017-01-26 | 1 | -2/+2 |
| | |||||
* | downloader tool works | Araq | 2017-01-23 | 1 | -3/+3 |
| | |||||
* | finish tool: untested download feature | Andreas Rumpf | 2017-01-15 | 1 | -1/+25 |
| | |||||
* | finish tool: slightly more informative error message | Andreas Rumpf | 2017-01-13 | 1 | -0/+1 |
| | |||||
* | finish tool: Check for installations in 'program files' et al | Araq | 2016-12-29 | 1 | -3/+22 |
| | |||||
* | fixes criticial finish.nim bug | Araq | 2016-11-03 | 1 | -2/+4 |
| | |||||
* | further cleanups; refs #4934 | Araq | 2016-10-24 | 1 | -0/+165 |