summary refs log tree commit diff stats
path: root/tools/finish.nim
Commit message (Collapse)AuthorAgeFilesLines
* [tools] use the right parameter [backport:1.0] (#18957)flywind2021-10-061-1/+1
|
* tools/finish: don't quote path with space (#14058) [backport]alaviss2020-04-221-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 T2019-11-151-0/+2
| | | | | | * documented behaviour of recv on bufferd socket * fixes #12319- check exception using errorCode
* Switch mingw links (#12561)genotrance2019-10-311-1/+1
|
* fixes #11770Araq2019-08-161-8/+16
|
* fixes a finish.exe regressionAndreas Rumpf2019-07-061-1/+2
|
* Add non-interactive installer flag (-y) to finish.nim (#10603) [backport]Matt Haggard2019-02-081-4/+21
|
* Add nimble dir to path via finishGanesh Viswanathan2018-05-091-7/+20
|
* Fixes for #7747 - finish.exe issues (#7748)genotrance2018-05-021-15/+16
|
* fixes finish.nim download bugAraq2018-03-011-1/+1
|
* finish.nim: make it work with spaces in the path to curlAraq2017-12-021-1/+1
|
* finish.nim tool: make path environment creation more robustAraq2017-09-301-6/+15
|
* finish.nim tool: use global path environment variable if local does not existAraq2017-05-171-1/+7
|
* finish tool can use 'nimgrab' tool to download the mingw versionAraq2017-02-261-1/+5
|
* finish.nim: user has multiple chances to move .7z file to proper locationAraq2017-02-111-0/+3
|
* finish.nim: final round of improvementsAraq2017-02-081-8/+51
|
* finish tool improvementsAraq2017-02-061-11/+14
|
* finish.nim: yet another GCC detection problem fixedAraq2017-01-301-2/+3
|
* finish tool: untested improvements to the GCC detection logicAndreas Rumpf2017-01-261-2/+2
|
* downloader tool worksAraq2017-01-231-3/+3
|
* finish tool: untested download featureAndreas Rumpf2017-01-151-1/+25
|
* finish tool: slightly more informative error messageAndreas Rumpf2017-01-131-0/+1
|
* finish tool: Check for installations in 'program files' et alAraq2016-12-291-3/+22
|
* fixes criticial finish.nim bugAraq2016-11-031-2/+4
|
* further cleanups; refs #4934Araq2016-10-241-0/+165