summaryrefslogtreecommitdiff
path: root/deps.mk (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revamp lib, simplify it a bit and address some FIXMEsEuAndreh2025-01-121-50/+50
* Replace src/config.h with <s.h>; incorporate changes from other projectsEuAndreh2025-01-101-1/+1
* Add sorted-vector.c empty filesEuAndreh2024-06-301-0/+9
* src/cmp.{c,h}: Add minimal implementation of cmp_size()EuAndreh2024-06-141-0/+9
* src/trace.h: Init tracing functionsEuAndreh2024-06-141-0/+9
* src/set.c: Implement set_new() and set_free()EuAndreh2024-06-041-7/+7
* src/hash.c: Add thread safe initialization of SipHash seedEuAndreh2024-06-021-0/+9
* Add initial private functions for src/set.c and src/tree.cEuAndreh2024-05-311-0/+18
* Use freeit() everywhereEuAndreh2024-05-311-10/+10
* src/string.h: Add implementation for some basic functionsEuAndreh2024-05-311-3/+3
* src/vector.{c,h}: Improve code and testsEuAndreh2024-05-241-3/+3
* src/math.c: Add mul_size()EuAndreh2024-05-241-0/+9
* Add some version of vector.cEuAndreh2024-05-231-0/+9
* Rename "pindaiba" -> "pindaibabs"EuAndreh2024-05-231-1/+1
* src/string.c: Add new empty file structureEuAndreh2024-04-161-0/+9
* deps.mk: Add correct dependency for i18n.cEuAndreh2024-04-161-1/+1
* src/util.c: Add slurp(), with a simple testEuAndreh2024-04-071-0/+9
* src/lib.c: Print project metadata on pindaiba_mainEuAndreh2024-04-071-5/+5
* Canonicalize builds: remove "fuzz" referencesEuAndreh2024-04-061-11/+1
* rm -rf tools/ doc/*EuAndreh2024-04-051-9/+0
* Move unit tests out of src/*.c into tests/EuAndreh2024-04-051-35/+57
* Makefile: Use .a over .xa for executable archivesEuAndreh2024-02-291-14/+14
* src/hash.{c,h}: Remove into dedicated projectEuAndreh2024-01-071-6/+0
* deps.mk: Remove all .lo filesEuAndreh2024-01-051-14/+14
* Makefile: Add support for LLVM fuzzerEuAndreh2024-01-021-0/+10
* Makefile: Move manpages and catalog discovery to mkdeps.shEuAndreh2024-01-021-0/+4
* Init project: copy files and skeletons from othersEuAndreh2024-01-011-0/+58