2039 Commits

Author SHA1 Message Date
Marcus Holland-Moritz
df64fa05aa refactor(segmenter_factory): more flexible ctors 2024-07-29 12:31:09 +02:00
Marcus Holland-Moritz
42e7af8cd2 refactor(scanner): clean up ctor 2024-07-29 12:21:32 +02:00
Marcus Holland-Moritz
fc21c5d9d5 refactor(entry): move to internal namespace 2024-07-29 12:05:44 +02:00
Marcus Holland-Moritz
61d77b3295 refactor(progress): hide internals behind new writer_progress class 2024-07-29 11:15:57 +02:00
Marcus Holland-Moritz
a544ce1e46 feat: add getattr_options to support getattr without size computation 2024-07-29 01:23:40 +02:00
Marcus Holland-Moritz
5d94fa9c9c refactor: move wcwidth.c to internal 2024-07-29 00:11:32 +02:00
Marcus Holland-Moritz
2b94aeae88 refactor(chmod_transformer): move to internal namespace 2024-07-29 00:05:27 +02:00
Marcus Holland-Moritz
620a353cdb refactor: move nilsimsa, similarity to internal namespace 2024-07-28 23:57:13 +02:00
Marcus Holland-Moritz
8e0767018d refactor(cyclic_hash): move to internal namespace 2024-07-28 23:50:10 +02:00
Marcus Holland-Moritz
0d9aafb4b2 refactor: move receiver, similarity_ordering to internal namespace 2024-07-28 23:47:18 +02:00
Marcus Holland-Moritz
f1d123b6c6 refactor: move inode{,_ordering,_element_view} to internal namespace 2024-07-28 23:37:41 +02:00
Marcus Holland-Moritz
a39d9f6922 refactor(script): remove unused script API 2024-07-28 23:20:40 +02:00
Marcus Holland-Moritz
8a4c841b80 refactor(chunkable): move to internal namespace 2024-07-28 22:55:38 +02:00
Marcus Holland-Moritz
1995bea40d refactor(fs_section): move to internal namespace 2024-07-28 22:45:29 +02:00
Marcus Holland-Moritz
da511654a0 refactor(scanner_progress): move to internal namespace 2024-07-28 22:23:01 +02:00
Marcus Holland-Moritz
bfa17289b6 refactor: remove dependency on folly::Expected 2024-07-28 19:50:13 +02:00
Marcus Holland-Moritz
29e09d94c7 refactor: statvfs cannot actually fail 2024-07-28 19:50:13 +02:00
Marcus Holland-Moritz
ce16e74646 refactor: add error_code/throwing versions of open 2024-07-28 19:50:13 +02:00
Marcus Holland-Moritz
3ae80f564e refactor: cleanup read/readv APIs 2024-07-28 18:58:08 +02:00
Marcus Holland-Moritz
30c8ac2566 fix: Windows build 2024-07-28 18:58:08 +02:00
Marcus Holland-Moritz
b00a26ad10 refactor: remove readlink version returning int 2024-07-28 18:58:08 +02:00
Marcus Holland-Moritz
62899bbd73 refactor: remove access version returning int 2024-07-28 18:58:08 +02:00
Marcus Holland-Moritz
6a2cc3f860 refactor: remove getattr version returning int 2024-07-28 18:58:08 +02:00
Marcus Holland-Moritz
aa5f37bb99 refactor: drop uid_t / gid_t types everywhere 2024-07-28 15:33:19 +02:00
Marcus Holland-Moritz
404d89908c refactor(history): don't require thrift definitions in public API 2024-07-28 15:19:38 +02:00
Marcus Holland-Moritz
a1e045a2f4 refactor(inode_manager): move to internal namespace 2024-07-28 15:06:54 +02:00
Marcus Holland-Moritz
e7a59133f4 refactor(file_scanner): move to internal namespace 2024-07-28 14:58:45 +02:00
Marcus Holland-Moritz
9ec022fd37 refactor(features): move to internal namespace 2024-07-28 14:48:34 +02:00
Marcus Holland-Moritz
3fb6e34ca3 refactor(string_table): move to internal namespace 2024-07-28 14:44:04 +02:00
Marcus Holland-Moritz
9aec567331 refactor(metadata_freezer): move to internal namespace 2024-07-28 14:35:44 +02:00
Marcus Holland-Moritz
70e9a4e996 chore: add a TODO 2024-07-28 14:26:07 +02:00
Marcus Holland-Moritz
c234d5a6fe refactor(inode_fragments): don't require thrift types 2024-07-28 14:25:52 +02:00
Marcus Holland-Moritz
3f0567b325 build: re-enable clang build on Jammy after switch to range-v3 2024-07-28 13:01:36 +02:00
Marcus Holland-Moritz
9ac60736bf refactor: prefer range-v3 until ranges will become more usable 2024-07-28 12:58:09 +02:00
Marcus Holland-Moritz
9d04a07210 refactor: replace folly::enumerate with ranges::views::enumerate 2024-07-28 12:30:39 +02:00
Marcus Holland-Moritz
c8bfc82140 refactor: internal namespace cleanup 2024-07-28 12:18:29 +02:00
Marcus Holland-Moritz
f700ff5cb3 refactor: factor out pair formatter from file_scanner 2024-07-28 12:18:14 +02:00
Marcus Holland-Moritz
b273e2fd3d refactor(cached_block): move to internal namespace 2024-07-28 11:00:31 +02:00
Marcus Holland-Moritz
7ff742d38d refactor(block_manager): move to internal namespace 2024-07-28 10:53:03 +02:00
Marcus Holland-Moritz
9c12efda18 refactor(block_data): move to internal namespace 2024-07-28 10:47:24 +02:00
Marcus Holland-Moritz
08266788af build: cleanup CMakeLists.txt sorting 2024-07-28 10:37:27 +02:00
Marcus Holland-Moritz
dd5427823e refactor(block_cache): move to internal namespace 2024-07-28 10:33:33 +02:00
Marcus Holland-Moritz
1e6aa111f2 build: need to link dbghelp.lib on Windows 2024-07-28 04:10:11 +02:00
Marcus Holland-Moritz
6b34c771bf chore: update static lib versions 2024-07-28 02:14:49 +02:00
Marcus Holland-Moritz
bfab19eed4 fix(ricepp): don't constexpr-if std::is_constant_evaluated 2024-07-28 01:44:02 +02:00
Marcus Holland-Moritz
bd862d1e2a refactor: provider hardware_concurrency wrapper 2024-07-28 01:44:02 +02:00
Marcus Holland-Moritz
9c8fd29ec2 refactor: provide exception_str wrapper 2024-07-28 01:44:02 +02:00
Marcus Holland-Moritz
f8efbdc4a8 refactor: remove folly/Conv.h from public API 2024-07-28 01:44:02 +02:00
Marcus Holland-Moritz
fbba876c18 chore: add converter benchmark 2024-07-28 01:44:02 +02:00
Marcus Holland-Moritz
0bc220908a fix(compression/lzma): add missing include 2024-07-28 01:44:02 +02:00