Sun, 27 May 2012 14:23:31 +0000 |
Changed the license to the Mozilla Public License 2.0 and update the licensing information.
|
file | diff | annotate |
Sun, 19 Jun 2011 12:41:18 +0000 |
Added support for saving and restoring the sensor history for the last 24h. The sensor history is now saved in a reduced format (duplicate values are removed, gaps are marked with a NAN sensor value.
|
file | diff | annotate |
Sun, 08 May 2011 22:10:13 +0000 |
Fixed the bus and core clock reading on AMD family 10h model Ah CPUs. The new "Core Performance Boost" feature of these CPUs resulted in very low accuracy of the bus speed (and as a consequence also an inaccurate TSC multiplier). This fixed Issue 205.
|
file | diff | annotate |
Sat, 30 Apr 2011 16:03:58 +0000 |
Fixed Issue 199.
|
file | diff | annotate |
Sat, 09 Apr 2011 20:16:42 +0000 |
Added support for AMD 10h core temperature sensors and Asus ATK0110 devices on Linux.
|
file | diff | annotate |
Wed, 03 Nov 2010 22:07:46 +0000 |
Added CPUID support for Linux.
|
file | diff | annotate |
Sun, 31 Oct 2010 22:08:47 +0000 |
Replaced the non-kernel code of WinRing0 with a managed implementation. The new implementation should fix Issue 32 and simplify further work on Issue 46.
|
file | diff | annotate |
Thu, 14 Oct 2010 17:30:51 +0000 |
Improved the invariant TSC frequency estimation code to ignore readings with a large error.
|
file | diff | annotate |
Fri, 01 Oct 2010 19:01:09 +0000 |
Fixed the initialization of the TSC estimating code.
|
file | diff | annotate |
Thu, 30 Sep 2010 16:51:09 +0000 |
Improved the implementation for the AMD 10h family CPU clock speeds.
|
file | diff | annotate |
Tue, 21 Sep 2010 20:32:36 +0000 |
Refactored some of the hardware monitoring code and fixed a few code inspection warnings.
|
file | diff | annotate |
Mon, 20 Sep 2010 19:28:25 +0000 |
Refactored the CPU classes and added a GenericCPU class.
|
file | diff | annotate |