summary refs log tree commit diff stats
path: root/koch.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | * renamed 'gc' switch to 'mm'; [backport:1.6] * better docs
* build testament in package CI (#19092)flywind2021-11-021-1/+2
| | | | | * build testament in package CI * Update testament/important_packages.nim
* 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
| | | | | | | | This reverts commit f373c17ad926b669bb3b5819ae1dff4bde1da88a. For more details, see: - https://github.com/nim-lang/nimble/issues/940 - https://github.com/nim-lang/Nim/issues/18840 - https://forum.nim-lang.org/t/8404
* 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
| | | | (#18581)
* atlas tool: testing via mocking (#18588)Andreas Rumpf2021-07-261-0/+2
| | | | | * atlas: refactoring * Atlas: do some basic testing via mocking
* added Atlas helper tool (#18497)Andreas Rumpf2021-07-161-1/+7
| | | | | * added Atlas helper tool * further improvements
* 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
| | | | | * ensure 'koch boot --gc:orc' stays green * disable for C++ code generator for now
* 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 + ↵Timothee Cour2021-04-301-1/+3
| | | | | | | | | | | | | bsd (#17902) * [WIP] bring back std/ prefix within compiler and ensure it works in bootstrap + bsd * refs https://github.com/nim-lang/Nim/pull/16282#discussion_r616846863 * sounds very similar to https://github.com/nim-lang/Nim/pull/14291 * more: vmops * update tools/ci_generate.nim * auto-generate freebsd.yml as well, to avoid duplication with openbsd.yml * cleanup * undo temporary CI removal
* improve nimsuggest/tester, minor improvements to koch.nim (#17879)Timothee Cour2021-04-291-11/+10
| | | | | * improve nimsuggest/tester * koch improvements
* refactor all code that builds csources (#17815)Timothee Cour2021-04-231-32/+4
| | | | | | | | | | | | | | | * refactor all code that builds csources * fixup * nim_csourcesDir_v0 + nim_csourcesDir * remove deprecated, unused scripts from ci/ * reuse nimCsourcesHash in ci * simplify CI pipelines by reusing nimBuildCsourcesIfNeeded * simplify ci_docs.yml by reusing nimBuildCsourcesIfNeeded * cleanup * use csources_v1 as destination dir * fixup * remove pushCsources * address comment: remove build.sh support for now * fixup
* fix #17749 ignore SIGPIPE signals, fix nim CI #17748 (#17752)Timothee Cour2021-04-181-0/+4
| | | | | * fix #17749 SIGPIPE * fix for windows
* removed nimfind tool, succeeded by 'nim check --defusages' (#17737)Andreas Rumpf2021-04-161-2/+0
|
* IC: integrity checking (#17695)Andreas Rumpf2021-04-111-1/+1
| | | | | | * IC: integrity checking: the plumbing code * progress * progress + bugfix (yes, the code already found a bug) * implemented integrity checking
* added a simple 'koch branchdone' command to speed up my workflow (#17563)Andreas Rumpf2021-03-291-0/+8
|
* added a 'koch ic' command for easier adhoc testing of IC (#17508)Andreas Rumpf2021-03-261-2/+19
| | | | | | * added a 'koch ic' command for easier adhoc testing of IC * IC: progress * IC: enable generics test * make tests green
* Let koch temp -u:leanCompiler work (#17388)Clyybber2021-03-151-1/+1
|
* use NIM_TESTAMENT_BATCH for important_packages, improve formatting, code ↵Timothee Cour2021-03-121-8/+5
| | | | | | | | cleanups (#17301) * use NIM_TESTAMENT_BATCH for important_packages, improve formatting, code cleanups * workaround for nimcrypto not having `--path:.`; remove workaround "two are special snowflakes" * add comment explaining why nimcrypto fails and what packages need to be testable
* use lowercase --define switches (#17283)flywind2021-03-071-1/+1
|
* remove tests/deps/ (#17132)Timothee Cour2021-02-231-0/+6
| | | | | | | | | * remove tests/deps/ * fix tests * fix tests/manyloc/keineschweine/lib/zlib_helpers.nim * fixup
* [backport:1.2] update nimble commit hash (#17109)Miran2021-02-191-1/+1
|
* add -d:nimStrictMode in CI to keep code from regressing; fixes ↵Timothee Cour2021-02-171-2/+2
| | | | ConvFromXtoItselfNotNeeded, UnusedImport notes (#16764)
* koch.nim: documented the bootstrapping process (#17008)Andreas Rumpf2021-02-111-0/+7
|
* unbundle fusion (#16925)Timothee Cour2021-02-111-13/+8
| | | | | | * unbundle fusion * changelog * address comment: `./koch fusion` calls nimble install fusion (at a fixed hash)
* [backport:1.2] update the nimble commit hash to the latest one (#16971)Miran2021-02-091-1/+1
|
* remove .github/workflows/ci_ssl.yml; instead run via trunner_thirdparty (#16221)Timothee Cour2021-02-021-1/+1
|
* [FIX] Update fusion master commit hash (#16630)haxscramper2021-01-071-1/+1
|
* Fix #11506 (#16348)rockcavera2020-12-141-1/+7
| | | fixes the problem of compiling vccexe.exe when it is in use.
* add a tester for rst2html (#15936)Miran2020-11-121-0/+1
|
* Correct all eggs (#15906)Miran2020-11-101-4/+4
| | | | * "eg" is a misspelled "egg", "e.g." is "exempli gratia" * Also, "ie" is "i.e.".
* Fix #15639 (#15640)Clyybber2020-10-191-1/+1
|
* Bump nimble (#15573)genotrance2020-10-141-1/+1
|
* Fix #12027 (#15519)genotrance2020-10-101-4/+4
|
* Bump nimble (#15539)genotrance2020-10-101-1/+1
|
* koch: remove c2nim from windows release builds (#15471)alaviss2020-10-021-1/+0
| | | | We don't ship this tool with any other OS, and the c2nim bundle is non-deterministic due to the lack of a pinned commit.
* koch: unify nimble building scripts [backport:1.4] (#15443)alaviss2020-10-011-29/+5
| | | | This commit gets rid of buildNimble in favor of the simpler bundleNimbleExe, which does pretty much the same thing.
* koch, compiler: bundle fusion as part of the source archive (#15409)alaviss2020-09-261-1/+2
| | | | This allows distributions to build Nim from the downloaded source archive without an Internet connection.
* Bump nimble (#15398)genotrance2020-09-241-1/+1
|
* 'koch temp' bugfixAraq2020-09-231-1/+1
|
* Bump nimble (#15380)genotrance2020-09-211-1/+1
|
* Bump nimble (#15304)genotrance2020-09-111-1/+1
|
* Bump nimble (#15272)genotrance2020-09-061-1/+1
|
* Bump nimble (#15126)genotrance2020-07-301-1/+1
|