summaryrefslogtreecommitdiffstats
path: root/src/tools/vppapigen/vppapigen_c.py
AgeCommit message (Expand)AuthorFilesLines
2020-02-26api: improve api string safetyJakub Grajciar1-3/+2
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-12-07lacp: fix control_ping from pluginsOle Troan1-0/+4
2019-11-24vppapigen: clean up typos in c generated codePaul Vinciguerra1-4/+4
2019-11-24vppapigen: fix i64 format stringPaul Vinciguerra1-1/+1
2019-11-24vppapigen: fix typo on f64 endian_stringPaul Vinciguerra1-4/+4
2019-10-10acl: remove api boilerplateOle Troan1-0/+3
2019-10-10memif: remove api boilerplateOle Troan1-0/+2
2019-10-09api: autogenerate event handler functions for *_test.cOle Troan1-0/+17
2019-09-25api: split api generated filesOle Troan1-71/+253
2019-09-19api: split vl_api_prefix into twoOle Troan1-42/+34
2019-09-16api: autogenerate api trace print/endianOle Troan1-66/+346
2019-09-03api: enforce vla is last and fixed string typeOle Troan1-2/+9
2019-07-31vppapigen: add endian_string for f64Paul Vinciguerra1-0/+1
2019-06-07vppapigen: Fold up CRC from dependent types.Ole Troan1-2/+2
2019-05-30ipip: refactor ipip.api with explicit typesOle Troan1-0/+1
2019-03-22vppapigen: allow for enum size other than u32Andrew Yourtchenko1-1/+10
2018-12-13API: Use string type instead of u8.Ole Troan1-4/+12
2018-12-03API: C generator improve symbol protection.Ole Troan1-2/+2
2018-11-29API: Add support for type aliasesOle Troan1-2/+11
2018-09-13Fix: vppapigen make build fails on fresh installPaul Vinciguerra1-0/+286