Commit graph

6 commits

Author SHA1 Message Date
Doug Torrance df04a1b4d5 wmgtemp: Drop all inline functions.
Too many issues when compiling with different C standards.
2017-02-02 13:33:12 +00:00
Doug Torrance 94f3870b82 wmgtemp: Switch to autotools for build. 2017-02-02 13:33:12 +00:00
Doug Torrance 236af53275 wmgtemp: Use wmgeneral from libdockapp. 2017-02-02 13:33:12 +00:00
Doug Torrance bb4dd3f5c6 wmgtemp: Fix -Waggressive-loop-optimizations compiler warning.
In particular, the cpu_history array has length 59, so when i = 58,
cpu_history[i+1] is undefined.

From
http://sources.debian.net/src/wmgtemp/1.1-3/debian/patches/fix_-Waggressive-loop-optimizations.patch/
2017-02-02 13:33:12 +00:00
Doug Torrance 84b7716e3d wmgtemp: Autodetect sensors.conf instead of providing default value.
Patch by Aurelien Jarno <aurel32@debian.org>.

From
http://sources.debian.net/src/wmgtemp/1.1-3/debian/patches/sensors.conf.patch/
2017-02-02 13:33:11 +00:00
Doug Torrance bdaf5fd1f6 wmgtemp: Add verson 1.1 to repository.
From
http://fluxcode.net/files/wmgtemp-1.1.tar.gz
2017-02-02 13:31:10 +00:00