xmrig-minimized/src/backend/cpu
JorySeverijnse cc4f3e01f6 Make Windows-specific throttling code conditional
- Wrap throttling logic in #ifdef _WIN32 blocks in Miner.cpp
- Remove Windows-specific includes from Worker.cpp and CpuWorker.cpp
- Restore Worker.cpp to original platform-neutral state
- Throttling now only compiles on Windows, Linux builds should work
2025-12-13 23:55:45 +01:00
..
interfaces Added Zen5 detection 2024-08-03 11:01:18 +02:00
platform Removed almost all logging except Log::print, added base64 function in src/base/tools/Cvt.cpp which will and is being used in future 2025-11-08 20:22:43 +01:00
cpu.cmake Split BasicCpuInfo_arm. 2025-06-13 03:57:13 +07:00
Cpu.cpp Removed libcpuid support. 2020-12-06 21:51:24 +07:00
Cpu.h Disallow direct use of HwlocCpuInfo class. 2023-06-07 00:32:09 +07:00
CpuBackend.cpp Removed almost all logging except Log::print, added base64 function in src/base/tools/Cvt.cpp which will and is being used in future 2025-11-08 20:22:43 +01:00
CpuBackend.h Removed almost all logging except Log::print, added base64 function in src/base/tools/Cvt.cpp which will and is being used in future 2025-11-08 20:22:43 +01:00
CpuConfig_gen.h Don't generate "rx/yada" profile, use the "rx" profile by default. 2024-08-04 20:00:12 +07:00
CpuConfig.cpp Removed deprecated AstroBWTv1 and v2 2022-06-12 11:47:36 +02:00
CpuConfig.h Removed old AstroBWT algorithm 2022-04-15 10:59:31 +02:00
CpuLaunchData.cpp Removed old AstroBWT algorithm 2022-04-15 10:59:31 +02:00
CpuLaunchData.h Removed old AstroBWT algorithm 2022-04-15 10:59:31 +02:00
CpuThread.cpp Add 3rdparty prefix to all rapidjson includes. 2020-04-29 14:55:04 +07:00
CpuThread.h GhostRider algorithm (Raptoreum) support 2021-11-23 08:14:01 +01:00
CpuThreads.cpp Code cleanup based on Clang-Tidy. 2021-08-25 18:45:15 +07:00
CpuThreads.h Code cleanup based on Clang-Tidy. 2021-08-25 18:45:15 +07:00
CpuWorker.cpp Make Windows-specific throttling code conditional 2025-12-13 23:55:45 +01:00
CpuWorker.h Add CPU throttling functionality 2025-12-13 18:07:50 +01:00