summaryrefslogtreecommitdiffstats
path: root/java/jvpp/gen/jvppgen/jvpp_model.py
AgeCommit message (Collapse)AuthorFilesLines
2019-06-17Skip CRC field for typesHEADmasterMichal Cmarada1-6/+7
VPP doesn't include crc field in types anymore, therefore we need to skip check if it exists. Change-Id: I1c6c7b72f22524387c15728b795d342011770c60 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-05-03fix vpp string type api implementationMichal Cmarada1-0/+2
- separate static string functions to string_t.h library - ignore string limit value for now. We would need to create wrapper class for string to support max length in java. API example: [ "string", "version", { "limit": 32 } ] Change-Id: I60a8a2c56397d54d49544551dc91733e12a0a0ea Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-03-15introduce boolean typeMichal Cmarada1-0/+1
Change-Id: Id8bd2473a6e16f6e8f8f85c495ce1ad2dad286c2 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-03-04Update package namesMichal Cmarada1-15/+15
updating package names from io.fd.vpp.jvpp* to io.fd.jvpp* Change-Id: Ia1634db8f0875ff6ecfeddc281041cd49c4aacc2 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-03-01introduce EnumSets for Flag typesMichal Cmarada1-1/+44
- this enables to set multiple enum options for flag types in VPP Change-Id: If7a59f8c3a47f712f6f591e1ce2547b15e0b2afb Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-01-23initial commit19.04-rc0Michal Cmarada1-0/+624
- migrates source code from VPP code base - modifies cmake configuration - adds cpack configuration for deb and rpm packaging - adds documentation Change-Id: Ib6a39030f6c47c8ae654fcb886c618e159fb63b4 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>