Skip to content
Snippets Groups Projects
  1. Mar 01, 2021
  2. Feb 12, 2021
  3. Feb 11, 2021
  4. Feb 10, 2021
  5. Feb 09, 2021
    • Sean McBride's avatar
      SystemInformation: Improve ParseSysCtl error checking · 45e42f63
      Sean McBride authored and Brad King's avatar Brad King committed
      - ensure the return value of every sysctlbyname call is checked.
        On Apple Silicon aka arm64 some of them do return an error,
        for example hw.cpufrequency, and we were getting nonsense values.
      - when sysctlbyname returns an error, always provide a fallback value
      - be a bit more paranoid about leaving space for null termination in temp buf
      - corrected "machdep.cpu.model" and "machdep.cpu.stepping" from int64 to int32,
        as documented.
      - added Apple to the Manufacturer enum
      45e42f63
  6. Feb 02, 2021
  7. Feb 01, 2021
  8. Jan 25, 2021
  9. Jan 22, 2021
  10. Jan 05, 2021
  11. Jan 04, 2021
  12. Sep 29, 2020
  13. Sep 28, 2020
  14. Aug 05, 2020
  15. Aug 03, 2020
  16. Jul 31, 2020
  17. Jul 24, 2020
  18. Jul 23, 2020
  19. Jun 05, 2020
  20. May 27, 2020
  21. May 26, 2020
  22. May 25, 2020
  23. May 22, 2020
    • Brad King's avatar
      hashtable: Drop this component of KWSys · 49d04c2c
      Brad King authored
      It was already turned off when building inside CMake.
      Other consuming projects have been migrated to C++11 and
      can now use `std::unordered_{set,map}` instead.
      49d04c2c
    • Brad King's avatar
      IOStream: Drop this component of KWSys · ce4941c9
      Brad King authored
      The `IOStream` component was meant to provide compatibility with old C++
      stream implementations that did not support `long long` and/or
      `__int64`.  Now that KWSys requires C++11 that is not a problem.
      ce4941c9
  24. May 18, 2020
Loading