zvec/thirdparty/rocksdb
Jalin Wang 1d4ae0b1b5
refactor: support UTF-8 file paths via std::filesystem (#359)
Rewrite file/path handling to use std::filesystem and UTF-8-safe helpers.
Switch Windows file open/create paths to wide-char APIs, replace manual
separator concatenation with PathJoin, and enable RocksDB UTF-8 filenames.

Also add UTF-8 path coverage for file IO, version manager recovery, and
collection open/flush/reopen flows.
2026-05-08 17:44:22 +08:00
..
rocksdb-8.1.1@6a43615041 Initial commit 2025-12-30 11:02:17 +08:00
CMakeLists.txt refactor: support UTF-8 file paths via std::filesystem (#359) 2026-05-08 17:44:22 +08:00
rocksdb.android.patch feat: support android platform cross build (#90) 2026-03-04 16:42:23 +08:00
rocksdb.ios.patch feat: add iOS build support (#321) 2026-04-09 16:14:26 +08:00