2023-04-27 Anna * ninjasyntax.nim (build): don't escape args automatically * nimbus.nim: use a custom build script * tests: refine directory structure * nimbus.nimble: add clean task * Use separate cache directories for each target 2023-04-25 Anna * nimbus.nim: drop support for patched Nim compilers * txt2deps: new utility 2022-07-13 Anna * 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 * 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 * 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 * 0.1.4 tagged