kc3-lang/libgit2/src/util/pool.c

Branch :


Log

Author Commit Date CI Message
e78eec28 2024-09-30 21:17:57 vector: free is now dispose In keeping with the libgit2 pattern, we _dispose_ a structure that is not heap allocated, and _free_ a structure's contents _and the structure itself_.
c3b7ace9 2021-11-14 16:43:53 refactor: make util an object library 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.