Skip to content
Snippets Groups Projects
  1. Apr 02, 2025
  2. Mar 24, 2025
  3. Mar 23, 2025
  4. Mar 20, 2025
  5. Mar 18, 2025
  6. Mar 06, 2025
  7. Feb 26, 2025
  8. Feb 17, 2025
  9. Feb 11, 2025
  10. Feb 06, 2025
  11. Feb 05, 2025
  12. Feb 03, 2025
  13. Feb 02, 2025
  14. Jan 27, 2025
  15. Jan 26, 2025
  16. Jan 20, 2025
  17. Jan 16, 2025
  18. Jan 07, 2025
  19. Jan 02, 2025
  20. Dec 25, 2024
  21. Dec 15, 2024
  22. Nov 01, 2024
  23. Oct 21, 2024
  24. Oct 18, 2024
    • Brian Tarricone's avatar
      Add more details to the meson template and its README · 8e042c27
      Brian Tarricone authored
      This adds more detailed information about gobject-introspection, as well
      as how to build vala API descriptions.  It also includes information
      about detecting the presence of library functions, libm, and shipping
      the meson build files in the autotools tarball.
      8e042c27
  25. Oct 13, 2024
  26. Oct 07, 2024
    • Brian Tarricone's avatar
      Don't quote the filename args passed to 'git diff' · 9008df45
      Brian Tarricone authored
      One of these may be the empty string, if either the autotools build or
      meson build is missing.  Passing the variables bare will make the
      command line think there's nothing there at all, but quoting an empty
      string acts as an empty string command line argument, which 'git diff'
      will get confused by.
      
      Usually it's of course a good practice to quote variables that contain
      filenames, since they could have spaces in them or other shell-unsafe
      characters.  But in this case we know the variable will contain a string
      that consists of only letters and dots.
      9008df45
  27. Oct 03, 2024
Loading