summary refs log tree commit diff stats
path: root/koch.nim
Commit message (Expand)AuthorAgeFilesLines
* koch.nim: speed up tests for the 'testinstall' target for the nightly builds ...Araq2019-01-031-2/+1
* resolve merge conflictsAraq2018-12-121-1/+1
|\
| * Corrected erroneous vccexe tool path in kochFredrik Høisæther Rasch2017-03-211-1/+1
* | kick taint modeArne Döring2018-12-111-3/+1
* | Fixes #9913Neelesh Chandola2018-12-091-0/+2
* | add nimCompile to simplify koch; add nimfind to koch tools (#9723)Timothee Cour2018-11-151-20/+17
* | refs #9637 ; cleanup installation of nimsuggest (#9703)Timothee Cour2018-11-151-12/+9
* | change dir when koch starts (#9663)Arne Döring2018-11-091-0/+2
* | remove redundant -p:compiler in koch.nim given modules use import compiler/fooTimothee Cour2018-11-071-3/+3
* | make Nim take roughly 100MB less RAM for bootstrapping via a new compiler swi...Andreas Rumpf2018-11-071-0/+3
* | fixes #9276 (#9317)Arne Döring2018-10-241-3/+4
* | koch: bootstrap with C++ for NIM_COMPILE_TO_CPP env varAraq2018-10-181-1/+2
* | Testament pre parallel (#9137)Jacek Sieka2018-10-121-2/+2
* | koch tools: build Nimble in release modeAndreas Rumpf2018-10-031-1/+1
* | koch: add a --stable flag to build Nimble; refs #9017Araq2018-09-221-2/+9
* | koch: adapt winrelease to appveyorAraq2018-09-201-2/+2
* | koch: code cleanups, easier testing for 'testinstall' and 'winrelease'Araq2018-09-191-49/+56
* | koch: fix doc generation with Google Analytics enabledAraq2018-09-191-2/+0
* | attempt to make travis green for 'koch testinstall'Andreas Rumpf2018-09-181-0/+1
* | travis: run 'koch testinstall' on OSXAndreas Rumpf2018-09-181-28/+32
* | integrate 'koch web' features into koch; deprecate 'nimweb' toolAraq2018-09-131-66/+20
* | build nimble in debug mode to enable stack tracesAraq2018-09-101-1/+1
* | Merge branch 'devel' into araq-miscAraq2018-08-131-1/+2
|\ \
| * | Clarify usage of "Test" argument in Koch (#8613)Naveen Arunachalam2018-08-121-1/+2
* | | build Nimble with --nilseqs:on until Nimble is fixedAraq2018-08-131-2/+2
|/ /
* | make 'koch xz' enforce a clean 'git diff'; fixes #7292Araq2018-08-041-0/+8
* | fixes #8419 fixes #8420 ; workaround #6071 workaround nim-lang/website#98 (#8...Timothee Cour2018-07-301-0/+1
* | readded -d:debug flagArne Döring2018-06-261-1/+1
* | make basic debugging possibleArne Döring2018-06-261-1/+1
* | nimpretty: proper command line handling; added tests; travis ensures these st...Andreas Rumpf2018-06-191-5/+3
* | remove hardly used TimeMachine featureAndreas Rumpf2018-05-061-1/+0
* | make Nimble not crash after the refactoringAndreas Rumpf2018-05-051-1/+1
* | Fix lists of paths in posix environment (#7034)Dennis Felsing2018-01-081-2/+2
* | Faster nimgrep (#6983)Mathias Stearn2018-01-031-1/+1
* | Prep for tester parallel: private nimcache for each test (#6937)Mathias Stearn2017-12-181-1/+1
* | koch temp uses '-d:debug'Andreas Rumpf2017-11-141-2/+2
* | made nimresolve part of the compilerAndreas Rumpf2017-10-291-1/+1
* | 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