Skip to content
Snippets Groups Projects
  1. Apr 14, 2020
  2. Apr 10, 2020
  3. Apr 08, 2020
  4. Apr 06, 2020
  5. Apr 03, 2020
  6. Apr 02, 2020
  7. Apr 01, 2020
  8. Mar 12, 2020
  9. Mar 10, 2020
  10. Mar 06, 2020
  11. Mar 05, 2020
  12. Feb 27, 2020
  13. Feb 12, 2020
  14. Feb 10, 2020
  15. Jan 09, 2020
    • Simon McVittie's avatar
      build: Consistently sort dependencies in stack order · 9a3cfb41
      Simon McVittie authored
      
      It's slightly preferable to list linker and compiler flags in stack
      order, with the lowest in the stack first. This allows use of a
      higher-level library from a non-standard prefix without also necessarily
      picking up lower-level libraries from the same non-standard-prefix.
      For example, if /path/to/json-glib also includes a copy of GLib, then
      
          -L/path/to/glib -lglib-2.0 -L/path/to/json-glib -ljson-glib-1.0
      
      will link the GLib from /path/to/glib, but
      
          -L/path/to/json-glib -ljson-glib-1.0 -L/path/to/glib -lglib-2.0
      
      will link both the GLib and the json-glib from /path/to/json-glib.
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      9a3cfb41
    • Ludovico de Nittis's avatar
      Enumerate Mesa DRI and VA-API drivers · ae4b4d7a
      Ludovico de Nittis authored and Simon McVittie's avatar Simon McVittie committed
      
      Previously we were listing only ICDs (graphics drivers).
      With this commit we are now able to get a more complete vision of the
      running system listing also Mesa DRI and VA-API drivers.
      
      Signed-off-by: default avatarLudovico de Nittis <ludovico.denittis@collabora.com>
      ae4b4d7a
  16. Jan 08, 2020
  17. Jan 07, 2020
  18. Dec 13, 2019
  19. Dec 05, 2019
  20. Nov 20, 2019
  21. Nov 11, 2019
Loading