summaryrefslogtreecommitdiff
path: root/test/utils/large_objects/large_object_utils.cpp
AgeCommit message (Collapse)Author
2024-12-19Fix cause of minor warningsOliver Reiche
2024-11-14tests: Implement IWYU suggestionsMaksim Denisov
2024-10-25Test deep rehashing of Git trees to bazel DirectoriesMaksim Denisov
Co-authored-by: Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com>
2024-10-07Enable readability-* checks.Maksim Denisov
2024-08-07Replace classic C boolean operators with keywordsMaksim Denisov
! => not; && => and, || => or
2024-05-02Small changes to allow gsl-lite supportPaul Cristian Sarbu
The gsl-lite implementation is slightly more picky in terms of type conversions and constness resolution in initializers, therefore small changes were needed.
2024-04-08Use properly included standard library types by defaultPaul Cristian Sarbu
2024-04-02LargeObjectUtils: Randomize large files and directories for testing purposesMaksim Denisov