summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove timer in favor of sdeventplus/utility/timerWilliam A. Kennington III2019-02-0514-780/+45
* Parser updates to support alternate events actionMatthew Barth2019-01-251-4/+94
* Add alternate events actionMatthew Barth2019-01-251-0/+72
* control: manager: Avoid the need for fconceptsBrad Bishop2018-11-281-1/+1
* std::variant: Apply missing fixupWilliam A. Kennington III2018-11-271-2/+4
* control/zone: Fix missing cassert includeWilliam A. Kennington III2018-11-121-0/+1
* control: Add interface when not in service cacheMatthew Barth2018-11-091-2/+7
* Fix std::variant usageWilliam A. Kennington III2018-11-061-2/+2
* Rebase correction (timerPos -> timerConfPos)Matthew Barth2018-11-061-1/+1
* control/zone: Use const references when iteratingWilliam A. Kennington III2018-11-061-1/+1
* Remove all signals when an event is removedMatthew Barth2018-11-062-37/+93
* Prefer bind over method call in lambdaWilliam A. Kennington III2018-11-052-3/+5
* control/zone: Reference instead of copying timer dataWilliam A. Kennington III2018-11-052-3/+8
* control/zone: Refactor addTimerWilliam A. Kennington III2018-11-053-55/+33
* control: Rename Timer -> TimerConfWilliam A. Kennington III2018-10-317-13/+14
* control: Alias TimerType locallyWilliam A. Kennington III2018-10-313-8/+7
* Switch sd_event loops to sdeventplusWilliam A. Kennington III2018-10-2924-166/+99
* gitignore: add libtoolPatrick Venture2018-10-241-0/+2
* Fix exit status codesWilliam A. Kennington III2018-10-199-20/+18
* Makefile: Fix library compile flagsWilliam A. Kennington III2018-10-191-0/+4
* phosphor-fan-presence: use c++17Vernon Mauery2018-10-041-1/+1
* Fix libfan_la_CXXFLAGSLei YU2018-09-262-1/+5
* Add -flto to CXXFLAGSAndrew Geissler2018-08-275-5/+9
* Handle SdBusError exceptionsMatthew Barth2018-07-173-13/+35
* Use s.c_str() in log messagesJoseph Reynolds2018-05-301-2/+2
* Add MAINTAINERS fileAndrew Jeffery2018-05-211-0/+46
* utility: Remove getService functionMatthew Barth2018-05-172-59/+1
* utility: Remove getInvService functionMatthew Barth2018-05-172-14/+0
* cooling-type: Use lookupAndCallMethodMatthew Barth2018-05-173-21/+18
* Use setProperty function in fan set speedMatthew Barth2018-05-171-25/+8
* Throw DBusPropertyError for all property accessesMatthew Barth2018-05-172-7/+100
* Add set property functions without mapper lookupMatthew Barth2018-05-171-0/+44
* Call method and return functionMatthew Barth2018-05-171-0/+21
* perf: Cache service name for fan target sensorsMatthew Barth2018-05-172-30/+14
* Use shared callMethod function in control managerMatthew Barth2018-05-172-25/+8
* Use shared getProperty function in control managerMatthew Barth2018-05-171-51/+7
* perf: Count state of properties before set speedMatthew Barth2018-05-171-18/+19
* Enhance precondition function and tracingMatthew Barth2018-05-161-3/+12
* Move generated code template to fileMatthew Barth2018-05-113-234/+251
* Remove property change traceMatthew Barth2018-05-091-5/+0
* Throw custom exceptions on D-Bus method failuresMatt Spinler2018-05-096-44/+130
* Presence: Fix a log metadata entryMatt Spinler2018-05-091-1/+1
* Add generation of propertiesMatch conditionMatthew Barth2018-05-032-1/+50
* Support optional conditions on creating fansMatthew Barth2018-05-035-2/+111
* Add methods to return property variantMatthew Barth2018-05-031-0/+77
* Rename remove object interface functionMatthew Barth2018-04-122-3/+3
* Generate InterfacesRemoved signal eventsMatthew Barth2018-03-301-4/+12
* Add InterfacesRemoved signal handlingMatthew Barth2018-03-304-0/+129
* Minimize service name mapper lookupsMatthew Barth2018-03-122-7/+5
* Get a property without service name lookupMatthew Barth2018-03-121-0/+40
OpenPOWER on IntegriCloud