summaryrefslogtreecommitdiffstats
path: root/mainloop.cpp
Commit message (Expand)AuthorAgeFilesLines
* mainloop: add underscore prefix to membersPatrick Venture2019-01-021-36/+36
* sensor: to enable testing receive hwmonio interface pointerPatrick Venture2018-12-191-1/+2
* 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-261-5/+3
* Make hwmon work with double or int64 interfaceJames Feist2018-10-221-4/+12
* mainloop: Use sdeventplusWilliam A. Kennington III2018-10-181-9/+7
* Remove old experimental includesWilliam A. Kennington III2018-10-181-5/+7
* cleanup: reduced scope of variablesPatrick Venture2018-10-121-1/+1
* Use gpioplus for specifying gpio gatingPatrick Venture2018-09-211-1/+7
* add .clang-formatPatrick Venture2018-08-311-123/+90
* Move sensor adjust within sensor objectMatthew Barth2018-06-041-42/+23
* Move value iface creation into sensor objectMatthew Barth2018-05-241-135/+3
* Move status iface creation into sensor objectMatthew Barth2018-05-241-2/+4
* Add sensor object frameworkMatthew Barth2018-05-221-0/+5
* Support indirections other than just "label"Matt Spinler2018-05-071-4/+11
* mainloop: add uniqueness to busnamePatrick Venture2018-05-071-6/+10
* Remove OCC EREMOTEIO return code hackMatthew Barth2018-04-271-13/+4
* Refresh sensor functional stateMatthew Barth2018-04-271-1/+7
* Skip updating value for faulted sensorsMatthew Barth2018-04-271-3/+14
* Fault status check before reading sensor valueMatthew Barth2018-04-271-14/+26
* Add status interface to sensorsMatthew Barth2018-04-271-0/+4
* Return sensor object state data as optionalMatthew Barth2018-04-251-16/+35
* hwmonio: split IoAccess object outPatrick Venture2018-04-241-4/+5
* mainloop cleanup: added std namespace where missingPatrick Venture2018-04-241-3/+4
* Get sensor identifiers functionMatthew Barth2018-04-231-18/+44
* Check for empty return code list on addingMatthew Barth2018-04-231-18/+11
* mainloop cleanup: moved getAttrs to hwmon namespacePatrick Venture2018-04-181-94/+12
* move calls to cstdlib::getenv to env::getEnvPatrick Venture2018-04-181-5/+5
* move getEnv methods into env namespacePatrick Venture2018-04-181-8/+8
* mainloop: Add some helpful commentsPatrick Venture2018-04-181-0/+3
* No retries when adding a purposely removed sensorMatthew Barth2018-04-131-4/+11
* Trace return code driven remove/add of sensorsMatthew Barth2018-04-131-18/+39
* Check TARGET_MODE on target sensorsMatthew Barth2018-04-131-41/+5
* Include monitoring removed sensors for re-addingMatthew Barth2018-04-131-7/+4
* Attempt adding sensors with initial read error rcMatthew Barth2018-04-131-164/+206
* Remove sensors for given return codesMatthew Barth2018-04-131-40/+65
* Store sensor return codes for dbus removalMatthew Barth2018-04-131-0/+49
* performance: setup sysfs read independent of D-BusDeepak Kodihalli2018-04-091-89/+110
* Add configure option for how read fails behavePatrick Venture2018-03-301-0/+10
* Handle OCC EAGAIN & EREMOTEIO in 4.13Matthew Barth2018-03-221-4/+13
* Make it possible to choose the target interfaceMatt Spinler2018-02-261-6/+40
* Read MaxValue and MinValue from configurationJames Feist2018-02-221-0/+11
* Add fan pwm interface targetPatrick Venture2018-02-011-1/+9
* Support reading 64 bit integersMatt Spinler2017-11-291-3/+3
* Claim a stable well known busnameBrad Bishop2017-11-141-2/+5
* Read fan target sysfs value on startupMatt Spinler2017-10-241-1/+1
* Pass discrete type/ID values into addThresholdMatt Spinler2017-10-171-2/+2
* Refactor method of looking up indirect labelsMatt Spinler2017-10-171-11/+15
* Remove old TODOMatt Spinler2017-10-171-2/+1
OpenPOWER on IntegriCloud