summaryrefslogtreecommitdiffstats
path: root/callouts/callouts-gen.mako.hpp
Commit message (Collapse)AuthorAgeFilesLines
* python3: iteritems does not existPatrick Williams2017-05-011-1/+1
| | | | | | | | | | Change iteritems to items, which is slightly slower on python2 but exists in both. None of the maps manipulated by this program are large enough for the items vs iteritems to be a concern. Change-Id: I63032ddde53a116431cc2cbe01828448a4d4f328 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* callouts: add script to generate callout mappingsDeepak Kodihalli2017-03-151-0/+23
Add a script that can generate callout mappings. The script needs an input YAML to denote callout mappings. Add an example YAML. Change-Id: I7b49fe4c586bf7abfed2865cfd776de4d5745ef5 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
OpenPOWER on IntegriCloud