https://github.com/danengelbrecht/trove
File system layer
https://github.com/danengelbrecht/trove
Last synced: 3 months ago
JSON representation
File system layer
- Host: GitHub
- URL: https://github.com/danengelbrecht/trove
- Owner: DanEngelbrecht
- License: mit
- Created: 2019-07-05T12:57:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-06T11:16:03.000Z (over 6 years ago)
- Last Synced: 2025-12-26T01:27:55.667Z (7 months ago)
- Language: C++
- Size: 42 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
|Branch | OSX / Linux / Windows |
|------------|-----------------------|
|master | [](https://travis-ci.org/DanEngelbrecht/trove?branch=master) |
# trove
Cross platform file system layer - very basic for testing purposes only
# tests
To build builds, call `build/d_clang.sh` for debug and `build/r_clang.sh` for release on OSX/Linux, `build\d_cl.bat` for debug and `build\r_cl.bat` for release on Windows.
Run test with `output/test_debug` for debug and `output/test` for release on OSX/Linux, `output\test_debug.exe` for debug and `output\test.exe` for release on Windows.