zvec/src
Jalin Wang 09f93c5869
fix: skip drive root in Windows MakePath (#337)
CreateDirectoryA("C:", nullptr) returns ERROR_ACCESS_DENIED on Windows
(not ERROR_ALREADY_EXISTS), causing MakePath to fail immediately for any
path on the C: drive. Skip the CreateDirectoryA call when the intermediate
path is a bare drive root (e.g. "C:").
2026-04-14 19:01:37 +08:00
..
ailego fix: skip drive root in Windows MakePath (#337) 2026-04-14 19:01:37 +08:00
binding fix: refact c struct name (#302) 2026-04-02 14:54:03 +08:00
core feat: windows support (#216) 2026-03-30 20:47:34 +08:00
db chore: clang format collection.cc (#319) 2026-04-07 14:10:33 +08:00
include/zvec fix: refact c struct name (#302) 2026-04-02 14:54:03 +08:00
turbo feat: windows support (#216) 2026-03-30 20:47:34 +08:00
CMakeLists.txt feat: add c language support (#167) 2026-03-31 18:00:08 +08:00