aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2020-04-17Format generated Go source code in-processv0.3.4Ondrej Fabry2-17/+15
2020-03-18Release 0.3.0v0.3.0Ondrej Fabry3-7/+21
2020-01-31Support imported type aliasesOndrej Fabry4-31/+207
2020-01-27Update jsongo depOndrej Fabry2-10/+10
2020-01-20Fix parsing default meta parameterOndrej Fabry2-2/+2
2019-10-30fix data races in proxy serverMatus Mrekaj1-2/+7
2019-10-17add missing implementation for proxyMatus Mrekaj1-0/+8
2019-10-10Introduce proxy for VPPOndrej Fabry1-0/+131
2019-09-09Fix compatibility with latest master (20.01-rc0)Ondrej Fabry3-16/+29
2019-08-02Migrate to modules, refactor Makefile and use Travis for CIOndrej Fabry1-5/+31
2019-08-01Fix unit testsOndrej Fabry2-13/+22
2019-07-02Fix duplicate typesOndrej Fabry1-13/+37
2019-06-27Improvements for binapi-generator and support VPP 19.04 in statsclientOndrej Fabry5-212/+223
2019-06-12Fix parsing API with removed CRC for types and unionsOndrej Fabry3-15/+27
2019-06-06Add various generator improvementsOndrej Fabry6-169/+260
2019-06-04Fix union data size for types with enumsOndrej Fabry4-32/+95
2019-05-27Add support for field meta data to binapi-generatorOndrej Fabry3-14/+62
2019-02-08Add support for using multiple generated versionsOndrej Fabry1-0/+8
2019-02-08Generator improvements and cleanupOndrej Fabry6-248/+292
2019-01-31Generator improvementsOndrej Fabry3-71/+93
2019-01-10Add support for string typesOndrej Fabry3-58/+70
2019-01-02added support for string typeVladimir Lavor2-13/+11
2018-12-13Add support for aliases and boolean typeOndrej Fabry4-95/+240
2018-10-03Omit message factory and line numbers from generated outputOndrej Fabry1-20/+5
2018-08-24Simplify subscribing to events and fix eventsOndrej Fabry1-1/+2
2018-08-22Show VPPApiError value always and remove RegisterBinAPITypes for mock adapterOndrej Fabry2-28/+27
2018-08-21Make the warnings for validating services more obviousOndrej Fabry4-125/+169
2018-08-16Refactor GoVPPOndrej Fabry8-678/+1581
2018-01-26Make including VlAPIVersion in generated file as opt-inOndrej Fabry1-9/+13
2018-01-25Update examples, tests and testdata after binapi-generator update.Milan Lenco4-383/+3330
2018-01-24Update binapi-generator for the new VPPAPIGEN.Milan Lenco1-11/+28
2017-11-28Add WaitReady to VppAdapterOndrej Fabry1-2/+2
2017-09-25generator fix - add new message typeRastislav Szabo1-0/+5
2017-09-25generator fix - better identification of message typesRastislav Szabo2-16/+23
2017-07-26Modify the generator to generate the code that is ignored by golint https://g...Lukas Macko1-1/+2
2017-05-22binapi-generator renamed & moved, finished documentationRastislav Szabo9-0/+1480