summaryrefslogtreecommitdiff
path: root/psutil/arch/windows/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typosKian-Meng Ang2022-01-271-3/+3
* fix missing arg passed to C psutil_debug()Giampaolo Rodola2021-11-301-1/+1
* Rename cpu_count_physical() to cpu_count_cores()Giampaolo Rodola2020-12-211-4/+3
* Add support for PyPy on Windows (#1686)Giampaolo Rodola2020-02-111-4/+8
* get rid of globals.c; move stuff in _psutil_common.cGiampaolo Rodola2020-01-061-1/+0
* refactor win C code: use original WinAPI functions and remove psuil_ prefixGiampaolo Rodola2020-01-051-8/+8
* move PEB structs into ntextapi.hGiampaolo Rodola2020-01-031-1/+1
* include ntextapi.h from globals.h so that we won't have to import it everGiampaolo Rodola2020-01-031-1/+0
* rename global.c -> globals.cGiampaolo Rodola2020-01-031-1/+1
* Windows: split C modules (#1655)Giampaolo Rodola2020-01-021-0/+413