summaryrefslogtreecommitdiff
path: root/src/util/regexp.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix memory leakSven Strickroth2022-08-141-3/+3
| | | | Signed-off-by: Sven Strickroth <email@cs-ware.de>
* refactor: make util an object libraryEdward Thomson2022-02-221-0/+221
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.