summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2017-05-15Fix build error with blob DB.Yi Wu
2017-05-11Add missing files of blob_db to CMake fileYi Wu
2017-05-11Blob storage prAnirban Rahut
2017-04-09FreeBSD only requires WITH_JEMALLOC, not the restWillem Jan Withagen
2017-04-06Refactor compaction picker codeSiying Dong
2017-04-06Move various string utility functions into string_utilSagar Vemuri
2017-04-06Move memtable related files into memtable directoryYi Wu
2017-04-06CMake: more MinGW fixesTamir Duberstein
2017-04-05Move some files under util/ to separate dirsSiying Dong
2017-04-05Divide db/db_impl.ccSiying Dong
2017-04-04Revert "[rocksdb][PR] CMake: more MinGW fixes"Siying Dong
2017-04-04CMake: more MinGW fixesTamir Duberstein
2017-04-04add TimedEnvAndrew Kryczka
2017-04-03Move auto_roll_logger and filename out of db/Siying Dong
2017-04-03CMake: support AVX2 in MinGWTamir Duberstein
2017-03-30Fix build with MinGWOrgad Shaneh
2017-03-29Enable Fast CRC32 for Win64Min Wei
2017-03-03RefactoringMaysam Yabandeh
2017-02-28Divide external_sst_file_testSiying Dong
2017-02-27Separate small subset tests in DBTestSiying Dong
2017-02-23Remove XFunc testsSiying Dong
2017-02-06Windows threadDmitri Smirnov
2017-02-02Rename merger.h -> merging_iterator.hIslam AbdelRahman
2017-01-25Generalize Env registration frameworkAndrew Kryczka
2017-01-24Version librocksdb.soArun Sharma
2017-01-20Fixup a couple of builds errors on Linux.Arun Sharma
2017-01-20cmake: check -momit-leaf-frame-pointer before using itKefu Chai
2016-12-16Iterator should be in corrupted status if merge operator return falseYi Wu
2016-12-01Kill flashcache code in RocksDBIgor Canadi
2016-11-29DeleteRange write path end-to-end testsAndrew Kryczka
2016-11-18cmake: s/STEQUAL/STREQUAL/Kefu Chai
2016-11-16Introduce Lua Extension: RocksLuaCompactionFilterYueh-Hsuan Chiang
2016-11-15CMakeLists.txt: FreeBSD has jemalloc as default mallocWillem Jan Withagen
2016-11-13Optimize sequential insert into memtable - Part 1: InterfaceYi Wu
2016-11-01Introduce FAIL_ON_WARNINGS CMake variable (default ON)Vladislav Vaintroub
2016-10-28cmake: drop "-march=native" from CXX_FLAGS (#1429)Kefu Chai
2016-10-25Makefile: generate util/build_version.cc from .in file (#1384)Kefu Chai
2016-10-20Support IngestExternalFile (remove AddFile restrictions)Islam AbdelRahman
2016-10-18Compaction Support for Range DeletionAndrew Kryczka
2016-10-12[doc] Document that Visual Studio 2015+ is now required for Windows builds (#...Adam Retter
2016-10-10Avoid string CONCAT which is not supported in cmake 2.6 (#1383)Bassam Tabbara
2016-09-28cmake support for linux and osx (#1358)Kefu Chai
2016-09-23Split DBOptions into ImmutableDBOptions and MutableDBOptionsYi Wu
2016-09-07Move AddFile() tests to external_sst_file_test.ccIslam AbdelRahman
2016-09-06Fix build error on Windows (AppVeyor) (#1315)Injun Song
2016-08-26Expose ThreadPool under include/rocksdb/threadpool.hIslam AbdelRahman
2016-08-19LRU cache mid-point insertionYi Wu
2016-08-19Introduce ClockCacheYi Wu
2016-08-10[Proof-Of-Concept] RocksDB Blob Storage with a blob log file.sdong
2016-08-05Add time series database (resubmitted)omegaga