Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 459 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 459 Bytes

bvestl-fs

A port of wjakob's filesystem/path.h to EASTL, including complete support for custom allocators. Added various functionality to round out the capibilities of the library. API can be found in include/path.hpp.

Installation/Building

Uses vcpkg as primary package manager, though is usable without. Requires:

  • doctest
  • eastl
  • eastl-polyalloc (vcpkg port found in external/vcpkg/ports/)
  • fmt