summaryrefslogtreecommitdiffstats
path: root/cmake/modules/BuildRocksDB.cmake (follow)
Commit message (Expand)AuthorAgeFilesLines
* cmake/modules/BuildRocksDB.cmake: inherit CMAKE_C_COMPILER from parentKefu Chai2024-03-021-0/+1
* cmake/modules/BuildRocksDB.cmake: inherit parent's CMAKE_CXX_FLAGSKefu Chai2023-12-151-0/+1
* cmake/modules/BuildRocksDB.cmake: use string(APPEND ..) when appropriateKefu Chai2023-12-151-2/+2
* cmake/rocksdb: make sure dependencies build before rocksdbCasey Bodley2023-11-231-0/+3
* cmake: populate liburing include and library paths down to rocksdb external p...Patrick Donnelly2023-10-171-0/+7
* cmake: do not specify CMAKE_GENERATOR for external projectsKefu Chai2021-03-091-1/+0
* cmake: use "" for no-op INSTALL_COMMANDKefu Chai2021-03-091-1/+1
* cmake: don't pass ccache argument to RocksDB buildSheng Mao2021-02-101-3/+0
* cmake: stop rebuilding rocksdb everytimeKefu Chai2020-12-101-1/+0
* cmake: fix lz4 params when building rocksdbLucian Petrut2020-07-271-3/+3
* cmake: [win32] Fix rocksdb cross compilingLucian Petrut2020-02-191-1/+14
* cmake: support parallel build for rocksdbDeepika Upadhyay2019-11-251-1/+8
* cmake/modules/BuildRocksDB.cmake: use BUILD_ALWAYSKefu Chai2019-07-111-6/+1
* cmake: silence GCC-9 warnings from rocksdbKefu Chai2019-06-131-1/+13
* cmake: set ccache for rocksdbKefu Chai2019-06-131-4/+2
* cmake: use BUILD_BYPRODUCTS to fix build w/ ninjaKefu Chai2019-05-271-1/+2
* cmake: do not assume ${CMAKE_GENERATOR} == makeKefu Chai2019-03-211-1/+2
* cmake: refactor RocksDB related scriptKefu Chai2018-08-061-32/+48
* cmake: link against libsnappy.a if WITH_STATIC_LIBSTDCXXKefu Chai2018-07-281-0/+5
* cmake: disable -Werror-stringop-truncation for rocksdbKefu Chai2018-06-181-1/+4
* build/cmake: enable RTTI for both debug and release RocksDB builds.Igor Fedotov2018-05-281-0/+1
* cmake/modules/BuildRocksDB.cmake: enable compressions for rocksdbKefu Chai2018-05-231-0/+3
* cmake: do not check for aligned_alloc() anymoreKefu Chai2018-05-171-42/+0
* cmake: disable gflags support in rocksdbKefu Chai2018-04-201-1/+2
* cmake: disable FAIL_ON_WARNINGS for rocksdbKefu Chai2017-12-111-4/+1
* cmake: should check the availability of aligned_alloc() by running the testKefu Chai2017-10-311-3/+3
* cmake: check for aligned_alloc()Kefu Chai2017-10-271-5/+34
* cmake: update the error message for gperftools bugKefu Chai2017-09-221-2/+4
* cmake: error out if rocksdb is incompatible w/ tcmallocKefu Chai2017-09-201-0/+11
* cmake: detect rocksdb's versionKefu Chai2017-09-191-0/+9
* cmake: extract BuildRocksDB into BuildRocksDB.cmakeKefu Chai2017-09-191-0/+48