1. 10 Feb, 2023 1 commit
  2. 24 Jan, 2023 2 commits
  3. 04 Apr, 2022 1 commit
  4. 23 Mar, 2022 10 commits
  5. 23 Feb, 2022 1 commit
    • refactor: make util an object library · c3b7ace9
      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.
      Edward Thomson committed