Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Makefile: indent $(NAME) variable | EuAndreh | 2021-03-07 | 1 | -1/+1 |
| | |||||
* | Makefile: Add -O3 to CFLAGS | EuAndreh | 2021-03-04 | 1 | -1/+1 |
| | |||||
* | Makefile: Remove remembering-sh in clean target | EuAndreh | 2021-03-04 | 1 | -1/+1 |
| | |||||
* | Makefile: Remove test files in clean target | EuAndreh | 2021-03-04 | 1 | -1/+1 |
| | |||||
* | Remove sharedc dependency | EuAndreh | 2021-03-03 | 1 | -1/+1 |
| | |||||
* | Makefile: add simple switch between sh and C implementations | EuAndreh | 2021-03-03 | 1 | -2/+5 |
| | |||||
* | Makefile: Add LDLIBS and LDFLAGS | EuAndreh | 2021-02-28 | 1 | -2/+2 |
| | |||||
* | Add assert-changelog.sh; change dependency of check -> dev-check targets | EuAndreh | 2021-02-28 | 1 | -7/+3 |
| | |||||
* | Add aux/workflow/sign-tarballs.sh | EuAndreh | 2021-02-27 | 1 | -2/+4 |
| | |||||
* | Makefile: put VERSION and DATE macros in $(DEFS) variable | EuAndreh | 2021-02-24 | 1 | -4/+5 |
| | |||||
* | Release 0.2.1v0.2.1 | EuAndreh | 2021-02-23 | 1 | -2/+2 |
| | |||||
* | Use plain Makefile over ./configure + Makefile.in | EuAndreh | 2021-02-23 | 1 | -0/+83 |
| | |||||
* | Add ./configure script | EuAndreh | 2021-02-08 | 1 | -65/+0 |
| | |||||
* | Makefile: Remove 'v' prefix from $(VERSION) variable | EuAndreh | 2021-01-31 | 1 | -4/+4 |
| | |||||
* | mv build-aux/ aux/ | EuAndreh | 2021-01-27 | 1 | -5/+5 |
| | |||||
* | v0.1.2: Use sed over tac for POSIX compatibilityv0.1.2 | EuAndreh | 2021-01-26 | 1 | -1/+1 |
| | | | | TODOs.md: Mark #task-98478c0f-97ac-4667-acdc-9373e2841de9 as done | ||||
* | remembering: Add -V version flag, add missing docs on -h flag | EuAndreh | 2021-01-26 | 1 | -3/+4 |
| | |||||
* | Generate HTML for manpages | EuAndreh | 2021-01-26 | 1 | -0/+2 |
| | |||||
* | v0.1.1: Allow names with spacesv0.1.1 | EuAndreh | 2021-01-26 | 1 | -1/+1 |
| | | | | | | | | | The test_stdin_is_empty was adapted so it wouldn't exit with status 1. The previous implementation would effectively do: printf '' | grep '' which returns 1, and the test would fail. | ||||
* | Remove unused argument from CHANGELOG.sh | EuAndreh | 2021-01-26 | 1 | -1/+1 |
| | |||||
* | Release 0.1.0, add CHANGELOG.mdv0.1.0 | EuAndreh | 2021-01-26 | 1 | -2/+3 |
| | |||||
* | mv build-aux/assert-todos.sh build-aux/workflow/, updating to the latest version | EuAndreh | 2021-01-25 | 1 | -1/+1 |
| | |||||
* | Add tests/ranking.sh | EuAndreh | 2021-01-24 | 1 | -0/+1 |
| | |||||
* | Add tests/signals.sh | EuAndreh | 2021-01-24 | 1 | -0/+1 |
| | |||||
* | Makefile: Clean tests/test-profiles/ on "clean" target | EuAndreh | 2021-01-24 | 1 | -1/+1 |
| | |||||
* | Remove tests/all.sh | EuAndreh | 2021-01-24 | 1 | -1/+0 |
| | |||||
* | Add tests/cli-opts.sh tests | EuAndreh | 2021-01-24 | 1 | -0/+1 |
| | |||||
* | Makefile: Add assert-todos.sh to check phase | EuAndreh | 2021-01-22 | 1 | -0/+1 |
| | |||||
* | Add build-aux/assert-shellcheck.sh and run in "check" target | EuAndreh | 2021-01-22 | 1 | -0/+5 |
| | |||||
* | Makefiile: Add dependencies to "public" target | EuAndreh | 2021-01-22 | 1 | -1/+1 |
| | |||||
* | Makefile: Add missing $(VERSION), $(DATE), and dist target to control them | EuAndreh | 2021-01-22 | 1 | -1/+16 |
| | |||||
* | Makefile: Add .PHONY marker to targets | EuAndreh | 2021-01-22 | 1 | -0/+2 |
| | |||||
* | Makefile: Add uninstall target | EuAndreh | 2021-01-22 | 1 | -0/+6 |
| | |||||
* | Makefile: Fix typo in man5 path | EuAndreh | 2021-01-22 | 1 | -1/+1 |
| | |||||
* | Makefile: Fix call to do_subst | EuAndreh | 2021-01-22 | 1 | -2/+2 |
| |