summaryrefslogtreecommitdiff
path: root/ovsdb/ovsdb-idlc.in
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-idl: Add the support to specify the uuid for row insert.Numan Siddique2022-11-301-0/+15
* ovsdb: Add lazy-copy support for ovsdb_datum objects.Ilya Maximets2022-07-131-17/+18
* idlc: support short version of SAFE macros.Adrian Moreno2022-03-301-2/+17
* ovsdb-idlc: Avoid accessing member within NULL idl index cursors.Dumitru Ceara2022-02-141-1/+1
* ovsdb-data: Consolidate ovsdb atom and json strings.Ilya Maximets2021-11-301-2/+3
* ovsdb-data: Deduplicate string atoms.Ilya Maximets2021-09-241-58/+51
* ovsdb-idl: Add APIs to query if a table and a column is present.Numan Siddique2021-08-281-1/+27
* Remove Python 2 leftovers.Rosemarie O'Riorden2021-06-221-1/+0
* ovsdb-idl: Fix *_is_new() IDL functions.Mark Gray2020-11-161-3/+19
* ovsdb-idlc: Return expected sequence number while setting conditions.Ilya Maximets2020-11-161-3/+3
* ovsdb-idlc: Fix memory leak reported by Coverity.William Tu2020-05-121-0/+1
* ovsdb-idlc: Fix memory leak reported by Coverity.William Tu2020-05-121-2/+4
* Require Python 3 and remove support for Python 2.Ben Pfaff2019-09-271-1/+1
* ovsdb-idlc.in: fix dict change during iteration.Flavio Leitner2019-09-241-1/+1
* ovsdb-idlc: Use ALIGNED_CAST to avoid spurious warnings for index rows.Ben Pfaff2018-09-171-1/+1
* ovsdb-idlc.in: Support more interfaces for passing pointers of individual tab...Han Zhou2018-08-141-0/+25
* ovsdb-idl: Redesign use of indexes.Ben Pfaff2018-06-121-89/+96
* ovn-controller: Pass around pointers to individual tables.Ben Pfaff2018-06-111-0/+27
* Embrace anonymous unions.Ben Pfaff2018-05-251-0/+1
* ovsdb-idlc: Implement synthetic columns.Ben Pfaff2018-02-161-4/+85
* ovsdb-idlc: Add "cDecls" and "hDecls" IDL schema extensions.Ben Pfaff2018-02-161-3/+7
* ovsdb: Use items() instead of iteritems() for Python3Markos Chandras2018-01-091-3/+3
* ovsdb-idlc: Replace C/C++ keyword in column nameYi-Hung Wei2017-12-131-2/+29
* ovsdb-idl: Tolerate initialization races for singleton tables.Ben Pfaff2017-12-111-2/+6
* lib, ovsdb: Adapt headers for C++ usageYi-Hung Wei2017-12-011-1/+10
* ovsdb-idl: Avoid mutable type specifier.Joe Stringer2017-08-151-1/+1
* ovsdb-idl: Avoid class declaration.Joe Stringer2017-08-151-2/+2
* ovsdb-idl: Autogenerated functions for compound indexesLance Richardson2017-08-031-0/+258
* Python3 compatibility: fix integer problemsJason Wessel2017-07-061-1/+1
* Python3 compatibility: iteritems to itemsJason Wessel2017-07-061-4/+4
* Python3 compatibility: execfile to execJason Wessel2017-07-061-1/+1
* Python3 compatibility: exception cleanupJason Wessel2017-07-061-2/+2
* Python3 compatibility: Convert print statementsJason Wessel2017-07-061-261/+262
* ovsdb-idlc: Initialize nonnull string columns for inserted rows.Ben Pfaff2016-12-201-0/+5
* ovsdb-idl: Change interface to conditional monitoring.Ben Pfaff2016-12-191-191/+12
* ovsdb-idlc: Remove special case for "sizeof bool".Ben Pfaff2016-10-191-23/+4
* ovsdb-idl: Sort and unique-ify datum in ovsdb_idl_txn_write().Ben Pfaff2016-10-191-2/+0
* ovsdb-idlc: Eliminate <prefix>_init() function from generated code.Ben Pfaff2016-10-191-57/+30
* ovsdb-idlc: Consolidate assertions.Ben Pfaff2016-10-191-21/+12
* ovsdb-idlc: Declare loop variables in for statements in generated code.Ben Pfaff2016-10-191-14/+5
* ovsdb-idlc: Make generated references to columns easier to read.Ben Pfaff2016-10-191-38/+28
* ovsdb-idlc: Make generated references to table classes easier to read.Ben Pfaff2016-10-191-28/+29
* ovsdb-idlc: Simplify code generation to parse sets and maps of references.Ben Pfaff2016-10-191-21/+21
* ovsdb-idlc: Factor out sorting columns.Ben Pfaff2016-10-191-17/+20
* ovsdb-idlc: Remove obsolete documentation and usage.Ben Pfaff2016-10-191-1/+0
* ovsdb-idlc: Use ovsdb_datum_from_smap() instead of open-coding it.Ben Pfaff2016-10-191-42/+3
* ovsdb-idl: Update comments.Ben Pfaff2016-09-191-3/+1
* ovsdb-idlc: Fix logic error in IDL parse function.Mickey Spiegel2016-09-021-1/+1
* ovsdb-idlc: Make set and map update operations take const arguments.Ben Pfaff2016-08-311-19/+19
* ovsdb-idlc: Fix memory leaks in add and remove clause functions.Ben Pfaff2016-08-301-8/+24