summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add PWM device node override option in RPM mode04-16-2019Raptor Engineering Development Team2019-05-101-0/+12
* Add new RAWPWM environment variable to set direct PWM mode independent of _en...Raptor Engineering Development Team2019-05-101-0/+9
* Add frequency capability to hwmon publisherRaptor Engineering Development Team2019-04-192-1/+5
* Increase raw fan control steps to avoid fan huntingRaptor Engineering Development Team2019-04-191-1/+1
* Enable raw PWM control mode for systems without known fan typesRaptor Engineering Development Team2019-04-192-2/+33
* Use std::filesystem::path::relative_path()Matt Spinler2019-04-162-19/+6
* build: install into bin instead of sbinPatrick Venture2019-03-281-1/+1
* build: enable valgrindPatrick Venture2019-03-212-0/+12
* flip error and help message on failurePatrick Venture2019-03-211-2/+1
* swap out getopts for cli11Patrick Venture2019-03-215-129/+26
* build: enable code coveragePatrick Venture2019-03-195-7/+73
* Don't std::filesystem::path::/= an absolute pathMatt Spinler2019-03-152-4/+16
* use filesystem instead of experimentalPatrick Venture2019-03-116-18/+9
* test: rework gtest/gmock lookupPatrick Venture2019-03-062-22/+73
* test: rework to use Pair-wise comparisonPatrick Venture2019-03-061-19/+29
* Cleanup _gitignorePatrick Venture2019-03-061-16/+39
* build: pkg anti-pattern: use defaultsPatrick Venture2019-02-131-30/+5
* test: add adjustvalue testPatrick Venture2019-01-251-0/+35
* sensor: set scale to 0 in constructorPatrick Venture2019-01-251-1/+1
* build: cleanup configure script PKG_CHECK_MODULESPatrick Venture2019-01-141-23/+98
* sensor: add gpio handle test variationPatrick Venture2019-01-092-2/+47
* sensor: add underscore prefix to membersPatrick Venture2019-01-092-39/+41
* test: add gpiohandle mock implPatrick Venture2019-01-025-6/+50
* test: add tests for creating sensor objectsPatrick Venture2019-01-022-1/+65
* test: add environment mock implPatrick Venture2019-01-022-0/+71
* SensorSet: add underscore prefix to membersPatrick Venture2019-01-022-4/+4
* fan_speed: add underscore prefix to membersPatrick Venture2019-01-022-15/+15
* fan_pwm: add underscore prefix to membersPatrick Venture2019-01-022-9/+10
* hwmonio: add underscore prefix to membersPatrick Venture2019-01-022-5/+5
* mainloop: add underscore prefix to membersPatrick Venture2019-01-022-42/+42
* sensor: to enable testing receive hwmonio interface pointerPatrick Venture2018-12-193-10/+13
* build: drop extra checkPatrick Venture2018-11-261-2/+1
* mainloop: Include <cassert>William A. Kennington III2018-11-061-0/+1
* cleanup: add const to read-only iteratorsPatrick Venture2018-11-021-2/+2
* timer: Remove in favor of sdeventplus/timerWilliam A. Kennington III2018-10-265-184/+9
* Make hwmon work with double or int64 interfaceJames Feist2018-10-225-20/+71
* mainloop: Use sdeventplusWilliam A. Kennington III2018-10-184-11/+13
* Remove old experimental includesWilliam A. Kennington III2018-10-185-17/+15
* sysfs: transition to std::find_ifPatrick Venture2018-10-131-6/+8
* cleanup: reduced scope of variablesPatrick Venture2018-10-124-11/+12
* Use gpioplus for specifying gpio gatingPatrick Venture2018-09-217-4/+145
* .gitignore: added unittest logging outputPatrick Venture2018-09-181-0/+5
* Build as c++17Patrick Venture2018-09-141-1/+1
* minor cleanup: remove unused c headerPatrick Venture2018-09-111-5/+6
* clang-format: fix pointer alignment, sort usingPatrick Venture2018-09-042-10/+10
* hwmon: revert alignment change and fix-upPatrick Venture2018-09-041-4/+9
* add .clang-formatPatrick Venture2018-08-3133-1141/+1023
* fan_pwm: Commit fan PWM value regardless of previous target.Kun Yi2018-06-271-34/+31
* update configure and test/Makefile.amPatrick Venture2018-06-272-6/+6
* Add SensorSet class doxygen commentsMatt Spinler2018-06-191-0/+38
OpenPOWER on IntegriCloud