cpplocate
cpplocate copied to clipboard
Cross-platform C++ library providing tools for applications to locate themselves, their data assets as well as dependent modules.
I see that there are both Travis and Appveyor CI files, but they seem outdated and aren't passing. Would you be willing to review a PR that reimplemented the CI...
Allow for more setups by detecting a directory structure instead of assuming one.
Provide cross-platform means for getting default locations for common uses such as: * user profile related data (e.g., `C:/Users//AppData/Roaming` in windows) * local application related data (e.g., `C:/Users//AppData/Local` in windows)...
We want to package cpplocate (and others) but we cannot install it using system-dir-install into fakeroot due to auto-recognition of cppassist Solution: add an optional override flag to do that