summary refs log tree commit diff stats
path: root/tools/finish.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
bol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# Created by https://www.toptal.com/developers/gitignore/api/macos,emacs
# Edit at https://www.toptal.com/developers/gitignore?templates=macos,emacs

### Emacs ###
# -*- mode: gitignore; -*-
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*

# Org-mode
.org-id-locations
*_archive

# flymake-mode
*_flymake.*

# eshell files
/eshell/history
/eshell/lastdir

# elpa packages
/elpa/

# reftex files
*.rel

# AUCTeX auto folder
/auto/

# cask packages
.cask/
dist/

# Flycheck
flycheck_*.el

# server auth directory
/server/

# projectiles files
.projectile

# directory configuration
.dir-locals.el

# network security
/network-security.data


### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### macOS Patch ###
# iCloud generated files
*.icloud

# End of https://www.toptal.com/developers/gitignore/api/macos,emacs