summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2021-04-22Add check to cmake to see if we need to link against -latomic (#8183)mrambacher
2021-04-13Disable IOStatsContext/PerfContext if no thread local (#8117)Yanqin Jin
2021-04-06Make backups openable as read-only DBs (#8142)Peter Dillinger
2021-03-23Move compacted_db_impl.[c|h] to db/db_impl (#8082)Yanqin Jin
2021-03-15Move a test file to a better location (#8054)Yanqin Jin
2021-03-09make:Fix c header prototypes (#7994)Ed rodriguez
2021-03-09Refactor: add LineFileReader and Status::MustCheck (#8026)Peter Dillinger
2021-03-09Add $(ARTIFACT_SUFFIX} to benchmark tools built with cmake (#8016)xinyuliu
2021-02-26Refine Ribbon configuration, improve testing, add Homogeneous (#7879)Peter Dillinger
2021-02-25Compaction filter support for (new) BlobDB (#7974)Yanqin Jin
2021-02-23Always expose WITH_GFLAGS option to user (#7990)sherriiiliu
2021-02-22Extend VerifyFileChecksums API for blob files (#7979)Akanksha Mahajan
2021-02-10Build a full RocksDB on M1 macs (#7943)Xavier Deguillard
2021-02-01Fix build_version.cc generation error if GIT not found (#7916)mrambacher
2021-01-29Integrity protection for live updates to WriteBatch (#7748)Andrew Kryczka
2021-01-28Make builds reproducible (#7866)mrambacher
2021-01-25Add a SystemClock class to capture the time functions of an Env (#7858)mrambacher
2021-01-21Add artifact suffix to shared library (#7755)Seeker
2021-01-20Fix CMakeLists.txt for Apple Silicon (#7883)Seeker
2020-12-22Range Locking: Implementation of range locking (#7506)Sergei Petrunia
2020-12-21Fix block_cache_test failure (#7783)Jay Zhuang
2020-12-09LockTree library, originally from PerconaFT (#7753)Sergei Petrunia
2020-11-11Create a Customizable class to load classes and configurations (#6590)mrambacher
2020-10-25Ribbon: initial (general) algorithms and basic unit test (#7491)Peter Dillinger
2020-10-19Abstract out LockManager interface (#7532)Cheng Chang
2020-10-15Introduce BlobFileCache and add support for blob files to Get() (#7540)Levi Tamasi
2020-10-07Clean up BlobLogReader and rename it to BlobLogSequentialReader (#7517)Levi Tamasi
2020-10-07Introduce a blob file reader class (#7461)Levi Tamasi
2020-10-01Periodically flush info log out of application buffer (#7488)Andrew Kryczka
2020-10-01Introduce options.check_flush_compaction_key_order (#7467)sdong
2020-09-25Add ASSERT_STATUS_CHECKED flag support (#7332)Jay Zhuang
2020-09-23Add IO Tracer Parser (#7333)Akanksha Mahajan
2020-09-23Fix/minimize mock_time_env.h dependencies (#7426)Peter Dillinger
2020-09-14Bring the Configurable options together (#5753)mrambacher
2020-09-09tests need linked with third_party libs (#7351)Jay Zhuang
2020-09-03Add options for forcing AVX and AVX2 instructions (#7334)Daniel Smith
2020-08-27Add buffer prefetch support for non directIO usecase (#7312)Jay Zhuang
2020-08-27Add a blob file builder class that can be used in background jobs (#7306)Levi Tamasi
2020-08-17db_bench should be linked with thirdparty libs (#7264)Jay Zhuang
2020-08-14Introduce a global StatsDumpScheduler for stats dumping (#7223)Jay Zhuang
2020-08-12Store FileSystemPtr object that contains FileSystem ptr (#7180)Akanksha Mahajan
2020-08-10Fix cmake build on MacOS (#7205)Yuhong Guo
2020-08-06Replace tracked_keys with a new LockTracker interface in TransactionDB (#7013)Cheng Chang
2020-08-05Define WAL related classes to be used in VersionEdit and VersionSet (#7164)Cheng Chang
2020-08-04Add support to start and end IOTracing through DB APIs (#7203)Akanksha Mahajan
2020-07-24SST Partitioner interface that allows to split SST files (#6957)Tomas Kolda
2020-07-09More Makefile Cleanup (#7097)mrambacher
2020-07-08fix compile error (#7040)球状闪电
2020-06-25freebsd: malloc_usable_size check malloc_np.h (#7009)Daniel Black
2020-06-25gflags: freebsd include path + links (#7011)Daniel Black