summaryrefslogtreecommitdiffstats
path: root/src/vpp-api/python/vpp_papi/vpp_serializer.py
AgeCommit message (Expand)AuthorFilesLines
2019-03-22vppapigen: allow for enum size other than u32Andrew Yourtchenko1-3/+5
2019-03-07vpp_papi: Adjust aenum import for python3.Paul Vinciguerra1-3/+10
2019-03-07API: Add python2.7 support for enum flags via aenumOle Troan1-3/+7
2018-12-18PAPI: Add MACAddress object wrapper for vl_api_mac_address_tOle Troan1-3/+4
2018-12-13API: Use string type instead of u8.Ole Troan1-12/+36
2018-12-12PAPI: Allow ipaddress object as argument and return values from API callsOle Troan1-43/+95
2018-12-06API: Change ip4_address and ip6_address to use type alias.Ole Troan1-2/+6
2018-11-29vpp_papi: Add custom exceptions.Paul Vinciguerra1-23/+31
2018-11-29API: Add support for type aliasesOle Troan1-1/+13
2018-11-28vpp_papi: Use new style classes.Paul Vinciguerra1-7/+7
2018-10-22PAPI: Add support for format/unformat functions.Ole Troan1-6/+35
2018-10-18PAPI: Expose API enums to tests / applicationsOle Troan1-0/+10
2018-10-16PAPI: Add bool type support in vppapigen.Ole Troan1-0/+2
2018-10-02PAPI: Use UNIX domain sockets instead of shared memoryOle Troan1-1/+1
2018-09-07PAPI: Unpack embedded types with variable length arrays.Ole Troan1-19/+32
2018-08-03PAPI: Union pad at the end of short fields instead of at head.Ole Troan1-4/+2
2018-07-19PAPI: Remove logging calls from pack/unpackOle Troan1-18/+0
2018-06-22Python API: Add enum and union support.Ole Troan1-0/+343
2018-06-18Revert "Python API: Add enum and union support."Ole Trøan1-332/+0
2018-06-17Python API: Add enum and union support.Ole Troan1-0/+332