summaryrefslogtreecommitdiff
path: root/ovsdb/ovsdb-idlc.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* ovsdb: Fix reference to table's row on condition_add|remove_clauseLiran Schour2016-08-261-20/+20
* ovsdb: Add/use partial set updates.Ryan Moats2016-08-141-1/+64
* lib: add monitor_cond_change API to C IDL libLiran Schour2016-07-181-2/+362
* ovn-controller: Use new ovsdb-idl helpers to make logic more readable.Ben Pfaff2016-06-231-0/+12
* ovsdb-idlc.in: Autogenerate partial map updates functions.Edward Aymerich2016-05-181-0/+69
* ovsdb-idl: Add support for column tracking in IDL.Shad Ansari2016-01-121-4/+11
* ovsdb-idl: Add support for change tracking.Shad Ansari2015-11-231-0/+32
* ovsdb-idlc: Generate comments for "*_set_*" functions.Justin Pettit2015-03-041-17/+75
* ovsdb-idlc: Remove "*_get_*" warning from header file.Justin Pettit2015-03-041-4/+1
* ovsdb-idlc: Add comments for remaining non-"set" non-static functions.Justin Pettit2015-03-041-12/+64
* ovsdb-idlc: Use column name for "*_set_*" smap arguments.Justin Pettit2015-03-041-4/+4
* ovsdb-idlc: Constify 'char **'.Russell Bryant2015-02-191-1/+3
* ovsdb-idlc: Generate new *_get_for_uuid() functions.Ben Pfaff2014-03-281-0/+7
* ovsdb-idlc: Make schema version available.Justin Pettit2014-02-281-0/+12
* ovsdb-idlc: Ensure that initialization occurs single-threaded.Ben Pfaff2013-07-231-0/+2
* ovsdb-idlc: Write a new-line at the end of "annotate" output.Ben Pfaff2013-06-101-0/+1
* ovsdb-idlc: Make no-op writes to write-only columns cheaper.Ben Pfaff2013-03-051-9/+31
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-12/+12
* ovsdb: Enforce immutability of immutable columns.Ben Pfaff2012-09-051-0/+5
* lib: Utilize smaps in the idl.Ethan Jackson2012-06-141-63/+95
* ovsdb-idlc: Fix memory leak in "optional bool" columns.Ben Pfaff2012-03-231-9/+1
* idl: New helpers for accessing string maps.Ethan Jackson2012-03-221-0/+50
* idl: Generalize special case boolean exception.Ethan Jackson2012-02-081-25/+25