aboutsummaryrefslogtreecommitdiff
path: root/reftable/record_test.c
AgeCommit message (Expand)Author
2024-07-02t: move reftable/record_test.c to the unit testing frameworkChandra Pratap
2024-05-30t: move tests from reftable/record_test.c to the new unit testChandra Pratap
2024-03-05reftable/record: use scratch buffer when decoding recordsPatrick Steinhardt
2024-03-05reftable/record: convert old and new object IDs to arraysPatrick Steinhardt
2024-03-04reftable/record: decode keys in placePatrick Steinhardt
2024-02-06reftable/record: improve semantics when initializing recordsPatrick Steinhardt
2024-02-06reftable: introduce macros to allocate arraysPatrick Steinhardt
2024-01-03reftable/record: store "val2" hashes as static arraysPatrick Steinhardt
2024-01-03reftable/record: store "val1" hashes as static arraysPatrick Steinhardt
2022-03-28reftable: make assignments portable to AIX xlc v12.01Ævar Arnfjörð Bjarmason
2022-01-20reftable: add print functions to the record typesHan-Wen Nienhuys
2022-01-20reftable: make reftable_record a tagged unionHan-Wen Nienhuys
2022-01-20reftable: implement record equality genericallyHan-Wen Nienhuys
2021-10-08reftable: (de)serialization for the polymorphic record type.Han-Wen Nienhuys