summaryrefslogtreecommitdiff
path: root/lib/librte_kvargs
AgeCommit message (Expand)Author
2020-10-19build: remove library name from version map file nameBruce Richardson
2020-09-08build: remove makefilesCiara Power
2020-08-12version: 20.11-rc0Thomas Monjalon
2020-05-19kvargs: fix strcmp helper documentationGaetan Rivet
2020-05-06kvargs: fix invalid token parsing on FreeBSDOlivier Matz
2020-03-31eal: move common header filesThomas Monjalon
2020-03-27kvargs: fix buffer overflow when parsing listYunjian Wang
2019-11-20build: align symbols with global ABI versionPawel Modrak
2019-11-20build: remove individual library versionsAnatoly Burakov
2019-06-29remove experimental tags from all symbol definitionsDavid Marchand
2019-06-05build: generate Windows exports fileBruce Richardson
2019-04-03build: add module definition files for WindowsAnand Rawat
2019-02-25compat: merge compat library into EALBruce Richardson
2018-10-26kvargs: support list valueThomas Monjalon
2018-10-24kvargs: fix processing a null listThomas Monjalon
2018-07-26kvargs: fix building with meson outside source treeBruce Richardson
2018-07-15kvargs: add generic string matching callbackGaetan Rivet
2018-07-15kvargs: introduce a more flexible parsing functionGaetan Rivet
2018-07-15kvargs: build before EALGaetan Rivet
2018-07-15kvargs: remove error logsGaetan Rivet
2018-05-25use SPDX tag for 6WIND copyrighted filesOlivier Matz
2018-03-28kvargs: fix syntax in commentsKeith Wiles
2018-02-01kvargs: use SPDX tagsOlivier Matz
2018-01-30build: replace license text with SPDX tagBruce Richardson
2018-01-30lib: build with mesonBruce Richardson
2017-10-24mk: do not generate LDLIBS from directory dependenciesOlivier Matz
2017-03-27mk: optimize directory dependenciesOlivier Matz
2017-01-13kvargs: make pointers in string arrays constBruce Richardson
2016-01-27remove unneeded tests for NULL when freeingDavid Marchand
2015-03-04kvargs: fix freeing behaviour for nullPawel Wodkowski
2015-02-03mk: add library version extensionNeil Horman
2015-02-03lib: provide initial versioningNeil Horman
2014-06-17kvargs: fix build with gcc 4.5.1Min Cao
2014-04-10devargs: use a comma instead of semicolon to separate key/valuesOlivier Matz
2014-02-26kvargs: make the NULL key to match all entriesOlivier Matz
2014-02-26kvargs: add the key in handler pametersOlivier Matz
2014-02-26kvargs: add const attribute in handler parametersOlivier Matz
2014-02-26kvargs: be strict when matching a keyOlivier Matz
2014-02-26kvargs: simpler parsing and allow duplicated keysOlivier Matz
2014-02-26kvargs: rework API to fix memory leakOlivier Matz
2014-02-26kvargs: remove useless size fieldOlivier Matz
2014-02-26kvargs: remove driver name in argumentsOlivier Matz
2014-02-26kvargs: add a new library to parse key/value argumentsOlivier Matz