Skip to content
  1. Sep 03, 2023
  2. Apr 13, 2023
    • Matt Turner's avatar
      meson: Use install_symlink · 1659bb3a
      Matt Turner authored
      New in v0.61.0, the install_symlink function lets us install symlinks
      directly from Meson, allowing us to remove the meson_vapi_link.py
      script.
      1659bb3a
  3. Jan 11, 2023
    • Christian Hergert's avatar
      diff: fix user_data parameter type · d97e73f4
      Christian Hergert authored
      This is technically an API break, but it in practice shouldn't actually
      break anything (and does not break ABI).
      
      Anyone using it previously is likely to have casted to (gpointer) anyway
      because this was incorrectly doing void** instead of void*.
      d97e73f4
  4. Oct 10, 2022
  5. Aug 11, 2022
  6. Jul 16, 2022
  7. Mar 30, 2022
    • David Hewitt's avatar
      ggit_diff_foreach: Prevent assertions with null callbacks · da13787b
      David Hewitt authored
      These callbacks are marked as `allow-none`, so `NULL` should be allowed for them. But the method does nothing if we don't supply any callbacks, so presumably that's what this assert was intended for. However, it currently fails if ANY of the callbacks are `NULL`, we only want it to fail if ALL of the callbacks are `NULL`.
      da13787b
  8. Mar 14, 2022
  9. Feb 13, 2022
    • Iñigo Martínez's avatar
      meson: Fix vala symlink script · 2d96066c
      Iñigo Martínez authored and Alberto Fanjul's avatar Alberto Fanjul committed
      An external script is used to create symlinks for backward
      compatibility on meson files.
      
      When the files already exist, the script raises an exception. Since
      the files already exists no new links are created.
      2d96066c
  10. Feb 04, 2022
  11. Jan 22, 2022
  12. Dec 23, 2021
  13. Dec 22, 2021
  14. Aug 29, 2021
  15. May 21, 2021
  16. May 17, 2021
  17. Jun 27, 2020
  18. Mar 02, 2020