git/t/unit-tests
Junio C Hamano 7b03646f85 Merge branch 'js/comma-semicolon-confusion'
Code clean-up.

* js/comma-semicolon-confusion:
  detect-compiler: detect clang even if it found CUDA
  clang: warn when the comma operator is used
  compat/regex: explicitly mark intentional use of the comma operator
  wildmatch: avoid using of the comma operator
  diff-delta: avoid using the comma operator
  xdiff: avoid using the comma operator unnecessarily
  clar: avoid using the comma operator unnecessarily
  kwset: avoid using the comma operator unnecessarily
  rebase: avoid using the comma operator unnecessarily
  remote-curl: avoid using the comma operator unnecessarily
2025-04-15 13:50:17 -07:00
..
clar clar: avoid using the comma operator unnecessarily 2025-03-28 17:38:09 -07:00
.gitignore Makefile: wire up the clar unit testing framework 2024-09-04 08:41:37 -07:00
generate-clar-decls.sh t/unit-tests: handle dashes in test suite filenames 2025-01-17 14:35:11 -08:00
generate-clar-suites.sh t/unit-tests: convert "clar-generate.awk" into a shell script 2024-11-18 09:59:25 +09:00
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 Merge branch 'ps/build-sign-compare' 2024-12-23 09:32:11 -08:00
lib-reftable.h reftable/system: stop depending on "hash.h" 2024-11-19 12:23:10 +09:00
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/system: provide thin wrapper for lockfile subsystem 2024-11-19 12:23:11 +09:00
t-reftable-merged.c t-reftable-merged: handle realloc errors 2024-12-28 08:00:45 -08:00
t-reftable-pq.c reftable/record: don't `BUG()` in `reftable_record_cmp()` 2025-02-18 10:55:36 -08:00
t-reftable-reader.c reftable/system: stop depending on "hash.h" 2024-11-19 12:23:10 +09:00
t-reftable-readwrite.c Merge branch 'ps/reftable-sign-compare' 2025-01-28 13:02:24 -08:00
t-reftable-record.c reftable/record: don't `BUG()` in `reftable_record_cmp()` 2025-02-18 10:55:36 -08:00
t-reftable-stack.c reftable: prevent 'update_index' changes after adding records 2025-01-22 09:51:36 -08:00
t-trailer.c global: mark code units that generate warnings with `-Wsign-compare` 2024-12-06 20:20:02 +09:00
t-urlmatch-normalization.c t: migrate t0110-urlmatch-normalization to the new framework 2024-08-20 10:08:28 -07:00
test-lib.c global: mark code units that generate warnings with `-Wsign-compare` 2024-12-06 20:20:02 +09:00
test-lib.h Merge branch 'rs/unit-tests-test-run' 2024-08-19 11:07:36 -07:00
u-ctype.c t/unit-tests: rename clar-based unit tests to have a common prefix 2024-12-13 06:48:46 -08:00
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 global: adapt callers to use generic hash context helpers 2025-01-31 10:06:11 -08:00
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 t/unit-tests: convert mem-pool test to use clar test framework 2025-01-17 14:35:11 -08:00
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 t/unit-tests: adapt priority queue test to use clar test framework 2025-01-17 14:35:12 -08:00
u-reftable-tree.c t/unit-tests: convert reftable tree test to use clar test framework 2025-01-17 14:35:12 -08:00
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 Merge branch 'ps/ci-meson' 2024-12-23 09:32:25 -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 t/unit-tests: convert ctype tests to use clar 2024-09-04 08:41:37 -07:00