summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add PathTree to mapper libraryBrad Bishop2015-11-031-3/+165
| | | | | | | | | | | | PathTree is a somewhat generic structure for associating data with a path, internally managed as a tree. It emulates built in python containers and supports iteration.
| * Add filter capability to introspection parserBrad Bishop2015-11-012-27/+50
| | | | | | | | | | | | | | | | Can filter on: XML node tags interface names Using filters cuts down on parsing cycles.
* | Merge pull request #2 from bradbishop/masterPatrick Williams2015-10-292-66/+122
|\| | | | | introspection parser
| * Move introspection parser to OpenBMCMapperBrad Bishop2015-10-282-106/+108
| | | | | | | | Doing this so rest-dbus can use it.
| * Generalize introspection parserBrad Bishop2015-10-281-38/+92
|/ | | | Doing this in prep for sharing with with rest-dbus.
* Merge pull request #1 from bradbishop/masternkskjames2015-10-284-0/+389
|\ | | | | Need rest server for upcoming delivery
| * ObjectManager work in progressBrad Bishop2015-10-274-0/+389
|/ | | | | | | | Supports: initial discovery service name ownership changes interfaces added and removed signals gettreepaths, gettree, gettrees methods
* Initial commitPatrick Williams2015-10-191-0/+202
OpenPOWER on IntegriCloud