summary refs log tree commit diff stats
path: root/koch.nim
Commit message (Expand)AuthorAgeFilesLines
* Use findNim() in koch temp() (#6592)Stefan Rakel2017-10-251-1/+2
* implemented new experimental scriptable import mechanismAndreas Rumpf2017-10-011-0/+3
* fixes #6028Araq2017-09-041-1/+2
* moved winrelease to its own tool to fix #6147Araq2017-09-031-41/+44
* added koch xtemp command for easier compiler developmentAraq2017-06-081-0/+12
* fixes 'koch winrelease'Araq2017-05-181-22/+10
* niminst: add missing nimsuggest tool; small koch.nim cleanupAraq2017-05-171-7/+0
* koch: build release version of nimbleAndreas Rumpf2017-04-261-2/+2
* koch: cleanup its help output, remove cruftAraq2017-03-211-18/+14
* koch: vcc is also built with 'koch tools'Araq2017-03-211-1/+5
* koch: better valgrind supportAndreas Rumpf2017-03-171-5/+19
* Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-03-141-0/+9
|\
| * valgrind support for nimAndreas Rumpf2017-03-141-0/+9
* | nimsuggest: more precise cursor trackingAraq2017-03-091-4/+4
|/
* finish tool can use 'nimgrab' tool to download the mingw versionAraq2017-02-261-0/+3
* koch: don't build downloader tool, it is not readyaraq2017-02-151-2/+3
* koch: boot use hostOs&hostCpu specific nimcacheAndreas Rumpf2017-02-071-1/+2
* downloader tool needs to use httpsAndreas Rumpf2017-02-071-1/+1
* koch.nim: don't commit after 1amAndreas Rumpf2017-02-071-2/+2
* disable NSIS installers, ship with downloader.exe insteadAraq2017-02-071-2/+7
* koch.nim: winrelease without nasty batch filesAraq2017-02-071-3/+58
* add 'koch nimsuggest' command for consistencyAndreas Rumpf2017-01-101-0/+1
* use os.copyDir, not your own broken implementation of itAndreas Rumpf2017-01-101-9/+0
* happy new yearAraq2017-01-071-2/+2
* koch.nim: critical fix for the tar.xz installationsAndreas Rumpf2017-01-071-14/+18
* koch and nims updatesAraq2017-01-061-1/+1
* koch.nim: remove old bin/nimblepkg/*.nim files for nimble installationAndreas Rumpf2017-01-041-0/+4
* koch.nim: don't use --git-dir; produces weird resultsAraq2017-01-031-8/+10
* koch.nim: use new nimble branch setupAraq2017-01-031-34/+24
* support: koch supports 'nimble' vs 'nimble --latest'Andreas Rumpf2016-12-281-13/+24
* 'koch temp --option' passes options to the compiler compilation itselfAndreas Rumpf2016-11-181-2/+17
* nimsuggest is now in tools/Andreas Rumpf2016-11-011-1/+1
* koch improvements; implemented 'koch pushcsources'Araq2016-11-011-10/+43
* touch koch.nim to trigger CI build (4th)Araq2016-11-011-1/+0
* touch koch.nim to trigger CI build (3rd)Araq2016-10-311-0/+1
* touch koch.nim to trigger CI build (2nd)Araq2016-10-311-1/+0
* touch koch.nim to trigger CI buildAraq2016-10-311-0/+1
* nimsuggest is now part of NimAraq2016-10-311-7/+3
* koch also builds the vccexe toolAraq2016-10-251-3/+4
* Merge pull request #4838 from couven92/ico-vccAndreas Rumpf2016-10-241-0/+5
|\
| * Added icons support for Visual Studio compilerFredrik Høisæther Rasch2016-09-301-0/+5
* | deprecate install_tools.nims in favor of 'koch tools'; refs #4934Araq2016-10-241-22/+42
* | deprecated install_nimble.nims in favor of 'koch nimble'; refs #4934Araq2016-10-241-1/+22
* | further cleanups; refs #4934Araq2016-10-241-1/+3
* | docgen: PDFs and HTMLs finally are generated in their own respective directoriesAraq2016-10-241-0/+1
* | koch: keep the nimcache directory for toolsAraq2016-10-221-1/+1
* | add 'koch install' again for backwards compatAndreas Rumpf2016-10-211-0/+5
* | koch: finish is now its own commandAndreas Rumpf2016-10-111-155/+5
* | zip files for WindowsAraq2016-10-091-21/+6
* | koch supports the finish command for smooth installations on WindowsAraq2016-10-091-74/+157