changelog
- Sun, 17 Dec 2023 15:03:01 +0100
- by Mike Becker <universe@uap-core.de> [Sun, 17 Dec 2023 15:03:01 +0100] rev 798
- remove list_repositories() config.c function in favor of a cmd_list_repositories() function in main.c
- Sun, 17 Dec 2023 14:25:34 +0100
- by Mike Becker <universe@uap-core.de> [Sun, 17 Dec 2023 14:25:34 +0100] rev 797
- [Makefile] fix missing rules preventing dry-runs
We have to support dry-runs, because many IDEs are using
dry-runs to collect build information.
Some rules have dependencies that expect certain files or
directories to be just present. We added respective build
rules which invoke the test program. This way, the behavior
when running make normally is exactly the same, but dry-runs
are also not failing now.
- Sat, 30 Sep 2023 17:26:00 +0200
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Sat, 30 Sep 2023 17:26:00 +0200] rev 796
- remove old config loader
- Sat, 30 Sep 2023 16:33:47 +0200
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Sat, 30 Sep 2023 16:33:47 +0200] rev 795
- add new config parser