aboutsummaryrefslogtreecommitdiffstats
path: root/vpp-api/java/jvpp/gen
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Move java,lua api and remaining plugins to src/Damjan Marion12-2742/+0
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+5
2016-12-15Fix NPE in JNI while handling int arrays, VPP-559Marek Gradzki1-6/+6
2016-11-30VPP-530: adapt jvpp generation for VPP API splittingMarek Gradzki1-25/+46
2016-11-17VPP-534 Remove references to DTOs created in JVppMaros Marsalek2-0/+6
2016-11-07Fix longArray type in JVPP generatorMaros Marsalek1-2/+2
2016-11-03Remove unused jvpp dependency on plugins' control_pingMarek Gradzki2-8/+3
2016-10-31VPP-120: add custom types support to jvppMarek Gradzki6-337/+647
2016-10-25Improve equals generation for jvpp DTOsMarek Gradzki1-6/+7
2016-10-25Improve JNI code generation (array truncation)Marek Gradzki1-9/+14
2016-10-12VPP-362 Implement dumping of LISP adjacenciesFilip Tehlar1-1/+2
2016-09-30VPP-120: include custom types to Python representation of vpe.apiMarek Gradzki1-1/+1
2016-09-29VPP-378: rename jvpp package to the same as groupId of deployed jarsMarek Gradzki4-21/+21
2016-09-20VPP-348 Return empty DumpReply instead of nullMaros Marsalek1-14/+16
2016-09-20VPP-413 DTOs generated by JVpp improvements:Maros Marsalek2-31/+162
2016-08-16VPP-205: jvpp plugin support.Marek Gradzki9-300/+468
2016-08-16Create python package for jvpp generation.Ed Warnicke10-36/+44
2016-08-03VPP-233: disallow array[0] in reply messagesMarek Gradzki1-0/+5
2016-08-02VPP-229: fix NPE in JNI array handlingMarek Gradzki1-4/+4
2016-08-01Jvpp: add handling for mising unsigned array typesMarek Gradzki1-4/+34
2016-07-30Addition of u16[] to JVPP generatorKeith Burns (alagalah)1-0/+15
2016-07-11VPP-190: support variable length array syntax in request messagesMarek Gradzki1-2/+4
2016-07-06VPP-184 - Bad type translation in jvppJan Srnicek1-2/+2
2016-06-24VPP-118: add support for variable length arrays to jvppMarek Gradzki2-4/+27
2016-06-09VPP-119: JVpp notificationsMaros Marsalek9-135/+392
2016-06-09HONEYCOMB-67 Introduce exception handling into JVPPTibor Sirovatka6-38/+122
2016-06-07Add u32[] type handling in reply messages to jvppMarek Gradzki1-3/+16
2016-05-31Fix u16 type handling in jvppMarek Gradzki1-3/+7
2016-05-24VPP-86: fix array copy in generated JNI codeMarek Gradzki2-18/+29
2016-05-23Changed JVPP interface for construction and connectivityTibor Sirovatka3-6/+39
2016-05-12JVPP - null checks changed to Objects.requireNonNull usageTibor Sirovatka2-8/+2
2016-05-04HONEYCOMB-10: fix issues with FindClass in multithreaded environmentsMarek Gradzki1-8/+55
2016-05-02HONEYCOMB-10: Add specific methods for each request to Future facadeMaros Marsalek1-4/+98
2016-05-02HONEYCOMB-10: jVpp - the new java API. C code and jar file generationMarek Gradzki8-30/+542
2016-05-02HONEYCOMB-10: jVpp - the new java API. Java code generationMaros Marsalek6-0/+965