Commit Graph

79 Commits (d733dd572856677fab530dc930ab45ac29bf861b)

Author SHA1 Message Date
Jonathan Wiepert cf38e56f2f Fix broken appveyor build caused by D53991 9 years ago
Dmitri Smirnov 9656eab005 This partially addresses issue https://github.com/facebook/rocksdb/issues/935 9 years ago
Tomas Kolda e2972803a6 Adding support for Windows JNI build 9 years ago
Islam AbdelRahman d6c838f1e1 Add SstFileManager (component tracking all SST file in DBs and control the deletion rate) 9 years ago
Tomas Kolda 4265f81e87 Remove util/auto_roll_logger.cc (it was moved to different directory) 9 years ago
Tomas Kolda d7f22b6d25 Fixing generated GenerateBuildVersion.vcxproj when one builds on different 9 years ago
Andrew Kryczka 167bd8856d [directory includes cleanup] Finish removing util->db dependencies 9 years ago
Andrew Kryczka 46f9cd46af [directory includes cleanup] Move cross-function test points 9 years ago
Andrew Kryczka eceb5cb1b7 Split db_test.cc (part 1: properties) 9 years ago
Siying Dong 22c0ed8a5f Disable Visual Studio Warning C4351 9 years ago
Nathan Bronson 7d87f02799 support for concurrent adds to memtable 9 years ago
Dmitri Smirnov 3fa68af316 Enable MS compiler warning c4244. 9 years ago
Dmitri Smirnov 236fe21c92 Enable MS compiler warning c4244. 9 years ago
Sage Weil 2074ddd625 env: add EnvMirror 9 years ago
Warren Falk c6fedf2bf8 Add compaction_iterator and delete_scheduler tests to Windows build 9 years ago
yuslepukhin 78de0c9222 Fix up VS 15 build. 9 years ago
Nathan Bronson 78812ec6bf InlineSkipList - part 1/3 9 years ago
Vasili Svirski 41b32c6059 Enable C4267 warning 9 years ago
yuslepukhin 047bd22aae Build on Visual Studio 2015 Update 1 9 years ago
Dmitri Smirnov 89bacb7e7d Enable MS Warning C4804 : unsafe use of type 'bool' in operation 9 years ago
Dmitri Smirnov 8f01f25414 Remove forward_iter_bench from Win build. 9 years ago
Venkatesh Radhakrishnan 7824444bfc Reuse file iterators in tailing iterator when memtable is flushed 9 years ago
yuslepukhin 2ab3e2df2c Fix a build break so tests can run 9 years ago
Yueh-Hsuan Chiang e11f676e34 Add OptionsUtil::LoadOptionsFromFile() API 9 years ago
Yueh-Hsuan Chiang e114f0abb8 Enable RocksDB to persist Options file. 9 years ago
Nathan Bronson b81b430987 Switch to thread-local random for skiplist 9 years ago
Dmitri Smirnov 7c86d50497 Enable C4305 'identifier' : truncation from 'type1' to 'type2' 9 years ago
Dmitri Smirnov 85a2ce9c19 Enable C4702 unreachable code 9 years ago
Dmitri Smirnov 62aa1b1b78 Enable C4200 warning 9 years ago
Dmitri Smirnov 20f57b1715 Enable Windows warnings C4307 C4309 C4512 C4701 9 years ago
Yueh-Hsuan Chiang 183cadfc87 Add OptionsSanityCheckLevel 9 years ago
Yueh-Hsuan Chiang 7d7ee2b654 Add Memory Insight support to utilities 9 years ago
Dmitri Smirnov a0163c0682 Do not disable compiler warnings: 9 years ago
Dmitri Smirnov eaaf081d16 Do not suppress C4018 'expression' : signed/unsigned mismatch 9 years ago
Igor Canadi 4b66d95344 Write stress test 9 years ago
Dmitri Smirnov e154ee0863 Do not build test only code and unit tests in Release builds 9 years ago
Vasili Svirski cd3286faea Error while cmake by building from zip-archive 9 years ago
Alexey Maykov e1a09a7703 Implementation for GetPropertiesOfTablesInRange 9 years ago
Venkatesh Radhakrishnan a98fbacfa0 Moving memtable related files from util to a new directory memtable 9 years ago
Venkatesh Radhakrishnan 63e507c59c Move ldb and sst_dump from utils to tools. 9 years ago
Vasili Svirski 9f7413502c Error while cmake by building from zip-archive 9 years ago
Venkatesh Radhakrishnan e587dbe03a Move manual_compaction_test.cc from util to db 9 years ago
Venkatesh Radhakrishnan f1fdf5205b Clean up dependency: Move db_test_util.* to db directory 9 years ago
Dmitri Smirnov 25c58a2040 Add shared_linked DEBUG flag, remove port from among the include directories. 9 years ago
Dmitri Smirnov 9320ffd67a Improve CI build and fix Windows build breakage 9 years ago
Yueh-Hsuan Chiang 74b100ac17 RocksDB Options file format and its serialization / deserialization. 9 years ago
Dmitri Smirnov 2e7506d82c Improve CI build and build switches 9 years ago
Assaf Sela 4805fa0eae Remove ldb HexToString method's usage of sscanf 9 years ago
Andres Noetzli 8aa1f15197 Refactored common code of Builder/CompactionJob out into a CompactionIterator 9 years ago
agiardullo 5e94f68f35 TransactionDB Custom Locking API 9 years ago