summaryrefslogtreecommitdiff
path: root/src/util/git2_util.h
Commit message (Collapse)AuthorAgeFilesLines
* meta: generated `features.h` is now `git2_features.h`Edward Thomson2022-06-201-2/+2
| | | | | Linux has a /usr/include/features.h, which gets confusing; update this to `git2_features.h` and move it into the `util` directory.
* refactor: make util an object libraryEdward Thomson2022-02-221-0/+168
Instead of simply including the utility files directly, make them a cmake object library for easy reusability between other projects within libgit2. Now the top-level `src` is responsible for platform selection, while the next-level `libgit2` and `util` configurations are responsible for identifying what objects they include.