summaryrefslogtreecommitdiffstats
path: root/manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* cleanup: Use filesystem instead of experimentalKun Yi2019-04-101-2/+2
* manager: switch to refactored internal APIsBrad Bishop2019-01-071-4/+7
* Replace std::experimental::any with std::anyBrad Bishop2018-11-211-5/+4
* formatter: update clang-format and fix-up file(s)Patrick Venture2018-10-141-6/+8
* Enable clang-formatBrad Bishop2018-03-291-84/+39
* inventory: implement deserializationDeepak Kodihalli2017-08-231-5/+64
* inventory: implement serializationDeepak Kodihalli2017-08-231-0/+2
* Emit an interfaces added signalGunnar Mills2017-06-061-1/+1
* Remove unnecessary copy constructing ObjectManagerBrad Bishop2017-03-081-1/+1
* Import phosphor-logging header files from new directory.Saqib Khan2017-02-201-1/+1
* Add object/interface update methodsBrad Bishop2017-02-151-0/+118
* Update notify method to update interfacesBrad Bishop2017-02-151-68/+2
* Set properties when constructing interfaces.Brad Bishop2017-02-141-37/+45
* Remove details namespaceBrad Bishop2017-02-091-14/+9
* Use std::anyBrad Bishop2017-02-091-5/+6
* Use std::functionBrad Bishop2017-02-091-2/+2
* Remove use of sdbusplus::object::objectBrad Bishop2017-02-091-8/+8
* Link with libphosphor_dbusBrad Bishop2017-02-091-2/+2
* Add support for application startup events.Brad Bishop2017-02-021-0/+16
* Add support for createObjects actionBrad Bishop2017-02-011-46/+63
* Maker factory refactoringBrad Bishop2017-02-011-4/+10
* Minor event refactoringBrad Bishop2017-02-011-7/+7
* Pass a bus connection to actions and filtersBrad Bishop2017-01-311-2/+2
* Enable multiple filtersBrad Bishop2017-01-311-4/+8
* Allow multiple objects to be destroyedBrad Bishop2017-01-311-3/+7
* Fix a bug with new interface signalsBrad Bishop2017-01-161-1/+4
* Don't save empty objectsBrad Bishop2017-01-161-5/+8
* Regenerate manager bindingsBrad Bishop2017-01-161-4/+5
* Use a std::literal for dbus wait durationBrad Bishop2017-01-161-1/+4
* Run astyleBrad Bishop2017-01-121-57/+70
* Fix broken usage of emplaceBrad Bishop2017-01-121-10/+5
* Add interface exposing utility functionsBrad Bishop2017-01-121-0/+25
* Allow arrays of dbus eventsBrad Bishop2017-01-121-27/+43
* Add event frameworkBrad Bishop2017-01-111-3/+11
* Use a vector for eventsBrad Bishop2016-12-151-2/+2
* Enable multiple actions per eventBrad Bishop2016-12-151-2/+3
* Removed duplicated Holder adaptersBrad Bishop2016-12-151-2/+2
* Use sdbusplus object wrapperBrad Bishop2016-11-221-1/+1
* Switch to generated interface factory methodsBrad Bishop2016-11-081-10/+2
* Move generated code to implementation file.Brad Bishop2016-11-081-2/+0
* actions: Add destroy actionBrad Bishop2016-11-081-0/+6
* filters/actions: Pass manager to filters/actionsBrad Bishop2016-11-081-2/+2
* Add actionsBrad Bishop2016-11-081-2/+2
* Enable filtering of signal matchesBrad Bishop2016-11-081-0/+5
* Add manager skeletonBrad Bishop2016-11-081-0/+164
OpenPOWER on IntegriCloud