Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2024-01-05 | Makefile: Better placement of the "src/catalog.bin-check" target dependency | EuAndreh | 1 | -3/+1 |
2024-01-05 | deps.mk: Remove all .lo files | EuAndreh | 2 | -14/+16 |
2024-01-04 | mkdeps.sh: Use "git ls-files" over "find src/*.c" | EuAndreh | 1 | -1/+1 |
2024-01-04 | Makefile: align end of lines | EuAndreh | 1 | -20/+20 |
2024-01-02 | Makefile: Add support for LLVM fuzzer | EuAndreh | 4 | -3/+40 |
2024-01-02 | Makefile: Move manpages and catalog discovery to mkdeps.sh | EuAndreh | 3 | -6/+10 |
2024-01-02 | Makefile: Add missing -lsiphash dependency | EuAndreh | 1 | -1/+1 |
2024-01-02 | Makefile: Replace $(TRANSLATIONS) with $(LANGUAGES) | EuAndreh | 1 | -3/+3 |
2024-01-02 | Makefile: Don't build shared libraries anymore | EuAndreh | 2 | -30/+10 |
2024-01-02 | tools/cdeps.sh: Replace with call to ldev(1) | EuAndreh | 2 | -235/+1 |
2024-01-02 | src/*.c: Group tests under a single #ifdef; remove SipHash code | EuAndreh | 5 | -475/+194 |