aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api/vapi/vapi_c_gen.py
AgeCommit message (Expand)AuthorFilesLines
2024-04-03tests: upgrade python packagesDave Wallace1-21/+35
2023-08-18vapi: improve vl_api_string_t handlingKlement Sekera1-13/+38
2023-08-18vapi: support servicesStanislav Zaikin1-42/+63
2023-08-16tests docs: update python3 venv packagesDave Wallace1-1/+0
2022-05-10tests: replace pycodestyle with blackKlement Sekera1-337/+490
2022-04-27vapi: Fix build when directory contains @Renato Botelho do Couto1-1/+1
2022-02-24vapi: Missing include file in vlib.api.vapi.hDave Wallace1-17/+17
2021-11-16vapi: verify message size when receivedKlement Sekera1-3/+40
2021-10-18interface: add api test fileFilip Tehlar1-1/+1
2021-09-27misc: api move continuedFlorin Coras1-3/+3
2020-05-04vapi: add support for defaults in typedefsPaul Vinciguerra1-3/+3
2020-05-01api: fix include_guard when path contains a plusRuslan Babayev1-1/+1
2020-04-24vapi: packed enum type generationNeale Ranns1-1/+14
2019-10-28vapi: switch to python3Ole Troan1-1/+1
2019-09-19api: split vl_api_prefix into twoOle Troan1-2/+2
2019-09-03api: enforce vla is last and fixed string typeOle Troan1-3/+9
2019-08-27api: revert use string type for strings in memclnt.apiOle Troan1-4/+1
2019-08-27api: use string type for strings in memclnt.apiOle Troan1-1/+4
2018-12-13vapi: code cleanupKlement Sekera1-5/+4
2018-12-06API: Change ip4_address and ip6_address to use type alias.Ole Troan1-7/+7
2018-11-29API: Add support for type aliasesOle Troan1-11/+32
2018-09-11vapi: support VLAs in typedefsKlement Sekera1-23/+64
2018-08-28VAPI: bugfixesKlement Sekera1-12/+8
2018-08-27VAPI: support enums & unionsKlement Sekera1-79/+121
2018-08-27cmake: add vapi buildDamjan Marion1-6/+13
2018-07-05VPP-1335 vapi crash when memclnt_keepalive receivedKlement Sekera1-2/+2
2018-05-04VAPI: support VLAs in type definitionsKlement Sekera1-18/+0
2018-03-07VAPI: Ensure type definitions are generated in same order as .api file.Ole Troan1-2/+2
2018-03-06API: Add service definitions for events and singleton messages (second attempt)Marek Gradzki1-0/+17
2018-03-05Revert "API: Add service definitions for events and singleton messages."Ole Trøan1-17/+0
2018-03-05API: Add service definitions for events and singleton messages.Ole Troan1-0/+17
2017-11-05Fix coverity warnings in VOM and VAPINeale Ranns1-2/+2
2017-09-28drop python3 dependencyKlement Sekera1-7/+9
2017-09-19Add C++ APIKlement Sekera1-153/+35
2017-09-19Add new C APIKlement Sekera1-0/+809