summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Makefile: let clar header targets depend on their scriptsPatrick Steinhardt2024-11-181-2/+2
* t/unit-tests: convert "clar-generate.awk" into a shell scriptPatrick Steinhardt2024-11-181-1/+1
* Merge branch 'ps/upgrade-clar'Junio C Hamano2024-11-081-3/+1
|\
| * Makefile: extract script to generate clar declarationsPatrick Steinhardt2024-10-211-3/+1
| * Makefile: adjust sed command for generating "clar-decls.h"Alejandro R. SedeƱo2024-10-211-1/+1
* | Merge branch 'ps/platform-compat-fixes'Taylor Blau2024-11-011-0/+1
|\ \
| * | t/test-lib: wire up NO_ICONV prerequisitePatrick Steinhardt2024-10-161-0/+1
| |/
* | Merge branch 'pb/clar-build-fix'Taylor Blau2024-10-251-0/+1
|\ \ | |/ |/|
| * Makefile: fix dependency for $(UNIT_TEST_DIR)/clar/clar.oPhilippe Blain2024-10-111-0/+1
* | Merge branch 'ps/reftable-alloc-failures'Junio C Hamano2024-10-101-1/+0
|\ \ | |/ |/|
| * reftable/basics: merge "publicbasics" into "basics"Patrick Steinhardt2024-10-021-1/+0
| * Merge branch 'ps/reftable-exclude' into ps/reftable-alloc-failuresJunio C Hamano2024-09-161-4/+4
| |\
| * \ Merge branch 'cp/unit-test-reftable-stack' into ps/reftable-alloc-failuresJunio C Hamano2024-09-161-9/+3
| |\ \
* | \ \ Merge branch 'tb/weak-sha1-for-tail-sum'Junio C Hamano2024-10-021-0/+25
|\ \ \ \
| * | | | Makefile: allow specifying a SHA-1 for non-cryptographic usesTaylor Blau2024-09-271-0/+25
* | | | | Merge branch 'ps/reftable-exclude'Junio C Hamano2024-09-251-4/+4
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | reftable/reader: make table iterator reseekablePatrick Steinhardt2024-09-161-0/+1
| * | | | t/unit-tests: introduce reftable libraryPatrick Steinhardt2024-09-161-0/+1
| * | | | Makefile: stop listing test library objects twicePatrick Steinhardt2024-09-161-4/+2
| | |_|/ | |/| |
* | | | Merge branch 'ps/clar-unit-test'Junio C Hamano2024-09-191-11/+42
|\ \ \ \
| * | | | Makefile: rename clar-related variables to avoid confusionPatrick Steinhardt2024-09-101-17/+17
| * | | | t/unit-tests: convert ctype tests to use clarPatrick Steinhardt2024-09-041-1/+1
| * | | | t/unit-tests: convert strvec tests to use clarPatrick Steinhardt2024-09-041-1/+1
| * | | | Makefile: wire up the clar unit testing frameworkPatrick Steinhardt2024-09-041-4/+32
| * | | | Makefile: do not use sparse on third-party sourcesPatrick Steinhardt2024-09-041-1/+2
| * | | | Makefile: make hdr-check depend on generated headersPatrick Steinhardt2024-09-041-1/+1
| * | | | Makefile: fix sparse dependency on GENERATED_HPatrick Steinhardt2024-09-041-2/+2
| * | | | t: import the clar unit testing frameworkPatrick Steinhardt2024-09-041-1/+3
* | | | | Merge branch 'cp/unit-test-reftable-stack'Junio C Hamano2024-09-161-9/+3
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | t: move reftable/stack_test.c to the unit testing frameworkChandra Pratap2024-09-081-9/+3
| | |/ | |/|
* | | Merge branch 'gt/unit-test-oid-array'Junio C Hamano2024-09-121-1/+1
|\ \ \ | |/ / |/| |
| * | t: port helper/test-oid-array.c to unit-tests/t-oid-array.cGhanshyam Thakkar2024-09-021-1/+1
* | | Merge branch 'dh/runtime-prefix-on-zos'Junio C Hamano2024-09-031-0/+8
|\ \ \
| * | | exec_cmd: RUNTIME_PREFIX on z/OS systemsD Harithamma2024-08-221-0/+8
| | |/ | |/|
* | | Merge branch 'cp/unit-test-reftable-block'Junio C Hamano2024-08-291-1/+1
|\ \ \
| * | | t: move reftable/block_test.c to the unit testing frameworkChandra Pratap2024-08-211-1/+1
| |/ /
* | | Merge branch 'ps/reftable-drop-generic'Junio C Hamano2024-08-291-2/+0
|\ \ \
| * | | reftable/generic: drop interfacePatrick Steinhardt2024-08-221-1/+0
| * | | t/helper: inline `reftable_dump_main()`Patrick Steinhardt2024-08-221-1/+0
* | | | Merge branch 'gt/unit-test-urlmatch-normalization'Junio C Hamano2024-08-281-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | t: migrate t0110-urlmatch-normalization to the new frameworkGhanshyam Thakkar2024-08-201-1/+1
| |/ /
* | | Merge branch 'cp/unit-test-reftable-readwrite'Junio C Hamano2024-08-231-1/+1
|\ \ \ | |_|/ |/| |
| * | t: move reftable/readwrite_test.c to the unit testing frameworkChandra Pratap2024-08-131-1/+1
| |/
* | Merge branch 'gt/unit-test-hashmap'Junio C Hamano2024-08-151-0/+1
|\ \
| * | t: port helper/test-hashmap.c to unit-tests/t-hashmap.cGhanshyam Thakkar2024-08-061-0/+1
* | | Merge branch 'cp/unit-test-reftable-tree'Junio C Hamano2024-08-141-1/+1
|\ \ \
| * | | t: move reftable/tree_test.c to the unit testing frameworkChandra Pratap2024-08-041-1/+1
* | | | Merge branch 'cp/unit-test-reftable-pq'Junio C Hamano2024-08-141-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | t: move reftable/pq_test.c to the unit testing frameworkChandra Pratap2024-08-011-1/+1
* | | | Merge branch 'cp/unit-test-reftable-merged'Junio C Hamano2024-07-311-1/+1
|\ \ \ \