aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/binapi-generator/main.go
AgeCommit message (Expand)AuthorFilesLines
2020-04-17Format generated Go source code in-processv0.3.4Ondrej Fabry1-10/+9
2020-03-18Release 0.3.0v0.3.0Ondrej Fabry1-0/+2
2020-01-31Support imported type aliasesOndrej Fabry1-7/+127
2020-01-27Update jsongo depOndrej Fabry1-2/+2
2019-08-02Migrate to modules, refactor Makefile and use Travis for CIOndrej Fabry1-5/+31
2019-08-01Fix unit testsOndrej Fabry1-3/+11
2019-06-27Improvements for binapi-generator and support VPP 19.04 in statsclientOndrej Fabry1-44/+53
2019-06-12Fix parsing API with removed CRC for types and unionsOndrej Fabry1-2/+10
2019-06-06Add various generator improvementsOndrej Fabry1-54/+30
2019-06-04Fix union data size for types with enumsOndrej Fabry1-7/+11
2019-02-08Generator improvements and cleanupOndrej Fabry1-18/+20
2018-08-21Make the warnings for validating services more obviousOndrej Fabry1-5/+16
2018-08-16Refactor GoVPPOndrej Fabry1-0/+173
ght .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
#!/bin/bash
# defines vpp and vpp-plugins dependencies for rpm packages
# using range
echo "vpp >= 17.10, vpp < 17.11, vpp-plugins >= 17.10, vpp-plugins < 17.11"
# or specific vpp version
#echo "vpp = 17.10-rc1, vpp-plugins = 17.10-rc1"