Skip to content
Snippets Groups Projects
  1. Sep 23, 2021
  2. Sep 14, 2021
  3. Sep 10, 2021
  4. Aug 20, 2021
  5. Jul 15, 2021
  6. Jun 08, 2021
  7. Jun 01, 2021
  8. May 31, 2021
  9. May 27, 2021
  10. May 25, 2021
  11. May 20, 2021
  12. May 15, 2021
  13. May 14, 2021
  14. May 05, 2021
  15. Apr 21, 2021
  16. Apr 19, 2021
  17. Mar 19, 2021
  18. Mar 04, 2021
  19. Jan 30, 2021
    • Brady J. Garvin's avatar
      validate:launcher: Ensure a positive job count. · 2b8eef30
      Brady J. Garvin authored
      The default number of jobs to use is half of the available cores
      rounded down, but in situations where only one core is available (such
      as under some VMs), this means that `gst-validate-launcher` defaults
      to using zero jobs, a case that the test-running code is not prepared
      to handle.
      
      This change makes the code match the documentation for the `--jobs` option,
      guards against negative values both in the default setting and in argument
      parsing, and introduces some defensive programming to prevent other situations
      where the code might try to use zero jobs.
      
      Part-of: <gstreamer/gst-devtools!154>
      2b8eef30
  20. Jan 08, 2021
  21. Jan 05, 2021
  22. Dec 17, 2020
  23. Dec 15, 2020
  24. Dec 10, 2020
  25. Dec 09, 2020
  26. Dec 08, 2020
Loading