2011-12-31 |
Modified and extended version of the patch v4 by Roland Reinl (see Issue 256). Main differences to the original patch: DeviceIoControl refactorings removed, SmartAttribute is now descriptive only and does not hold any state, report is written as one 80 columns table, sensors are created only for meaningful values and without duplicates (remaining life, temperatures, host writes and reads). Also the current implementation should really preserve all the functionality of the old system. Additionally there is now a simple SMART devices emulation class (DebugSmart) that can be used in place of WindowsSmart for testing with reported data.
|
file | diff | annotate |
2011-07-27 |
Added support for Intel CPU power sensors (package and cores).
|
file | diff | annotate |
2011-01-20 |
Added a minimal control interface to allow manual fan control and implemented the interface for ATI GPUs.
|
file | diff | annotate |
2010-10-07 |
Added a new sensor type "Level" for wear or charge level (or any other percentage based sensors that don't fit into Load or Control).
|
file | diff | annotate |
2010-09-21 |
Refactored some of the hardware monitoring code and fixed a few code inspection warnings.
|
file | diff | annotate |
2010-08-08 |
Refactored the hardware monitoring code into a library (Issue 101).
|
file | diff | annotate |
2010-07-27 |
Refactoring and fine tuning for Linux GUI.
|
file | diff | annotate |
2010-07-04 |
Fixed Issue 82.
|
file | diff | annotate |
2010-06-06 |
Fixed Issue 69.
|
file | diff | annotate |
2010-05-15 |
Added a sensor type Control (with unit percent) for (fan) PWM control sensors. Fixed Issue 2.
|
file | diff | annotate |
2010-05-09 |
Refactored the hardware code and added the visitor pattern for operations on the computer/hardware/sensor/parameter tree.
|
file | diff | annotate |
2010-05-06 |
Added an Identifier class for IHardware, ISensor and IParameter Identifier properties.
|
file | diff | annotate |
2010-02-27 |
Added support for sensor parameters. Fixed Core and Thread count detection for Intel Core i7 CPUs with disabled HyperThreading.
|
file | diff | annotate |
2010-02-21 |
Added support for T-Balancer sensorhub and miniNG. Added a Flow sensor-type.
|
file | diff | annotate |
2010-02-07 |
Refactoring: New class Computer manages all the hardware and creates events.
|
file | diff | annotate |
2010-02-03 |
Release version 0.1.11. Added support for load percentage sensor type. Added load sensors for CPUs and ATI GPUs.
|
file | diff | annotate |
2010-01-26 |
Initial commit.
|
file | diff | annotate |