File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,76 +22,42 @@ pub fn build(b: *std.Build) void {
2222 .root = upstream .path ("." ),
2323 .files = &[_ ][]const u8 {
2424 "db/builder.cc" ,
25- "db/builder.h" ,
2625 "db/c.cc" ,
2726 "db/db_impl.cc" ,
28- "db/db_impl.h" ,
2927 "db/db_iter.cc" ,
30- "db/db_iter.h" ,
3128 "db/dbformat.cc" ,
32- "db/dbformat.h" ,
3329 "db/dumpfile.cc" ,
3430 "db/filename.cc" ,
35- "db/filename.h" ,
36- "db/log_format.h" ,
3731 "db/log_reader.cc" ,
38- "db/log_reader.h" ,
3932 "db/log_writer.cc" ,
40- "db/log_writer.h" ,
4133 "db/memtable.cc" ,
42- "db/memtable.h" ,
4334 "db/repair.cc" ,
44- "db/skiplist.h" ,
45- "db/snapshot.h" ,
4635 "db/table_cache.cc" ,
47- "db/table_cache.h" ,
4836 "db/version_edit.cc" ,
49- "db/version_edit.h" ,
5037 "db/version_set.cc" ,
51- "db/version_set.h" ,
52- "db/write_batch_internal.h" ,
5338 "db/write_batch.cc" ,
54- "port/port_stdcxx.h" ,
55- "port/port.h" ,
56- "port/thread_annotations.h" ,
5739 "table/block_builder.cc" ,
58- "table/block_builder.h" ,
5940 "table/block.cc" ,
60- "table/block.h" ,
6141 "table/filter_block.cc" ,
62- "table/filter_block.h" ,
6342 "table/format.cc" ,
64- "table/format.h" ,
65- "table/iterator_wrapper.h" ,
6643 "table/iterator.cc" ,
6744 "table/merger.cc" ,
68- "table/merger.h" ,
6945 "table/table_builder.cc" ,
7046 "table/table.cc" ,
7147 "table/two_level_iterator.cc" ,
72- "table/two_level_iterator.h" ,
7348 "util/arena.cc" ,
74- "util/arena.h" ,
7549 "util/bloom.cc" ,
7650 "util/cache.cc" ,
7751 "util/coding.cc" ,
78- "util/coding.h" ,
7952 "util/comparator.cc" ,
8053 "util/crc32c.cc" ,
81- "util/crc32c.h" ,
8254 "util/env.cc" ,
8355 "util/filter_policy.cc" ,
8456 "util/hash.cc" ,
85- "util/hash.h" ,
8657 "util/logging.cc" ,
87- "util/logging.h" ,
88- "util/mutexlock.h" ,
89- "util/no_destructor.h" ,
9058 "util/options.cc" ,
91- "util/random.h" ,
9259 "util/status.cc" ,
9360 "helpers/memenv/memenv.cc" ,
94- "helpers/memenv/memenv.h" ,
9561 },
9662 .flags = &[_ ][]const u8 {
9763 "-std=c++17" ,
@@ -124,7 +90,6 @@ pub fn build(b: *std.Build) void {
12490 .root = upstream .path ("." ),
12591 .files = &[_ ][]const u8 {
12692 "util/env_windows.cc" ,
127- "util/windows_logger.h" ,
12893 },
12994 .flags = &[_ ][]const u8 {
13095 "-std=c++17" ,
You can’t perform that action at this time.
0 commit comments