You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mrambacher
13ae16c315
Cleanup includes in dbformat.h ( #8930 )
...
Summary:
This header file was including everything and the kitchen sink when it did not need to. This resulted in many places including this header when they needed other pieces instead.
Cleaned up this header to only include what was needed and fixed up the remaining code to include what was now missing.
Hopefully, this sort of code hygiene cleanup will speed up the builds...
Pull Request resolved: https://github.com/facebook/rocksdb/pull/8930
Reviewed By: pdillinger
Differential Revision: D31142788
Pulled By: mrambacher
fbshipit-source-id: 6b45de3f300750c79f751f6227dece9cfd44085d
3 years ago
..
cf_options.cc
Cleanup includes in dbformat.h ( #8930 )
3 years ago
cf_options.h
Added static methods for simple types to OptionTypeInfo ( #8249 )
4 years ago
configurable.cc
Make Configurable/Customizable options copyable ( #8704 )
3 years ago
configurable_helper.h
Fix some minor issues in the Customizable infrastructure ( #8566 )
3 years ago
configurable_test.cc
Make Configurable/Customizable options copyable ( #8704 )
3 years ago
configurable_test.h
Move RegisterOptions into the Configurable API ( #8223 )
4 years ago
customizable.cc
Add support to the ObjectRegistry for ManagedObjects ( #8658 )
3 years ago
customizable_test.cc
Make WalFilter, SstPartitionerFactory, FileChecksumGenFactory, and TableProperties Customizable ( #8638 )
3 years ago
db_options.cc
Make WalFilter, SstPartitionerFactory, FileChecksumGenFactory, and TableProperties Customizable ( #8638 )
3 years ago
db_options.h
Memtable sampling for mempurge heuristic. ( #8628 )
3 years ago
options.cc
Cleanup includes in dbformat.h ( #8930 )
3 years ago
options_helper.cc
Make SliceTransform into a Customizable class ( #8641 )
3 years ago
options_helper.h
Make SliceTransform into a Customizable class ( #8641 )
3 years ago
options_parser.cc
Refactor: add LineFileReader and Status::MustCheck ( #8026 )
4 years ago
options_parser.h
Bring the Configurable options together ( #5753 )
4 years ago
options_settable_test.cc
Replace most typedef with using= ( #8751 )
3 years ago
options_test.cc
Make WalFilter, SstPartitionerFactory, FileChecksumGenFactory, and TableProperties Customizable ( #8638 )
3 years ago