summaryrefslogtreecommitdiffstats
path: root/manager.hpp
Commit message (Expand)AuthorAgeFilesLines
* Replace std::experimental::any with std::anyBrad Bishop2018-11-211-25/+26
* formatter: update clang-format and fix-up file(s)Patrick Venture2018-10-141-9/+14
* Enable clang-formatBrad Bishop2018-03-291-226/+204
* Add support for type-only interfacesMarri Devender Rao2017-09-291-31/+97
* inventory: implement deserializationDeepak Kodihalli2017-08-231-3/+18
* inventory: implement serializationDeepak Kodihalli2017-08-231-1/+13
* change namespace on sdbusplus::matchPatrick Williams2017-05-011-1/+1
* Add object/interface update methodsBrad Bishop2017-02-151-5/+49
* Merge actions.hpp and events.hppBrad Bishop2017-02-151-1/+1
* Set properties when constructing interfaces.Brad Bishop2017-02-141-2/+14
* Remove details namespaceBrad Bishop2017-02-091-9/+6
* Use std::anyBrad Bishop2017-02-091-17/+8
* Use std::functionBrad Bishop2017-02-091-1/+1
* Remove use of sdbusplus::object::objectBrad Bishop2017-02-091-5/+3
* Link with libphosphor_dbusBrad Bishop2017-02-091-2/+3
* Add support for createObjects actionBrad Bishop2017-02-011-0/+4
* Maker factory refactoringBrad Bishop2017-02-011-11/+18
* Remove Object from testcaseBrad Bishop2017-02-011-3/+1
* Minor event refactoringBrad Bishop2017-02-011-4/+4
* Allow multiple objects to be destroyedBrad Bishop2017-01-311-2/+3
* Fix a bug with new interface signalsBrad Bishop2017-01-161-3/+4
* Regenerate manager bindingsBrad Bishop2017-01-161-3/+3
* Add volatile keyword on shutdownBrad Bishop2017-01-131-1/+1
* Remove decltype where unnecessaryBrad Bishop2017-01-121-1/+1
* Run astyleBrad Bishop2017-01-121-157/+157
* Add setProperty actionBrad Bishop2017-01-121-0/+27
* Add interface exposing utility functionsBrad Bishop2017-01-121-0/+42
* Allow arrays of dbus eventsBrad Bishop2017-01-121-4/+7
* Add event frameworkBrad Bishop2017-01-111-5/+4
* Use a vector for eventsBrad Bishop2016-12-151-1/+1
* Move filters.hpp to events.hppBrad Bishop2016-12-151-1/+1
* Enable multiple actions per eventBrad Bishop2016-12-151-1/+1
* Removed duplicated Holder adaptersBrad Bishop2016-12-151-62/+22
* Use sdbusplus object wrapperBrad Bishop2016-11-221-1/+8
* build: Fix out of tree build issuesBrad Bishop2016-11-211-1/+1
* Switch to generated interface factory methodsBrad Bishop2016-11-081-0/+6
* actions: Add destroy actionBrad Bishop2016-11-081-0/+3
* Add actionsBrad Bishop2016-11-081-1/+5
* Enable filtering of signal matchesBrad Bishop2016-11-081-1/+2
* Add manager skeletonBrad Bishop2016-11-081-0/+168
OpenPOWER on IntegriCloud