nimbus/ChangeLog
2022-07-13 15:07:36 +05:00

41 lines
1.0 KiB
Plaintext

2022-07-13 Anna <cyber@sysrq.in>
* 0.3.0, 0.3.1 tagged
* nim.cfg: switch to --gc:orc, disable threads
* nimbleexecutor.nim (toJsonString): query variables in bulk
* nimbus.nim: support patched Nim compilers with --depfile option; add
debug output
* options.nim (initLogger): set default log level to NOTICE
2022-07-04 Anna <cyber@sysrq.in>
* 0.2.4, 0.2.5 tagged
* Implemented better quoting for generated NimScript and ninja.build.
* nimbleexecutor.nim (query): add debug output
* packageinfo.nim (initPackageInfo): use custom spawnX-like wrappers
to avoid spawning too much threads, add debug info
2022-07-02 Anna <cyber@sysrq.in>
* 0.2.0, 0.2.1, 0.2.2, 0.2.3 tagged
* 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