Age | Commit message (Expand) | Author | Files | Lines |
2023-02-03 | vppapigen: fix incorrect comments in json |  Ondrej Fabry | 1 | -0/+2 |
2023-01-18 | vppapigen: include comments in json |  Ole Troan | 1 | -11/+23 |
2022-08-05 | vppapigen: make json in parallel |  Nathan Skrzypczak | 1 | -58/+91 |
2022-05-24 | api: start enum values from 0 |  Filip Varga | 1 | -1/+1 |
2022-05-10 | tests: replace pycodestyle with black |  Klement Sekera | 1 | -399/+414 |
2021-04-26 | vppapigen: remove flag day code |  Paul Vinciguerra | 1 | -296/+0 |
2021-02-15 | vppapigen: py2 cleanup - remove subclassing of object |  Paul Vinciguerra | 1 | -3/+3 |
2021-02-05 | nat: 1:1 policy NAT |  Ole Troan | 1 | -1/+1 |
2021-02-03 | vppapigen: Support an 'autoendian' keyword for message definitions in |  Neale Ranns | 1 | -0/+5 |
2021-02-03 | vppapigen: fix enum types |  Paul Vinciguerra | 1 | -2/+11 |
2020-12-10 | api: remove unused singular option |  Ole Troan | 1 | -7/+1 |
2020-12-04 | vppapigen: add parser support for enumflags |  Paul Vinciguerra | 1 | -50/+113 |
2020-11-25 | api: vat2 and json autogeneration for api messages |  Ole Troan | 1 | -324/+338 |
2020-11-21 | vppapigen: move import processing logic to individual plugins |  Paul Vinciguerra | 1 | -37/+43 |
2020-10-13 | stats: counters data model |  Ole Troan | 1 | -8/+97 |
2020-10-06 | feature: Add packet trace API |  Jon Loeliger | 1 | -4/+10 |
2020-09-11 | build: fix build for Debian 9 and Debian 10 |  Benoît Ganne | 1 | -4/+5 |
2020-09-01 | vppapigen: supports backwards compatible marking of enums |  Ole Troan | 1 | -18/+38 |
2020-08-13 | vppapigen: remove unreachable code |  Ole Troan | 1 | -1/+0 |
2020-08-11 | vppapigen: add support for empty options |  Ole Troan | 1 | -3/+7 |
2020-07-23 | vppapigen: missing crcs in user-defined types |  Ole Troan | 1 | -1/+296 |
2020-05-25 | api: add new stream message convention |  Ole Troan | 1 | -1/+6 |
2020-05-19 | vppapigen: handle new api file for crcchekcer |  Ole Troan | 1 | -2/+9 |
2020-05-16 | vppapigen: add assert for python version |  Ole Troan | 1 | -2/+4 |
2020-05-09 | vppapigen: api crc checker |  Ole Troan | 1 | -23/+51 |
2020-04-06 | misc: fix python sonarcloud BLOCKER level issues |  Paul Vinciguerra | 1 | -1/+1 |
2020-03-04 | vppapigen: crc is a negative value for some messages when using python 2.7 |  Mark Nelson | 1 | -2/+2 |
2020-02-04 | vppapigen: fix options representation |  Ole Troan | 1 | -1/+1 |
2019-09-25 | api: split api generated files |  Ole Troan | 1 | -2/+7 |
2019-09-19 | api: split vl_api_prefix into two |  Ole Troan | 1 | -3/+4 |
2019-09-18 | vppapigen: fix missing vla check for union class |  Ole Troan | 1 | -51/+32 |
2019-09-18 | vppapigen: fix tests and run on verify |  Paul Vinciguerra | 1 | -14/+35 |
2019-09-16 | api: autogenerate api trace print/endian |  Ole Troan | 1 | -9/+70 |
2019-09-10 | misc: fix shebang with missing env |  Nathan Skrzypczak | 1 | -1/+1 |
2019-09-03 | api: enforce vla is last and fixed string type |  Ole Troan | 1 | -9/+65 |
2019-08-20 | vppapigen: remove support for legacy typedefs |  Paul Vinciguerra | 1 | -1/+3 |
2019-08-20 | vppapigen: remove python2 support |  Paul Vinciguerra | 1 | -28/+30 |
2019-08-19 | vppapigen map: raise ValueError when fieldname is python keyword |  Paul Vinciguerra | 1 | -0/+4 |
2019-08-01 | vppapigen: revert "implement reversible repr's" |  Vratko Polak | 1 | -34/+15 |
2019-07-31 | vppapigen: implement reversible repr's |  Paul Vinciguerra | 1 | -15/+34 |
2019-07-03 | vppapigen: allow decimal number in NUM token |  Paul Vinciguerra | 1 | -2/+6 |
2019-06-20 | vppapigen: allow negative number in NUM token |  Ole Troan | 1 | -1/+1 |
2019-06-18 | fib: fib api updates |  Neale Ranns | 1 | -2/+0 |
2019-06-07 | API: Add support for "defaults" |  Ole Troan | 1 | -4/+17 |
2019-06-07 | vppapigen: Fold up CRC from dependent types. |  Ole Troan | 1 | -26/+41 |
2019-04-29 | API: Add support for limits to language. |  Ole Troan | 1 | -5/+11 |
2019-02-18 | Resolve vppapigen DeprecationWarning. |  Paul Vinciguerra | 1 | -6/+7 |
2019-02-02 | Python3: Move vppapigen to python3. |  Paul Vinciguerra | 1 | -7/+12 |
2018-11-29 | vppapigen: Fix python3 compatibility |  Ole Troan | 1 | -24/+40 |
2018-11-29 | API: Add support for type aliases |  Ole Troan | 1 | -1/+28 |