nimbus/ChangeLog

47 lines
1.1 KiB
Plaintext
Raw Normal View History

2023-04-25 13:04:52 +00:00
2023-04-25 Anna <cyber@sysrq.in>
* nimbus.nim: drop support for patched Nim compilers
* txt2deps: new utility
2022-07-13 Anna <cyber@sysrq.in>
* 0.3.0, 0.3.1 tagged
2022-07-13 08:19:57 +00:00
* nim.cfg: switch to --gc:orc, disable threads
2022-07-13 08:05:24 +00:00
* nimbleexecutor.nim (toJsonString): query variables in bulk
2022-07-13 09:38:02 +00:00
* nimbus.nim: support patched Nim compilers with --depfile option; add
debug output
2022-07-13 08:14:36 +00:00
* options.nim (initLogger): set default log level to NOTICE
2022-07-03 21:20:33 +00:00
2022-07-04 Anna <cyber@sysrq.in>
2022-07-04 18:24:14 +00:00
* 0.2.4, 0.2.5 tagged
2022-07-03 21:20:33 +00:00
* Implemented better quoting for generated NimScript and ninja.build.
2022-07-04 09:45:59 +00:00
* nimbleexecutor.nim (query): add debug output
* packageinfo.nim (initPackageInfo): use custom spawnX-like wrappers
2022-07-04 18:20:06 +00:00
to avoid spawning too much threads, add debug info
2022-07-03 21:20:33 +00:00
2022-07-02 Anna <cyber@sysrq.in>
2022-07-04 09:45:59 +00:00
* 0.2.0, 0.2.1, 0.2.2, 0.2.3 tagged
2022-07-03 21:20:33 +00:00
* Fixed build for binaries inside subdirectories.
* Added support for nimblecache in the build dir.
* packageinfo.nim (initPackageInfo): execute NimScript in parallel
* testerscript.nim (writeTesterScript): fix for tests that expect to
be run from the source root
2022-06-29 Anna <cyber@sysrq.in>
* 0.1.4 tagged