Skip to content
Snippets Groups Projects
  1. Oct 17, 2023
  2. Oct 16, 2023
  3. Oct 15, 2023
  4. Jun 19, 2023
  5. Jun 16, 2023
  6. Apr 18, 2023
  7. Jul 10, 2022
  8. Jul 06, 2022
    • Timothy B. Terriberry's avatar
      Update x86 CPU detection configure check. · 918a09a3
      Timothy B. Terriberry authored
      Commit 6577534a switched from using __get_cpuid() to
       __get_cpuid_count(), but the corresponding configure check was not
       updated.
      Since __get_cpuid_count() was introduced much later, make sure we
       check for the function we actually use.
      
      Thanks to Mark Harris for the report.
      918a09a3
  9. Jul 08, 2020
  10. Apr 12, 2019
  11. Oct 16, 2018
  12. Sep 14, 2018
  13. Jul 26, 2018
  14. Mar 27, 2018
  15. Mar 02, 2018
  16. Feb 22, 2018
  17. Oct 29, 2017
  18. Oct 23, 2017
  19. Sep 11, 2017
  20. Jun 26, 2017
  21. Jun 19, 2017
  22. Feb 15, 2017
  23. Jan 23, 2017
  24. Jan 18, 2017
  25. Jan 09, 2017
  26. Nov 01, 2016
  27. Oct 27, 2016
    • Ralph Giles's avatar
      Make use of dot optional in generating documentation. · 76fa939b
      Ralph Giles authored
      Different distributions of doxygen have different default
      values of HAVE_DOT setting, so we need to pick a specific
      setting to avoid 'missing dot' warnings on some platforms.
      
      Doxygen uses it to generate inclusion graphs for our various
      header files, which is somewhat useful, but not essential.
      We therefore enable dot if it's present (usually through
      the parent graphviz package) but disable it if it's not
      available, silencing the warning, but not giving uniform
      results.
      76fa939b
Loading