Skip to content
Snippets Groups Projects
  1. Mar 12, 2020
  2. Mar 10, 2020
  3. Mar 06, 2020
  4. Mar 05, 2020
  5. Feb 27, 2020
  6. Feb 12, 2020
  7. Feb 10, 2020
  8. 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
  9. Jan 08, 2020
  10. Jan 07, 2020
  11. Dec 13, 2019
  12. Dec 05, 2019
  13. Nov 20, 2019
  14. Nov 11, 2019
  15. Nov 08, 2019
  16. Nov 07, 2019
  17. Oct 31, 2019
  18. Oct 29, 2019
  19. Oct 11, 2019
Loading