summary refs log tree commit diff stats
path: root/koch.nim
Commit message (Expand)AuthorAgeFilesLines
* update nimble (#22814)ringabout2023-10-111-1/+1
* bump checksums (#22497)ringabout2023-08-171-1/+1
* Allow `libffi` to work via `koch boot` (#22322)awr12023-08-031-13/+29
* Use pinned Atlas commit (#22169)Andreas Rumpf2023-06-271-1/+1
* change it to the latest branch instead of head (#22086)ringabout2023-06-131-1/+1
* fix atlas nightlies regresion; fixes the hash value (#22080)ringabout2023-06-121-3/+5
* Atlas: now in its own repository (#22066)Andreas Rumpf2023-06-101-12/+14
* atlas: tests graph generation (#21990)Andreas Rumpf2023-06-031-0/+4
* Atlas: --project switch and better graph representation (#21971)Andreas Rumpf2023-06-031-4/+4
* ship atlas and build documentation (#21945)ringabout2023-05-281-0/+1
* adds `koch --skipIntegrityCheck boot` support (#21795)ringabout2023-05-051-4/+11
* build documentation for `checksums/md5` and `checksums/sha1` (#21791)ringabout2023-05-041-1/+1
* adds checksums to important packages (#21782)ringabout2023-05-041-1/+1
* fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)ringabout2023-05-021-1/+18
* stops building nimsuggest twice and nim_dbg in tests; saves 3 * 5 minutes CI ...ringabout2023-04-131-1/+9
* csources_v2 can build the ORC-booted compiler; building now uses strict mode ...ringabout2023-02-211-2/+4
* remove legacy code; the first iteration now can build Nim with cpp backend (#...ringabout2023-02-151-5/+1
* bump nimble (#21259)ringabout2023-01-141-1/+1
* Nim now ships nimble with 0.14.1 version (#21120)ringabout2022-12-171-1/+1
* ship a modern nimble with lock files support (#21061)ringabout2022-12-121-1/+1
* move `smtp` to nimble packages (#20953)ringabout2022-11-301-0/+2
* fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714)ringabout2022-11-011-1/+1
* Documentation only, koch (#20665)Juan Carlos2022-10-271-1/+1
* remove unused `userVersion:1.6` which is succeeded by `nimPreviewSlimSystem` ...ringabout2022-10-101-2/+2
* add plausibleAnalytics support for koch docs[backport:1.6] (#20454)ringabout2022-09-301-4/+1
* koch boot compiler with orc (#20467)ringabout2022-09-301-5/+2
* make koch and tools work with `nimPreviewSlimSystem` (#20459)ringabout2022-09-301-0/+3
* remove deprecated and broken nimweb tools (#20442)ringabout2022-09-281-14/+0
* continue booting the compiler with refc (#20421)ringabout2022-09-241-1/+1
* defaults to ORC (#19972)ringabout2022-09-231-2/+2
* Build compiler with --noNimblePath (#20168)Ivan Yonchovski2022-08-091-2/+2
* build external deps with userversion:1.6 (#19612)flywind2022-03-231-2/+2
* renamed 'gc' switch to 'mm'; [backport:1.6] (#19187)Andreas Rumpf2021-11-241-1/+1
* build testament in package CI (#19092)flywind2021-11-021-1/+2
* bootstrapping Nim compiler with `cpp --gc:orc` (#19087)flywind2021-11-021-3/+2
* [backport] Revert "use new Nimble, with lockfiles (#18810)" (#18872)Miran2021-09-201-1/+1
* use new Nimble, with lockfiles (#18810)Miran2021-09-061-1/+1
* fix #18385 followup, by building nimsuggest with -d:release during testing (#...Timothee Cour2021-07-291-0/+5
* atlas tool: testing via mocking (#18588)Andreas Rumpf2021-07-261-0/+2
* added Atlas helper tool (#18497)Andreas Rumpf2021-07-161-1/+7
* Missing spaces when compiling testament and nim_dbg. (#18403)Endeg2021-06-301-2/+2
* `./koch tools` now builds bin/nim_dbg, a debug version of nim (#18289)Timothee Cour2021-06-281-2/+8
* ensure 'koch boot --gc:orc' stays green (#18353)Andreas Rumpf2021-06-251-0/+5
* fix #18334: handle path with spaces on windows during bootstrap (#18337)Timothee Cour2021-06-241-1/+1
* koch: print help if no command is given (#18199)Federico Ceratto2021-06-071-1/+2
* ./koch --nonexistant now fails (#18036)Timothee Cour2021-05-171-4/+5
* bring back std/ prefix within compiler and ensure it works in bootstrap + bsd...Timothee Cour2021-04-301-1/+3
* improve nimsuggest/tester, minor improvements to koch.nim (#17879)Timothee Cour2021-04-291-11/+10
* refactor all code that builds csources (#17815)Timothee Cour2021-04-231-32/+4
* fix #17749 ignore SIGPIPE signals, fix nim CI #17748 (#17752)Timothee Cour2021-04-181-0/+4