5 Commits

Author SHA1 Message Date
Alexander Kuzmenkov
fc827c154a
Prepare for clang-tidy-18 (#7213)
Mostly the complaints about implicit casts of multi-level pointers. Not
enabling it yet in the CI because there are some complicated warnings
left.

Loader changes are cosmetic.
2024-11-18 13:06:52 +00:00
Mats Kindahl
76e3b27b69 Fix false positive in coverity
Coverity assumes that casting a void pointer to anything else is
tainted, which gives warning when casting the `rd_amcache` field to
anything else. Since this is what the field is used for, we mark the
cast from `void*` to `HypercoreInfo*` as a false positive.
2024-10-29 08:53:11 +01:00
Fabrízio de Royes Mello
aa9bc607ce Use proper INVALID_{HYPERTABLE|CHUNK}_ID macros 2024-10-18 14:25:11 -03:00
Mats Kindahl
e0a7a6f6e1 Hyperstore renamed to hypercore
This changes the names of all symbols, comments, files, and functions
to use "hypercore" rather than "hyperstore".
2024-10-16 13:13:34 +02:00
Mats Kindahl
406901d838 Rename files using "hyperstore" to use "hypercore"
Files and directories using "hyperstore" as part of the name is moved
to the new name using "hypercore".
2024-10-16 13:13:34 +02:00