]> git.ipfire.org Git - thirdparty/git.git/commit
reftable: utility functions
authorHan-Wen Nienhuys <hanwen@google.com>
Thu, 7 Oct 2021 20:25:00 +0000 (20:25 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Oct 2021 17:45:48 +0000 (10:45 -0700)
commitef8a6c62687984f2562463286e60ec1c66242b5c
treed4b9322abac1374099c652e77db52c14bf1a07c3
parent890044708dcc6144aac928f3592cb8fa64ac0580
reftable: utility functions

This commit provides basic utility classes for the reftable library.

Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Helped-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
16 files changed:
Makefile
contrib/buildsystems/CMakeLists.txt
contrib/buildsystems/Generators/Vcxproj.pm
reftable/basics.c [new file with mode: 0644]
reftable/basics.h [new file with mode: 0644]
reftable/basics_test.c [new file with mode: 0644]
reftable/publicbasics.c [new file with mode: 0644]
reftable/reftable-malloc.h [new file with mode: 0644]
reftable/reftable-tests.h [new file with mode: 0644]
reftable/system.h [new file with mode: 0644]
reftable/test_framework.c [new file with mode: 0644]
reftable/test_framework.h [new file with mode: 0644]
t/helper/test-reftable.c [new file with mode: 0644]
t/helper/test-tool.c
t/helper/test-tool.h
t/t0032-reftable-unittest.sh [new file with mode: 0755]