summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Regenerate manager bindingsBrad Bishop2017-01-165-47/+68
* Remove pointless move operationsBrad Bishop2017-01-162-8/+8
* Use a std::literal for dbus wait durationBrad Bishop2017-01-161-1/+4
* Use std::thread in favor of direct pthread accessBrad Bishop2017-01-162-15/+7
* Add volatile keyword on shutdownBrad Bishop2017-01-131-1/+1
* Remove decltype where unnecessaryBrad Bishop2017-01-122-2/+2
* Run astyleBrad Bishop2017-01-127-401/+427
* Fix broken usage of emplaceBrad Bishop2017-01-121-10/+5
* Add a testcase for setPropertyBrad Bishop2017-01-122-3/+62
* pimgen: Add support for setPropertyBrad Bishop2017-01-122-4/+48
* Add setProperty actionBrad Bishop2017-01-122-0/+64
* Add interface exposing utility functionsBrad Bishop2017-01-123-0/+79
* Add a testcase for destroyObjectBrad Bishop2017-01-122-7/+124
* Fix a bug with property change filterBrad Bishop2017-01-121-2/+5
* Rewrite pimgen in the image of sdbus++Brad Bishop2017-01-124-158/+364
* Allow arrays of dbus eventsBrad Bishop2017-01-123-34/+54
* Add event frameworkBrad Bishop2017-01-114-11/+68
* Use a vector for eventsBrad Bishop2016-12-153-4/+3
* Move filters.hpp to events.hppBrad Bishop2016-12-152-1/+1
* Enable multiple actions per eventBrad Bishop2016-12-153-6/+8
* Enhance notify testcaseBrad Bishop2016-12-151-17/+115
* Removed duplicated Holder adaptersBrad Bishop2016-12-156-246/+219
* Use sdbusplus object wrapperBrad Bishop2016-11-223-3/+11
* React to sdbus++ updatesBrad Bishop2016-11-223-4/+9
* Add gitignoreBrad Bishop2016-11-222-0/+32
* build: Fix out of tree build issuesBrad Bishop2016-11-212-2/+2
* build: Makefile.am refactoringBrad Bishop2016-11-211-4/+3
* build: Add targets for generated filesBrad Bishop2016-11-212-10/+31
* pimgen: Add list-interfaces command optionBrad Bishop2016-11-211-11/+23
* pimgen: Add command positional argumentBrad Bishop2016-11-211-1/+7
* pimgen: Split argument parsing logicBrad Bishop2016-11-211-16/+20
* pimgen: Enable multiple interface filesBrad Bishop2016-11-212-4/+16
* pimgen: Rename interfaces to extra_interfaces.dBrad Bishop2016-11-213-1/+1
* pimgen: Move events to events.dBrad Bishop2016-11-213-2/+2
* pimgen: Combine make_example and pimgenBrad Bishop2016-11-212-38/+49
* pimgen: change -o option to be a directoryBrad Bishop2016-11-121-3/+3
* Remove sdbus++ template search workaroundBrad Bishop2016-11-121-26/+3
* Find examples directory when invoked out of treeBrad Bishop2016-11-121-1/+1
* Find template automatically in script dirBrad Bishop2016-11-121-5/+4
* Add brief description to example interfacesBrad Bishop2016-11-121-0/+3
* Look for interfaces.yaml in --dirBrad Bishop2016-11-121-8/+5
* Fix templatedir argumentBrad Bishop2016-11-121-1/+1
* Set AC_LANG to C++Brad Bishop2016-11-091-4/+5
* configure: Add gtest enabling foo to configureBrad Bishop2016-11-081-0/+21
* test: Use libmanager for integration testcaseBrad Bishop2016-11-081-7/+1
* Put most objects in a libraryBrad Bishop2016-11-081-5/+8
* test: Remove existing test from make checkBrad Bishop2016-11-081-1/+2
* Build toplevel before testBrad Bishop2016-11-081-1/+1
* Switch to generated interface factory methodsBrad Bishop2016-11-084-12/+23
* pimgen: Pass interfaces.yaml to Mako templateBrad Bishop2016-11-081-0/+8
OpenPOWER on IntegriCloud