Age | Commit message (Expand) | Author | Files | Lines |
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 |