summaryrefslogtreecommitdiff
path: root/src/libgit2
Commit message (Collapse)AuthorAgeFilesLines
* cmake: rename git2internal target to libgit2Edward Thomson2022-02-221-183/+34
| | | | | The `git2internal` target is actually the git library; call it such so that IDE users have visibility into it.
* cmake: remove unnecessary xcode hackEdward Thomson2022-02-221-7/+0
|
* cmake: document CMakeLists.txt hierarchyEdward Thomson2022-02-221-0/+3
|
* refactor: make util an object libraryEdward Thomson2022-02-22120-25130/+102
| | | | | | | | | | 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.
* refactor: `src` is now `src/libgit2`Edward Thomson2022-02-22360-0/+130291