summaryrefslogtreecommitdiff
path: root/tests/test-cmap.c
Commit message (Expand)AuthorAgeFilesLines
* cmap: use multi-variable iterators.Adrian Moreno2022-03-301-0/+3
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-301-2/+2
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-021-3/+0
* test-cmap: Avoid shift by full width of type in find_batch().Ben Pfaff2017-06-011-3/+2
* Add read-only option to ovs-dpctl and ovs-ofctl commands.Ryan Moats2016-08-151-3/+3
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* cmap: New macro CMAP_INITIALIZER, for initializing an empty cmap.Ben Pfaff2016-05-091-3/+2
* bitmap: Convert single bitmap functions to 64-bit.Jesse Gross2015-06-251-2/+2
* command-line: add ovs_cmdl_contextRussell Bryant2015-03-171-9/+14
* command-line: add ovs_cmdl_ prefixRussell Bryant2015-03-161-2/+2
* ovs_assert, tests: Support NDEBUG.Jarno Rajahalme2014-10-301-4/+3
* command-line: Add function to print command usage.Alex Wang2014-10-281-3/+3
* lib/cmap: cmap_find_batch().Jarno Rajahalme2014-10-061-5/+167
* tests/test-cmap: Balance benchmarks between cmap and hmap.Jarno Rajahalme2014-10-061-13/+21
* Fix remaining "uninitialized local variable" used warning by MSVC.Gurucharan Shetty2014-09-151-1/+2
* cmap: Fix cmap_next_position()Daniele Di Proietto2014-07-161-1/+19
* lib/cmap: Simplify iteration with C99 loop declaration.Jarno Rajahalme2014-06-111-7/+5
* lib/cmap: Add more hmap-like functionality.Jarno Rajahalme2014-05-281-3/+14
* cmap: New module for cuckoo hash table.Ben Pfaff2014-05-201-0/+455