Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | aux/checks/repo.sh: WIP Fix tests | EuAndreh | 2023-04-02 | 1 | -1/+1 |
| | | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 22a7b4f0c8e018077984d58476a0c419b5e11942 git notes --ref=refs/notes/ci-data show 22a7b4f0c8e018077984d58476a0c419b5e11942 Exit status: 2 Duration: 7 | ||||
* | Makefile: Unify calls to aux/dev.mk | EuAndreh | 2023-04-02 | 1 | -9/+9 |
| | |||||
* | Generate .en.md symlinks in aux/dev.mk | EuAndreh | 2023-04-02 | 1 | -16/+4 |
| | |||||
* | mv po4a.cfg po/ | EuAndreh | 2023-04-02 | 1 | -1/+1 |
| | |||||
* | Revamp code under aux/ | EuAndreh | 2023-04-01 | 1 | -41/+36 |
| | |||||
* | Revamp CI: simpler variant of the same functionality | EuAndreh | 2023-04-01 | 1 | -0/+2 |
| | | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 1a3208d43f837768e18219ca4e79fe31bf748865 git notes --ref=refs/notes/ci-data show 1a3208d43f837768e18219ca4e79fe31bf748865 Exit status: 2 Duration: 4 | ||||
* | Release v0.3.0v0.3.0 | EuAndreh | 2023-03-22 | 1 | -2/+2 |
| | |||||
* | Makefile: Remove rules for C files | EuAndreh | 2022-11-08 | 1 | -30/+4 |
| | |||||
* | Makefile: Indent object file dependency | EuAndreh | 2021-09-06 | 1 | -1/+1 |
| | |||||
* | Makefile: Generate src/config.h from src/config.h.in | EuAndreh | 2021-09-05 | 1 | -12/+5 |
| | |||||
* | Remove tests/install-uninstall.sh in favor of repocheck.sh | EuAndreh | 2021-09-01 | 1 | -1/+0 |
| | |||||
* | Refactor C files, split logerr and tests-lib | EuAndreh | 2021-09-01 | 1 | -6/+38 |
| | |||||
* | mv src/remembering-c.c src/remembering.c | EuAndreh | 2021-09-01 | 1 | -7/+10 |
| | |||||
* | Makefile: s/run-tests/remembering-tests/ | EuAndreh | 2021-09-01 | 1 | -3/+3 |
| | |||||
* | Makefile: Revamp "clean" target | EuAndreh | 2021-09-01 | 1 | -3/+7 |
| | |||||
* | Makefile: Refactor personal workflow targets to include new translations flow | EuAndreh | 2021-09-01 | 1 | -7/+21 |
| | |||||
* | Makefile: Add repocheck.sh to "dev-check" target, separate it from the ↵ | EuAndreh | 2021-09-01 | 1 | -7/+15 |
| | | | | canonical path | ||||
* | Makefile: Use quotes around macro names | EuAndreh | 2021-09-01 | 1 | -11/+11 |
| | |||||
* | Makefile: Use chmod when generating src/remembering instead of afterwards | EuAndreh | 2021-09-01 | 1 | -1/+1 |
| | | | | | Now running "make" for the second time will say everything is up-to-date, instead of always changing the permission again and again. | ||||
* | Makefile: Use DEFS over CFLAGS for defines | EuAndreh | 2021-06-27 | 1 | -2/+5 |
| | |||||
* | Makefile: Remove $(LDLIBS) | EuAndreh | 2021-06-27 | 1 | -1/+1 |
| | |||||
* | Makefile: s/DEFS/CFLAGS/ | EuAndreh | 2021-06-27 | 1 | -1/+1 |
| | |||||
* | tests/install-uninstall.sh: Add test for install/uninstall | EuAndreh | 2021-06-26 | 1 | -0/+1 |
| | |||||
* | aux/: Update, adapt Makefile accordingly | EuAndreh | 2021-06-26 | 1 | -6/+6 |
| | |||||
* | Makefile, README.md: Adapt to changes in aux/ | EuAndreh | 2021-06-26 | 1 | -16/+35 |
| | |||||
* | Makefile: Remove fallible/valgrind tests for now | EuAndreh | 2021-06-26 | 1 | -3/+1 |
| | |||||
* | git grep -l '\./remembering' | xargs sed -i ↵ | EuAndreh | 2021-06-26 | 1 | -0/+1 |
| | | | | 's|\./remembering|./src/remembering|g' | ||||
* | Makefile: Use inference rules, disable Valgrind tests | EuAndreh | 2021-06-26 | 1 | -23/+8 |
| | |||||
* | Makefile: Stop specifying CFLAGS, LDFLAGS and CC | EuAndreh | 2021-06-19 | 1 | -4/+0 |
| | |||||
* | Setup base i18n infrastructure | EuAndreh | 2021-06-19 | 1 | -12/+6 |
| | |||||
* | Makefile: use mkdir+cp over install | EuAndreh | 2021-06-17 | 1 | -1/+2 |
| | |||||
* | aux/workflow/assert-changelog.sh: Update | EuAndreh | 2021-06-17 | 1 | -1/+1 |
| | |||||
* | Makefile: Remove .PHONY target | EuAndreh | 2021-06-16 | 1 | -2/+0 |
| | |||||
* | Makefile: Use pandoc over groff to generate HTML from manpages | EuAndreh | 2021-06-14 | 1 | -1/+1 |
| | |||||
* | Makefile: Move $(DEFS) close to other C variables | EuAndreh | 2021-06-14 | 1 | -1/+1 |
| | |||||
* | Makefile: Don't rely on gzip for "install" target | EuAndreh | 2021-06-13 | 1 | -2/+2 |
| | |||||
* | Makefile: Use $(NAME) variable | EuAndreh | 2021-06-13 | 1 | -2/+2 |
| | |||||
* | Makefile: Add ./aux/workflow/assert-manpages.sh to "dev-check" target | EuAndreh | 2021-06-13 | 1 | -0/+1 |
| | |||||
* | Makefile: Add "clean public dev-check" as dependency of the "dist" target | EuAndreh | 2021-06-11 | 1 | -1/+1 |
| | |||||
* | tests/ranking.sh: Move $LANG configuration to inside of the test file | EuAndreh | 2021-06-08 | 1 | -1/+1 |
| | |||||
* | tests/ranking.sh: Use LANG=C.UTF-8 for consistent sorting | EuAndreh | 2021-06-07 | 1 | -1/+1 |
| | |||||
* | Revert "Makefile: Stick to POSIX $(CFLAGS) and $(LDFLAGS)" | EuAndreh | 2021-06-06 | 1 | -2/+2 |
| | | | | This reverts commit 107d9fa6012a9312bcee9da0bf86e6fa7a34cfef. | ||||
* | Makefile: Stick to POSIX $(CFLAGS) and $(LDFLAGS) | EuAndreh | 2021-06-06 | 1 | -2/+2 |
| | |||||
* | README.md: Add explicit "Links" and "Releases" sections | EuAndreh | 2021-06-06 | 1 | -11/+13 |
| | | | | | | | | | | | | | | | | | | | Instead of generating the "Links" and "Releases" sections on the fly and adding them to the end of the README.md before processing it with aux/workflow/README.sh, embed those sections directly and use aux/workflow/assert-readme.sh to make sure the metadata is there. Before we had: 1. generate "Links" and "Releases" on the fly inside aux/workflow/README.sh; 2. add those sections to the end of the README.md; 3. use the custom pandoc build command inside the aux/workflow/README.sh file. Now we have: 1. embed "Links" and "Releases" in the README.md directly; 2. use aux/workflow/assert-readme.sh to validate the correct metadata; 3. use the vanilla aux/workflow/commonmark.sh to generate the HTML. | ||||
* | Remove assert-clang-format.sh | EuAndreh | 2021-06-06 | 1 | -1/+0 |
| | | | | | | | The default formatter uses spaces over tabs, and I can't get it to override that. The --style='{UseTab: Always}' should have done it, but it didn't work. | ||||
* | mv src/remembering.in src/remembering.sh | EuAndreh | 2021-06-06 | 1 | -1/+1 |
| | |||||
* | Revert "Makefile: Use "troff" over "groff"" | EuAndreh | 2021-03-09 | 1 | -1/+1 |
| | | | | This reverts commit a649cf53498bb9bdff79a40eb39462d8ccd1a396. | ||||
* | Makefile: Use valgrind flags from fallible-check | EuAndreh | 2021-03-08 | 1 | -8/+1 |
| | |||||
* | Makefile: Use "troff" over "groff" | EuAndreh | 2021-03-08 | 1 | -1/+1 |
| | |||||
* | Makefile: Add missing -lfallible library | EuAndreh | 2021-03-07 | 1 | -1/+1 |
| |