git/t/unit-tests
Junio C Hamano a819a3da85 Merge branch 'ps/reftable-api-revamp'
Overhaul of the reftable API.

* ps/reftable-api-revamp:
  reftable/table: move printing logic into test helper
  reftable/constants: make block types part of the public interface
  reftable/table: introduce iterator for table blocks
  reftable/table: add `reftable_table` to the public interface
  reftable/block: expose a generic iterator over reftable records
  reftable/block: make block iterators reseekable
  reftable/block: store block pointer in the block iterator
  reftable/block: create public interface for reading blocks
  git-zlib: use `struct z_stream_s` instead of typedef
  reftable/block: rename `block_reader` to `reftable_block`
  reftable/block: rename `block` to `block_data`
  reftable/table: move reading block into block reader
  reftable/block: simplify how we track restart points
  reftable/blocksource: consolidate code into a single file
  reftable/reader: rename data structure to "table"
  reftable: fix formatting of the license header
2025-04-29 14:21:30 -07:00
..
clar clar: avoid using the comma operator unnecessarily 2025-03-28 17:38:09 -07:00
.gitignore
generate-clar-decls.sh
generate-clar-suites.sh
lib-oid.c t/unit-tests: implement clar specific oid helper functions 2025-02-25 10:31:22 -08:00
lib-oid.h t/unit-tests: implement clar specific oid helper functions 2025-02-25 10:31:22 -08:00
lib-reftable.c
lib-reftable.h
t-reftable-basics.c reftable/basics: provide wrappers for big endian conversion 2025-02-18 10:55:37 -08:00
t-reftable-block.c reftable/constants: make block types part of the public interface 2025-04-07 14:53:12 -07:00
t-reftable-merged.c reftable/constants: make block types part of the public interface 2025-04-07 14:53:12 -07:00
t-reftable-pq.c reftable/constants: make block types part of the public interface 2025-04-07 14:53:12 -07:00
t-reftable-readwrite.c reftable/block: rename `block` to `block_data` 2025-04-07 14:53:10 -07:00
t-reftable-record.c reftable/constants: make block types part of the public interface 2025-04-07 14:53:12 -07:00
t-reftable-stack.c reftable/reader: rename data structure to "table" 2025-04-07 14:53:09 -07:00
t-reftable-table.c reftable/constants: make block types part of the public interface 2025-04-07 14:53:12 -07:00
test-lib.c
test-lib.h
u-ctype.c
u-example-decorate.c t/unit-tests: adapt example decorate test to use clar test framework 2025-01-31 14:58:44 -08:00
u-hash.c
u-hashmap.c t/unit-tests: convert hashmap test to use clar test framework 2025-01-31 14:58:44 -08:00
u-mem-pool.c
u-oid-array.c t/unit-tests: convert oid-array test to use clar test framework 2025-02-25 10:31:22 -08:00
u-oidmap.c t/unit-tests: convert oidmap test to use clar test framework 2025-02-25 10:31:22 -08:00
u-oidtree.c t/unit-tests: convert oidtree test to use clar test framework 2025-02-25 10:31:23 -08:00
u-prio-queue.c
u-reftable-tree.c
u-strbuf.c t/unit-tests: convert strbuf test to use clar test framework 2025-01-31 14:58:45 -08:00
u-strcmp-offset.c t/unit-tests: convert strcmp-offset test to use clar test framework 2025-01-31 14:58:45 -08:00
u-strvec.c
u-trailer.c t/unit-tests: convert trailer test to use clar 2025-03-04 09:59:17 -08:00
u-urlmatch-normalization.c t/unit-tests: convert urlmatch-normalization test to clar 2025-03-04 10:01:43 -08:00
unit-test.c t/unit-tests: implement clar specific oid helper functions 2025-02-25 10:31:22 -08:00
unit-test.h