index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
unit-tests
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-16
t/unit-tests: introduce reftable library
Patrick Steinhardt
5
-179
/
+176
2024-09-12
Merge branch 'gt/unit-test-oid-array'
Junio C Hamano
3
-1
/
+135
2024-09-09
Merge branch 'cp/unit-test-reftable-stack' into ps/reftable-exclude
Junio C Hamano
1
-0
/
+1324
2024-09-09
t-reftable-stack: add test for stack iterators
Chandra Pratap
1
-0
/
+83
2024-09-09
t-reftable-stack: add test for non-default compaction factor
Chandra Pratap
1
-4
/
+37
2024-09-09
t-reftable-stack: use reftable_ref_record_equal() to compare ref records
Chandra Pratap
1
-2
/
+2
2024-09-08
t-reftable-stack: use Git's tempfile API instead of mkstemp()
Chandra Pratap
1
-1
/
+3
2024-09-08
t: harmonize t-reftable-stack.c with coding guidelines
Chandra Pratap
1
-57
/
+53
2024-09-08
t: move reftable/stack_test.c to the unit testing framework
Chandra Pratap
1
-0
/
+1210
2024-09-06
Merge branch 'jk/unused-parameters'
Junio C Hamano
1
-1
/
+1
2024-09-04
t/unit-tests: convert ctype tests to use clar
Patrick Steinhardt
2
-10
/
+68
2024-09-04
t/unit-tests: convert strvec tests to use clar
Patrick Steinhardt
2
-211
/
+241
2024-09-04
t/unit-tests: implement test driver
Patrick Steinhardt
1
-2
/
+43
2024-09-04
Makefile: wire up the clar unit testing framework
Patrick Steinhardt
4
-0
/
+61
2024-09-04
clar: stop including `shellapi.h` unnecessarily
Johannes Schindelin
1
-1
/
+1
2024-09-04
clar(win32): avoid compile error due to unused `fs_copy()`
Johannes Schindelin
1
-0
/
+2
2024-09-04
clar: avoid compile error with mingw-w64
Johannes Schindelin
1
-1
/
+1
2024-09-04
t/clar: fix compatibility with NonStop
Patrick Steinhardt
1
-0
/
+6
2024-09-04
t: import the clar unit testing framework
Patrick Steinhardt
18
-0
/
+2938
2024-09-03
Merge branch 'ps/reftable-concurrent-compaction'
Junio C Hamano
3
-51
/
+54
2024-09-01
t: port helper/test-oid-array.c to unit-tests/t-oid-array.c
Ghanshyam Thakkar
3
-1
/
+135
2024-08-29
Merge branch 'cp/unit-test-reftable-block'
Junio C Hamano
1
-0
/
+370
2024-08-29
Merge branch 'ps/reftable-drop-generic'
Junio C Hamano
1
-13
/
+4
2024-08-28
Merge branch 'gt/unit-test-urlmatch-normalization'
Junio C Hamano
1
-0
/
+271
2024-08-28
t-reftable-block: mark unused argv/argc
Jeff King
1
-1
/
+1
2024-08-28
t-reftable-readwrite: mark unused parameter in callback function
Jeff King
1
-1
/
+1
2024-08-26
Merge branch 'jk/mark-unused-parameters'
Junio C Hamano
15
-17
/
+17
2024-08-23
Merge branch 'cp/unit-test-reftable-readwrite'
Junio C Hamano
1
-0
/
+974
2024-08-23
reftable/reader: introduce refcounting
Patrick Steinhardt
1
-2
/
+2
2024-08-23
reftable/reader: rename `reftable_new_reader()`
Patrick Steinhardt
1
-3
/
+3
2024-08-22
reftable/generic: drop interface
Patrick Steinhardt
1
-1
/
+0
2024-08-22
reftable/merged: stop using generic tables in the merged table
Patrick Steinhardt
1
-12
/
+4
2024-08-22
reftable/merged: rename `reftable_new_merged_table()`
Patrick Steinhardt
1
-4
/
+4
2024-08-21
t-reftable-block: add tests for index blocks
Chandra Pratap
1
-0
/
+88
2024-08-21
t-reftable-block: add tests for obj blocks
Chandra Pratap
1
-0
/
+82
2024-08-21
t-reftable-block: add tests for log blocks
Chandra Pratap
1
-2
/
+91
2024-08-21
t-reftable-block: remove unnecessary variable 'j'
Chandra Pratap
1
-4
/
+2
2024-08-21
t-reftable-block: use xstrfmt() instead of xstrdup()
Chandra Pratap
1
-4
/
+1
2024-08-21
t-reftable-block: use block_iter_reset() instead of block_iter_close()
Chandra Pratap
1
-6
/
+2
2024-08-21
t-reftable-block: use reftable_record_key() instead of strbuf_addstr()
Chandra Pratap
1
-2
/
+1
2024-08-21
t-reftable-block: use reftable_record_equal() instead of check_str()
Chandra Pratap
1
-9
/
+9
2024-08-21
t-reftable-block: release used block reader
Chandra Pratap
1
-0
/
+1
2024-08-21
t: harmonize t-reftable-block.c with coding guidelines
Chandra Pratap
1
-26
/
+26
2024-08-21
t: move reftable/block_test.c to the unit testing framework
Chandra Pratap
1
-0
/
+120
2024-08-20
t: migrate t0110-urlmatch-normalization to the new framework
Ghanshyam Thakkar
1
-0
/
+271
2024-08-20
t-hashmap: stop calling setup() for t_intern() test
Jeff King
1
-3
/
+2
2024-08-19
Merge branch 'rs/unit-tests-test-run'
Junio C Hamano
5
-356
/
+348
2024-08-17
t-hashmap: mark unused parameters in callback function
Jeff King
1
-1
/
+2
2024-08-17
reftable: mark unused parameters in virtual functions
Jeff King
1
-1
/
+1
2024-08-17
unit-tests: ignore unused argc/argv
Jeff King
13
-13
/
+13
[prev]
[next]