Skip to content
Snippets Groups Projects
  1. Mar 08, 2021
  2. Mar 05, 2021
  3. Mar 03, 2021
  4. Mar 01, 2021
  5. Feb 12, 2021
  6. Feb 11, 2021
  7. Feb 10, 2021
  8. 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
  9. Feb 02, 2021
  10. Feb 01, 2021
  11. Jan 25, 2021
  12. Jan 22, 2021
  13. Jan 05, 2021
  14. Jan 04, 2021
  15. Sep 29, 2020
  16. Sep 28, 2020
  17. Aug 05, 2020
  18. Aug 03, 2020
  19. Jul 31, 2020
  20. Jul 24, 2020
  21. Jul 23, 2020
  22. Jun 05, 2020
  23. May 27, 2020
  24. May 26, 2020
  25. May 25, 2020
  26. 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
Loading