Age | Commit message (Expand) | Author | Files | Lines |
2019-11-27 | papi: fix typo in repr |  Paul Vinciguerra | 1 | -1/+1 |
2019-11-24 | papi: fix papi default handling |  Ole Troan | 1 | -17/+18 |
2019-11-24 | papi: add missing base types to serializer |  Paul Vinciguerra | 1 | -2/+4 |
2019-11-23 | papi: add repr to packer types for troubleshooting |  Paul Vinciguerra | 1 | -0/+47 |
2019-11-22 | papi: support default for type alias decaying to basetype |  Ole Troan | 1 | -18/+63 |
2019-10-23 | papi: fix default handling |  Ole Troan | 1 | -39/+21 |
2019-10-21 | bier: tests support python3 |  Ole Troan | 1 | -8/+9 |
2019-10-18 | ipsec: make tests support python3 |  Ole Troan | 1 | -2/+6 |
2019-09-19 | api: split vl_api_prefix into two |  Ole Troan | 1 | -3/+17 |
2019-09-16 | api: autogenerate api trace print/endian |  Ole Troan | 1 | -2/+2 |
2019-09-03 | api: enforce vla is last and fixed string type |  Ole Troan | 1 | -14/+32 |
2019-07-24 | papi: add additional types to vpp_serializer |  Paul Vinciguerra | 1 | -0/+3 |
2019-07-09 | papi: update VPPEnumType for python3 |  Paul Vinciguerra | 1 | -1/+4 |
2019-07-08 | map gbp papi: match endianess of f64 |  Paul Vinciguerra | 1 | -1/+1 |
2019-06-18 | misc: vpp_papi- add tests, clean up pep8 |  Paul Vinciguerra | 1 | -9/+8 |
2019-06-07 | API: Add support for "defaults" |  Ole Troan | 1 | -15/+51 |
2019-04-29 | API: Add support for limits to language. |  Ole Troan | 1 | -6/+24 |
2019-03-22 | vppapigen: allow for enum size other than u32 |  Andrew Yourtchenko | 1 | -3/+5 |
2019-03-07 | vpp_papi: Adjust aenum import for python3. |  Paul Vinciguerra | 1 | -3/+10 |
2019-03-07 | API: Add python2.7 support for enum flags via aenum |  Ole Troan | 1 | -3/+7 |
2018-12-18 | PAPI: Add MACAddress object wrapper for vl_api_mac_address_t |  Ole Troan | 1 | -3/+4 |
2018-12-13 | API: Use string type instead of u8. |  Ole Troan | 1 | -12/+36 |
2018-12-12 | PAPI: Allow ipaddress object as argument and return values from API calls |  Ole Troan | 1 | -43/+95 |
2018-12-06 | API: Change ip4_address and ip6_address to use type alias. |  Ole Troan | 1 | -2/+6 |
2018-11-29 | vpp_papi: Add custom exceptions. |  Paul Vinciguerra | 1 | -23/+31 |
2018-11-29 | API: Add support for type aliases |  Ole Troan | 1 | -1/+13 |
2018-11-28 | vpp_papi: Use new style classes. |  Paul Vinciguerra | 1 | -7/+7 |
2018-10-22 | PAPI: Add support for format/unformat functions. |  Ole Troan | 1 | -6/+35 |
2018-10-18 | PAPI: Expose API enums to tests / applications |  Ole Troan | 1 | -0/+10 |
2018-10-16 | PAPI: Add bool type support in vppapigen. |  Ole Troan | 1 | -0/+2 |
2018-10-02 | PAPI: Use UNIX domain sockets instead of shared memory |  Ole Troan | 1 | -1/+1 |
2018-09-07 | PAPI: Unpack embedded types with variable length arrays. |  Ole Troan | 1 | -19/+32 |
2018-08-03 | PAPI: Union pad at the end of short fields instead of at head. |  Ole Troan | 1 | -4/+2 |
2018-07-19 | PAPI: Remove logging calls from pack/unpack |  Ole Troan | 1 | -18/+0 |
2018-06-22 | Python API: Add enum and union support. |  Ole Troan | 1 | -0/+343 |
2018-06-18 | Revert "Python API: Add enum and union support." |  Ole Trøan | 1 | -332/+0 |
2018-06-17 | Python API: Add enum and union support. |  Ole Troan | 1 | -0/+332 |