Hardware/CPU/CPULoad.cs
2012-05-27 Changed the license to the Mozilla Public License 2.0 and update the licensing information.
2011-07-24 Improved the CPU load sensors. The values displayed for the load per core and the total load should now be more accurate.
2010-09-21 Refactored some of the hardware monitoring code and fixed a few code inspection warnings.
2010-09-08 Fixed some Code Analysis warnings.
2010-08-15 Fixed some Code Analysis warnings.
2010-08-12 Changed the project files to Visual Studio 2010. Fixed some Code Analysis warnings.
2010-08-08 Refactored the hardware monitoring code into a library (Issue 101).
2010-04-26 Fixed the CPULoad implementation for multi CPU systems.
2010-04-24 Implemented APIC based CPU enumeration (Issue 41).
2010-02-04 Release version 0.1.13. Replaced PerformanceCounter based CPU load sensors with an implementation using NtQuerySystemInformation. Fixed a temperature reading problem for W83627DHG chips (sensors with invalid value 127?C).