summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorLines
2024-08-29Merge branch 'cp/unit-test-reftable-block'Junio C Hamano-1/+1
2024-08-29Merge branch 'ps/reftable-drop-generic'Junio C Hamano-2/+0
2024-08-28Merge branch 'gt/unit-test-urlmatch-normalization'Junio C Hamano-1/+1
2024-08-23Merge branch 'cp/unit-test-reftable-readwrite'Junio C Hamano-1/+1
2024-08-22exec_cmd: RUNTIME_PREFIX on z/OS systemsD Harithamma-0/+8
2024-08-22reftable/generic: drop interfacePatrick Steinhardt-1/+0
2024-08-22t/helper: inline `reftable_dump_main()`Patrick Steinhardt-1/+0
2024-08-21t: move reftable/block_test.c to the unit testing frameworkChandra Pratap-1/+1
2024-08-20t: migrate t0110-urlmatch-normalization to the new frameworkGhanshyam Thakkar-1/+1
2024-08-15Merge branch 'gt/unit-test-hashmap'Junio C Hamano-0/+1
2024-08-14Merge branch 'cp/unit-test-reftable-tree'Junio C Hamano-1/+1
2024-08-14Merge branch 'cp/unit-test-reftable-pq'Junio C Hamano-1/+1
2024-08-13t: move reftable/readwrite_test.c to the unit testing frameworkChandra Pratap-1/+1
2024-08-06t: port helper/test-hashmap.c to unit-tests/t-hashmap.cGhanshyam Thakkar-0/+1
2024-08-04t: move reftable/tree_test.c to the unit testing frameworkChandra Pratap-1/+1
2024-08-01t: move reftable/pq_test.c to the unit testing frameworkChandra Pratap-1/+1
2024-07-31Merge branch 'cp/unit-test-reftable-merged'Junio C Hamano-1/+1
2024-07-18Makefile: drop -Wno-universal-initializer from SP_EXTRA_FLAGSRamsay Jones-1/+1
2024-07-15Merge branch 'cp/unit-test-reftable-record'Junio C Hamano-1/+1
2024-07-12t: move reftable/merged_test.c to the unit testing frameworkChandra Pratap-1/+1
2024-07-03t: migrate helper/test-oidmap.c to unit-tests/t-oidmap.cGhanshyam Thakkar-1/+1
2024-07-02t: move reftable/record_test.c to the unit testing frameworkChandra Pratap-1/+1
2024-06-24Merge branch 'tb/pseudo-merge-reachability-bitmap'Junio C Hamano-0/+1
2024-06-20Merge branch 'gt/unit-test-oidtree'Junio C Hamano-2/+6
2024-06-20Merge branch 'ps/make-append-to-cflags'Junio C Hamano-2/+2
2024-06-17Merge branch 'ps/ref-storage-migration'Junio C Hamano-0/+1
2024-06-17Merge branch 'ps/check-docs-fix'Junio C Hamano-36/+0
2024-06-12Merge branch 'gt/decorate-unit-test'Junio C Hamano-1/+1
2024-06-12Merge branch 'gt/t-hash-unit-test'Junio C Hamano-0/+1
2024-06-12Merge branch 'cp/reftable-unit-test'Junio C Hamano-1/+1
2024-06-12t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.cGhanshyam Thakkar-2/+6
2024-06-11Makefile: add ability to append to CFLAGS and LDFLAGSPatrick Steinhardt-2/+2
2024-06-06Merge branch 'ps/leakfixes'Junio C Hamano-0/+1
2024-06-06builtin/refs: new command to migrate ref storage formatsPatrick Steinhardt-0/+1
2024-06-06Makefile: extract script to lint missing/extraneous manpagesPatrick Steinhardt-36/+0
2024-05-30Merge branch 'gt/unit-test-strcmp-offset'Junio C Hamano-1/+1
2024-05-30t: move reftable/basics_test.c to the unit testing frameworkChandra Pratap-1/+1
2024-05-29t/: migrate helper/test-{sha1, sha256} to unit-tests/t-hashGhanshyam Thakkar-0/+1
2024-05-28t/: migrate helper/test-example-decorate to the unit testing frameworkGhanshyam Thakkar-1/+1
2024-05-27strvec: add functions to replace and remove stringsPatrick Steinhardt-0/+1
2024-05-24pseudo-merge.ch: initial commitTaylor Blau-0/+1
2024-05-23Merge branch 'la/hide-trailer-info'Junio C Hamano-2/+3
2024-05-20t/: port helper/test-strcmp-offset.c to unit-tests/t-strcmp-offset.cGhanshyam Thakkar-1/+1
2024-05-15Merge branch 'js/unit-test-suite-runner'Junio C Hamano-3/+3
2024-05-08Merge branch 'ps/reftable-write-optim'Junio C Hamano-2/+0
2024-05-06unit tests: add rule for running with test-toolJosh Steadmon-1/+1
2024-05-06t0080: turn t-basic unit test into a helperJosh Steadmon-2/+2
2024-05-02trailer: add unit tests for trailer iteratorLinus Arver-0/+1
2024-05-02Makefile: sort UNIT_TEST_PROGRAMSLinus Arver-2/+2
2024-04-30Merge branch 'js/build-fuzz-more-often'Junio C Hamano-21/+30