Commit Graph

51 Commits

Author SHA1 Message Date
Michael Möller
fd6d92b845 Added global exception handling for T-Balancer detection (to handle ArgumentException if portName does not exist). 2010-02-18 14:03:02 +00:00
Michael Möller
d656d7558b Fixed AMD family 0Fh temperature reading of first core. 2010-02-17 20:45:31 +00:00
Michael Möller
26c71a2f38 Better core and thread number identification. Fixed clock reading on Intel Atom CPUs. New reporting of MSR values for Intel CPUs. 2010-02-17 20:22:21 +00:00
Michael Möller
fb418a9c1c Added additional SMART temperature attributes. 2010-02-17 18:48:27 +00:00
Michael Möller
b43e33cb4f Restored CTSHolding check and added more report output for T-Balancer enumeration. 2010-02-16 21:44:25 +00:00
Michael Möller
dc9108ade1 Added core clock and bus speed support for Intel Core i5, i7 CPUs. 2010-02-15 22:58:29 +00:00
Michael Möller
e3a64e9a06 Allow all protocols 2X for T-Balancer. 2010-02-14 21:09:08 +00:00
Michael Möller
f10c7cb524 Added core and bus clock support for Intel CPUs (Core 2). 2010-02-14 20:16:30 +00:00
Michael Möller
ae694b9b60 New graphical system tray display for load sensors. 2010-02-13 17:08:36 +00:00
Michael Möller
ac6d7f818a Tray sensor display default color is black and color can be changed now. Fixed CPU load reading for AMD CPUs and added additional misc device for AMD core temperature reading. 2010-02-12 22:46:31 +00:00
Michael Möller
1b965a3ab3 Changed the T-Balancer detection and added more report details. 2010-02-12 08:17:51 +00:00
Michael Möller
3ac00a41de First system tray sensor monitor support. 2010-02-12 00:36:56 +00:00
Michael Möller
cd4360dbd3 A small bug fix for application crashes during the mainboard detection (System.Management.ManagementException: Not supported). 2010-02-11 13:22:17 +00:00
Michael Möller
0cc5a578c3 Added support for NVIDIA fan rpm. Changed NVIDIA GPU enumeration. 2010-02-09 19:42:33 +00:00
Michael Möller
a7b04c8a0d Removed debug code. 2010-02-09 18:55:45 +00:00
Michael Möller
2bf6230d56 Added upper bound for valid fan RPM on IT87. 2010-02-09 18:52:52 +00:00
Michael Möller
2e34c0a7b0 Added NVAPI report output. 2010-02-08 20:23:24 +00:00
Michael Möller
1fdd207910 Added support for Winbond W83627EHF, W83667HG, W83667HG-B mainboard chips. 2010-02-08 20:18:25 +00:00
Michael Möller
ba97d6524f Release version 0.1.15. Added protocol 0x2C for T-Balancer. 2010-02-07 20:59:13 +00:00
Michael Möller
74ccf4154e Release version 0.1.14. Added more report details for T-Balancer bigNG. 2010-02-07 20:11:30 +00:00
Michael Möller
0060583e5b Added initial support for W83627HF. Some refactoring for IHardware classes. 2010-02-07 19:53:51 +00:00
Michael Möller
37a788e7cb 2010-02-07 19:48:32 +00:00
Michael Möller
6048816828 Changed ATI GPU device enumeration. 2010-02-07 16:42:26 +00:00
Michael Möller
31adbedc3c Refactoring: New class Computer manages all the hardware and creates events. 2010-02-07 16:37:15 +00:00
Michael Möller
15162a2a12 Changed minimizing to system tray on Windows systems. 2010-02-05 22:45:15 +00:00
Michael Möller
0543259a0b 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). 2010-02-04 21:19:27 +00:00
Michael Möller
de0c73471d Release version 0.1.12. Added error handling for PerformanceCounters (CPU load sensor). 2010-02-03 22:02:58 +00:00
Michael Möller
5249183290 Release version 0.1.11. Added support for load percentage sensor type. Added load sensors for CPUs and ATI GPUs. 2010-02-03 20:35:10 +00:00
Michael Möller
7b07ba9fe6 Fixed Intel CPU coreCount in case CPUID 0x0B is supported but returns only 0. 2010-02-03 18:10:11 +00:00
Michael Möller
a0c01caaca Release version 0.1.10. Changed core count for Intel Core i5/i7 CPUs. Added CpuidEx function. 2010-02-02 21:58:54 +00:00
Michael Möller
91331545ac ITE IT87XX family renamed. 2010-02-02 18:35:23 +00:00
Michael Möller
9b9c3b54ab Release version 0.1.9. Fixed ATI GPU id check. 2010-02-01 23:10:05 +00:00
Michael Möller
8bb54fb542 Release version 0.1.8. Added support for W83627DHG-P super i/o chips. 2010-02-01 22:11:06 +00:00
Michael Möller
432a947633 Release version 0.1.7. Improved report writer. 2010-02-01 21:04:14 +00:00
Michael Möller
f3657cc53a 2010-02-01 20:17:02 +00:00
Michael Möller
6b9a3e8cd7 Added support for Fintek F71862, F71869, F71889. 2010-02-01 20:16:26 +00:00
Michael Möller
34d773fa90 Release version 0.1.6. Fixed F71882 temperature reading. Added error handling for ATI GPUs (ADL). Fixed sensor events. 2010-01-31 22:00:31 +00:00
Michael Möller
92f872b244 Release version 0.1.5. Added support for AMD family 0Fh CPUs. Fixed saving of wrong window size values for minimized forms (by not saving them). 2010-01-31 20:57:18 +00:00
Michael Möller
1f922873de Added support for W83627DHG chips. Changed Core i7 temperature reading. Fixed IT87 temperature reading. 2010-01-31 19:30:00 +00:00
Michael Möller
6dba938c8d Release version 0.1.4. Fixed EntryPointNotFoundException for ADL_Adapter_ID_Get by adding two fallback implementations. 2010-01-29 21:58:31 +00:00
Michael Möller
7053cc9b13 Release version 0.1.3.1. Added a a bit more info to ADL reports. 2010-01-29 21:14:23 +00:00
Michael Möller
7ad756efa1 Release 0.1.3. 2010-01-29 20:28:27 +00:00
Michael Möller
cb0a64e90c Added additional checks to SMBIOS parsing. New class HexStringArray is for debugging with report data. 2010-01-29 20:05:32 +00:00
Michael Möller
7a48707225 Fixed ADL dll loading. The name of the dll is always atiadlxx, except when running as 32-bit app on 64-bit systems (atiadlxy in that case). 2010-01-29 19:20:44 +00:00
Michael Möller
8fc7a41776 Release version 0.1.2. First implementation for Fintek F71882FG chips. Fixed Intel Core i7 temperature reading. Changed Nvidia GPU enumeration. 2010-01-28 23:29:39 +00:00
Michael Möller
d7f2ebd4ba Fixed 5th fan channel for IT87 chips. Added ADL status code to report. 2010-01-28 19:31:10 +00:00
Michael Möller
cf85bde358 Release version 0.1.1 2010-01-27 23:10:38 +00:00
Michael Möller
d9a90e20d7 Implementation for Intel Core i7 temperature sensors. 2010-01-27 23:00:13 +00:00
Michael Möller
71940eb2c9 Changed ATI GPU enumeration. 2010-01-27 19:30:10 +00:00
Michael Möller
1e17c93297 Fixed a NullReferenceException in the HDD SMART code. 2010-01-27 18:12:51 +00:00