Files
Bruno Postle 365be8fb52 Support RocksDB shared library and new unique_ptr DB::Open API
Some distributions (e.g. Fedora) ship only a shared RocksDB that exports
RocksDB::rocksdb-shared rather than RocksDB::rocksdb. The CMake target
selection now falls back to the shared target when the static one is absent.

Newer RocksDB also changed DB::Open and DB::OpenForReadOnly to take
std::unique_ptr<DB>* instead of DB**. IfcFile.cpp uses SFINAE tag dispatch
to build against both old and new APIs without version detection.
2026-06-05 14:22:07 +02:00
..
2025-12-22 18:44:42 +05:00
2025-12-22 18:44:42 +05:00
2025-12-22 18:44:42 +05:00
2025-12-22 18:44:42 +05:00
2025-12-22 18:44:42 +05:00
2025-12-22 18:44:42 +05:00