summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2024-06-22Fix folly build (#12795)Andrew Kryczka
2024-06-18Add CompactForTieringCollector to support automatically trigger compaction fo...Yu Zhang
2024-06-07Fixed CMake builds for iOS (#12744)Eduardo Menges Mattje
2024-06-05Fix compile errors on loongarch (#12739)wuruilong
2024-05-28Add LDB command and option for follower instances (#12682)anand76
2024-04-19Basic RocksDB follower implementation (#12540)anand76
2024-04-11MultiCFIterator Refactor - CoalescingIterator & AttributeGroupIterator (#12480)Jay Huh
2024-04-02Add support in SstFileReader to get a raw table iterator (#12385)Yu Zhang
2024-03-21Remove unused MSVC compiler warning supressions (#12205)Radek Hubner
2024-03-12Workaround for an issue with Cmake builds that happens when cross-compiling u...Pavel Ferencz
2024-03-05Introduce MultiCfIterator (#12153)Jay Huh
2024-01-25Fix typo in CMakeList. (#12247)Radek Hubner
2024-01-10Fix gcc12 build failure caused by INT_MIN in NumberToHumanString (#12215)git-hulk
2023-12-21Initial CircleCI -> GitHub Actions migration (#12163)Peter Dillinger
2023-12-18Update CMakeLists.txt (#12140)maztheman
2023-11-09Ensure `target_include_directories()` is called with correct target name (#12...Kasper Isager Dalsgarð
2023-10-27Make OffpeakTimeInfo available in VersionSet (#12018)Jay Huh
2023-09-21Support compressed and local flash secondary cache stacking (#11812)anand76
2023-09-18cmake: check PORTABLE for well-known boolean representations (#11724)Kefu Chai
2023-08-30Wide Column support in ldb (#11754)Jay Huh
2023-07-19Allow rocksdb library to be usable with CMake's `FetchContent` API (#11575)Muhammad
2023-05-22Add utils to use for handling user defined timestamp size record in WAL (#11451)Yu Zhang
2023-05-22fix typo in detecting HAVE_AUXV_GETAUXVAL (#10913)FishAndBird
2023-05-18Support Clip DB to KeyRange (#11379)mayue.fight
2023-05-09Simplify detection of x86 CPU features (#11419)Peter Dillinger
2023-03-18New stat rocksdb.{cf|db}-write-stall-stats exposed in a structural way (#11300)Hui Xiao
2023-03-17HyperClockCache support for SecondaryCache, with refactoring (#11301)Peter Dillinger
2023-03-15Simplify tracking entries already in SecondaryCache (#11299)Peter Dillinger
2023-02-22Refactor AddRangeDels() + consider range tombstone during compaction file cut...Changyu Bi
2023-02-08Improve SmallEnumSet (#11178)Peter Dillinger
2023-01-27Remove RocksDB LITE (#11147)sdong
2023-01-13Revert #10802 Consider range tombstone in compaction output file cutting (#11...Changyu Bi
2023-01-13support loongarch64 for rocksdb (#10036)Wenlong Zhang
2023-01-11Major Cache refactoring, CPU efficiency improvement (#10975)Peter Dillinger
2022-12-30Add ability to have unit tests for ROCKSDB_PLUGINS (#11052)mrambacher
2022-12-15Consider range tombstone in compaction output file cutting (#10802)Changyu Bi
2022-11-21Add a SecondaryCache::InsertSaved() API, use in CacheDumper impl (#10945)Peter Dillinger
2022-11-16Remove prototype FastLRUCache (#10954)Peter Dillinger
2022-11-08Fix use of crc32c 3way on portable builds using MSVC (#10667)Daniel Engel
2022-10-26Rename block_cache_trace_analyzer_tool in CMakeLists (#10814)Qiaolin Yu
2022-10-17Improve / refactor anonymous mmap capabilities (#10810)Peter Dillinger
2022-09-29cmake : Add ALL plugin LIBS to THIRD_PARTYLIBS (#10727)Joel Andres Granados
2022-09-11Build and link libfolly with RocksDB (#10103)anand76
2022-08-29Fix an import issue in fbcode. (#10604)gitbw95
2022-08-25Fix periodic_task unable to re-register the same task type (#10379)Jay Zhuang
2022-08-25Introduce a dedicated class to represent blob values (#10571)Levi Tamasi
2022-08-23Remove unnecessary append to PLUGINS variable in top-level CMakeLists.txt (#1...Mohamed Issa
2022-08-19Add support for wide-column point lookups (#10540)Levi Tamasi
2022-08-03Fix the error path of PLUGIN_ROOT (#10446)Qiaolin Yu
2022-07-27add trace tools flags in CMakeLists (#10404)BilyZ98