summaryrefslogtreecommitdiff
path: root/tests/cli-opts.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-06src/: Check "if (x != NULL)" instead of "if (x)"EuAndreh3-7/+7
2024-04-06Start "rc = -1" instead of 0EuAndreh8-81/+38
2024-04-06src/: Remove unused "infallible" tagEuAndreh2-15/+0
2024-04-06Sort includesEuAndreh4-5/+5
2024-04-06Canonicalize builds: remove "fuzz" referencesEuAndreh4-41/+7
2024-04-05rm .tdrcEuAndreh1-1/+0
2024-04-05mkdeps.sh: Remove langs complexity for nowEuAndreh1-10/+1
2024-04-05Makefile: remove "help" target and improve indentationEuAndreh1-11/+6
2024-04-05Makefile: Fix name of binary in "install" targetEuAndreh1-1/+1
2024-04-05rm -rf tools/ doc/*EuAndreh10-357/+1
2024-04-05Move unit tests out of src/*.c into tests/EuAndreh16-868/+888
2024-02-29git mv meta.capim meta.weaveEuAndreh1-0/+0
2024-02-29Makefile: Use .a over .xa for executable archivesEuAndreh4-28/+28
2024-02-29git rm doc/pindaiba.{CHANGELOG,README,TODOs}.en.7.inEuAndreh3-0/+0
2024-02-27Makefile: Centralize the definition of archive filesEuAndreh1-1/+7
2024-02-27Makefile: Move the definition of ".bin-check" as a .SUFFIXES entry to the topEuAndreh1-2/+1
2024-02-07Makefile: Assume $(sources) have no subdirectoryEuAndreh1-13/+10
2024-02-07tools/manpages.sh: Stop puttings manpages in directories without language nameEuAndreh1-5/+1
2024-01-08Makefile: Install missing headers under "pindaiba/" directoryEuAndreh1-3/+7
2024-01-07src/hash.{c,h}: Remove into dedicated projectEuAndreh3-398/+0
2024-01-07Makefile: Remove $(MAKEFILE) variableEuAndreh1-2/+1
2024-01-05Makefile: Better placement of the "src/catalog.bin-check" target dependencyEuAndreh1-3/+1
2024-01-05deps.mk: Remove all .lo filesEuAndreh2-14/+16
2024-01-04mkdeps.sh: Use "git ls-files" over "find src/*.c"EuAndreh1-1/+1
2024-01-04Makefile: align end of linesEuAndreh1-20/+20
2024-01-02Makefile: Add support for LLVM fuzzerEuAndreh4-3/+40
2024-01-02Makefile: Move manpages and catalog discovery to mkdeps.shEuAndreh3-6/+10
2024-01-02Makefile: Add missing -lsiphash dependencyEuAndreh1-1/+1
2024-01-02Makefile: Replace $(TRANSLATIONS) with $(LANGUAGES)EuAndreh1-3/+3
2024-01-02Makefile: Don't build shared libraries anymoreEuAndreh2-30/+10
2024-01-02tools/cdeps.sh: Replace with call to ldev(1)EuAndreh2-235/+1
2024-01-02src/*.c: Group tests under a single #ifdef; remove SipHash codeEuAndreh5-475/+194