git/reftable
Junio C Hamano 9118e46e81 Merge branch 'cp/unit-test-reftable-record'
A test in reftable library has been rewritten using the unit test
framework.

* cp/unit-test-reftable-record:
  t-reftable-record: add tests for reftable_log_record_compare_key()
  t-reftable-record: add tests for reftable_ref_record_compare_name()
  t-reftable-record: add index tests for reftable_record_is_deletion()
  t-reftable-record: add obj tests for reftable_record_is_deletion()
  t-reftable-record: add log tests for reftable_record_is_deletion()
  t-reftable-record: add ref tests for reftable_record_is_deletion()
  t-reftable-record: add comparison tests for obj records
  t-reftable-record: add comparison tests for index records
  t-reftable-record: add comparison tests for ref records
  t-reftable-record: add reftable_record_cmp() tests for log records
  t: move reftable/record_test.c to the unit testing framework
2024-07-15 10:11:44 -07:00
..
LICENSE
basics.c global: improve const correctness when assigning string constants 2024-06-07 10:30:48 -07:00
basics.h global: improve const correctness when assigning string constants 2024-06-07 10:30:48 -07:00
block.c
block.h
block_test.c reftable: cast away constness when assigning constants to records 2024-06-07 10:30:49 -07:00
blocksource.c
blocksource.h
constants.h
dump.c hash-ll: merge with "hash.h" 2024-06-14 10:26:33 -07:00
error.c
generic.c reftable/generic: adapt interface to allow reuse of iterators 2024-05-13 17:04:18 -07:00
generic.h reftable/generic: move seeking of records into the iterator 2024-05-13 17:04:18 -07:00
iter.c reftable/generic: adapt interface to allow reuse of iterators 2024-05-13 17:04:18 -07:00
iter.h
merged.c Merge branch 'ps/ref-storage-migration' 2024-06-17 15:55:55 -07:00
merged.h Merge branch 'ps/ref-storage-migration' 2024-06-17 15:55:55 -07:00
merged_test.c Merge branch 'ps/no-writable-strings' 2024-06-17 15:55:58 -07:00
pq.c
pq.h
pq_test.c
publicbasics.c
reader.c Merge branch 'ps/reftable-reusable-iterator' 2024-05-30 14:15:12 -07:00
reader.h
readwrite_test.c Merge branch 'ps/no-writable-strings' 2024-06-17 15:55:58 -07:00
record.c global: improve const correctness when assigning string constants 2024-06-07 10:30:48 -07:00
record.h
reftable-blocksource.h
reftable-error.h
reftable-generic.h reftable/generic: adapt interface to allow reuse of iterators 2024-05-13 17:04:18 -07:00
reftable-iterator.h reftable/generic: adapt interface to allow reuse of iterators 2024-05-13 17:04:18 -07:00
reftable-malloc.h
reftable-merged.h reftable/merged: adapt interface to allow reuse of iterators 2024-05-13 17:04:19 -07:00
reftable-reader.h Merge branch 'ps/reftable-reusable-iterator' 2024-05-30 14:15:12 -07:00
reftable-record.h hash-ll: merge with "hash.h" 2024-06-14 10:26:33 -07:00
reftable-stack.h Merge branch 'ps/reftable-reusable-iterator' 2024-05-30 14:15:12 -07:00
reftable-tests.h
reftable-writer.h
stack.c Merge branch 'ps/no-writable-strings' 2024-06-17 15:55:58 -07:00
stack.h
stack_test.c Merge branch 'ps/no-writable-strings' 2024-06-17 15:55:58 -07:00
system.h hash-ll: merge with "hash.h" 2024-06-14 10:26:33 -07:00
test_framework.c
test_framework.h
tree.c
tree.h
tree_test.c
writer.c
writer.h