nimbus/ChangeLog

85 lines
1.8 KiB
Plaintext
Raw Normal View History

2023-11-25 09:17:40 +00:00
2023-11-25 Anna <cyber@sysrq.in>
* Documentation fixes
2023-06-17 07:39:14 +00:00
2023-06-17 Anna <cyber@sysrq.in>
* man/txt2deps.1: fix filename
* 1.1.3 tagged
2023-05-28 11:42:46 +00:00
2023-05-28 Anna <cyber@sysrq.in>
* Add $sourcedir ninja variable (deleted by mistake)
2023-05-28 11:55:28 +00:00
* 1.1.2 tagged
2023-05-02 Anna <cyber@sysrq.in>
* testerscript.nim: change nim cache directory for tests
2023-05-02 13:32:43 +00:00
* testerscript.nim: disable warnings
2023-05-02 14:14:10 +00:00
* Add Drone CI
2023-04-27 Anna <cyber@sysrq.in>
2023-04-27 18:12:32 +00:00
* 1.1.0, 1.1.1 tagged
2023-04-27 17:28:08 +00:00
* ninjasyntax.nim (build): don't escape args automatically
2023-04-25 15:21:27 +00:00
* nimbus.nim: use a custom build script
2023-04-26 15:46:54 +00:00
* tests: refine directory structure
2023-04-26 18:42:47 +00:00
* nimbus.nimble: add clean task
* Use separate cache directories for each target
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