summaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Makefile: keep symlinks in "install" targetEuAndreh2025-01-161-1/+1
* Makefile: Normalize alongside other projects; fix $(integration-tests)EuAndreh2025-01-151-5/+8
* Revamp lib, simplify it a bit and address some FIXMEsEuAndreh2025-01-121-2/+5
* Replace src/config.h with <s.h>; incorporate changes from other projectsEuAndreh2025-01-101-13/+14
* src/trace.h: Init tracing functionsEuAndreh2024-06-141-1/+2
* Revert "src/int.h: Add minimized stdint.h types"EuAndreh2024-06-141-1/+1
* src/int.h: Add minimized stdint.h typesEuAndreh2024-06-081-1/+1
* src/set.c: v0 for set_add()EuAndreh2024-06-061-1/+1
* src/hash.c: Add thread safe initialization of SipHash seedEuAndreh2024-06-021-1/+1
* Makefile: update "siphash" to new "siphashbs" nameEuAndreh2024-05-261-1/+1
* Rename "pindaiba" -> "pindaibabs"EuAndreh2024-05-231-2/+2
* Makefile: Normalize alongsside parallel projectsEuAndreh2024-05-231-16/+19
* Makefile: Make all $(derived-assets) depend on Makefile and deps.mk, instead ...EuAndreh2024-05-091-4/+3
* Makefile: Better space trailing escape in uninstall targetEuAndreh2024-05-091-4/+4
* src/lib.c: Print project metadata on pindaiba_mainEuAndreh2024-04-071-4/+11
* Canonicalize builds: remove "fuzz" referencesEuAndreh2024-04-061-21/+6
* Makefile: remove "help" target and improve indentationEuAndreh2024-04-051-11/+6
* Makefile: Fix name of binary in "install" targetEuAndreh2024-04-051-1/+1
* rm -rf tools/ doc/*EuAndreh2024-04-051-5/+1
* Move unit tests out of src/*.c into tests/EuAndreh2024-04-051-48/+44
* Makefile: Use .a over .xa for executable archivesEuAndreh2024-02-291-11/+11
* Makefile: Centralize the definition of archive filesEuAndreh2024-02-271-1/+7
* Makefile: Move the definition of ".bin-check" as a .SUFFIXES entry to the topEuAndreh2024-02-271-2/+1
* Makefile: Assume $(sources) have no subdirectoryEuAndreh2024-02-071-13/+10
* Makefile: Install missing headers under "pindaiba/" directoryEuAndreh2024-01-081-3/+7
* Makefile: Remove $(MAKEFILE) variableEuAndreh2024-01-071-2/+1
* Makefile: Better placement of the "src/catalog.bin-check" target dependencyEuAndreh2024-01-051-3/+1
* Makefile: align end of linesEuAndreh2024-01-041-20/+20
* Makefile: Add support for LLVM fuzzerEuAndreh2024-01-021-1/+18
* Makefile: Move manpages and catalog discovery to mkdeps.shEuAndreh2024-01-021-5/+1
* Makefile: Add missing -lsiphash dependencyEuAndreh2024-01-021-1/+1
* Makefile: Replace $(TRANSLATIONS) with $(LANGUAGES)EuAndreh2024-01-021-3/+3
* Makefile: Don't build shared libraries anymoreEuAndreh2024-01-021-28/+10
* Init project: copy files and skeletons from othersEuAndreh2024-01-011-0/+199