Skip to content
Snippets Groups Projects
  1. Apr 26, 2021
  2. Apr 20, 2021
  3. Feb 22, 2021
  4. Feb 19, 2021
  5. Feb 04, 2021
  6. Jan 28, 2021
  7. Jan 25, 2021
  8. Jan 21, 2021
    • Ludovico de Nittis's avatar
      Backport the new json_from_string() function · ece65da6
      Ludovico de Nittis authored
      
      JSON-GLib 1.2.0 introduced a new function called `json_from_string()`.
      
      It is an handy function that allows us to obtain a jsonNode with just a
      single operation.
      
      This function had to be backported, and modified a little, because we
      are
      targeting Scout that has an older JSON-GLib version that misses both
      `json_from_string()` and `json_parser_steal_root()` (that was used in
      `json_from_string()`).
      
      Signed-off-by: default avatarLudovico de Nittis <ludovico.denittis@collabora.com>
      ece65da6
  9. Jan 04, 2021
  10. Dec 11, 2020
  11. Dec 09, 2020
  12. Nov 19, 2020
  13. Nov 17, 2020
  14. Nov 12, 2020
  15. Nov 09, 2020
  16. Sep 29, 2020
  17. Sep 25, 2020
  18. Sep 08, 2020
  19. Jun 10, 2020
  20. Apr 20, 2020
  21. Apr 10, 2020
  22. Mar 12, 2020
  23. Mar 10, 2020
  24. Mar 06, 2020
  25. Mar 05, 2020
    • Jeremy Whiting's avatar
      If wflinfo or check-gl fails, run a second time with LIBGL_DEBUG=verbose set. · 06331647
      Jeremy Whiting authored
      At the moment we run wflinfo with no special environment variables.
      Which is what we want when it's successful since setting
      LIBGL_DEBUG=verbose adds harmless things like libGL: Can't open
      configuration file /etc/drirc: No such file or directory.
      So if wflinfo returns any other than valid status run it again
      with LIBGL_DEBUG=verbose set in the environment.
      06331647
Loading