summaryrefslogtreecommitdiffstats
path: root/vppapigen/gram.y
AgeCommit message (Collapse)AuthorFilesLines
2016-07-21VPP-123: remove japi (the old Java API)Marek Gradzki1-2/+1
MANUAL_JAVA flag (used only by the japi) was also removed. Change-Id: Ied21521b2410af1c357afb04cbf9e849632ddc5f Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2016-06-24VPP-118: add support for variable length arrays to jvppMarek Gradzki1-0/+2
* extends VPP's message definition language with the following syntax: u32 count: u8 array[count]; which is traslated to: u32 count; u8 array[0]; but now, python API representation generated by vppapigen contains information about where the array length is stored. * modifies existing response messages to use the new syntax Change-Id: I68210bc7a3a755d03d067e9b79a567f40e2d31f3 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2015-12-08Initial commit of vpp code.v1.0.0Ed Warnicke1-0/+89
Change-Id: Ib246f1fbfce93274020ee93ce461e3d8bd8b9f17 Signed-off-by: Ed Warnicke <eaw@cisco.com>