summaryrefslogtreecommitdiff
path: root/tests/test-util.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Fix invalid bit shift operations.Dumitru Ceara2022-05-171-7/+6
* sat-math: Add functions for saturating arithmetic on "long long int".Ben Pfaff2019-07-051-1/+41
* test-util: Avoid format truncation warning for snprintf() tests.Ben Pfaff2017-07-141-0/+10
* Add read-only option to ovs-dpctl and ovs-ofctl commands.Ryan Moats2016-08-151-17/+17
* lib/util.c: Optimise bitwise_rscan.Han Zhou2016-03-231-1/+102
* configure: Stop avoiding -Wformat-zero-length.Ben Pfaff2015-06-101-2/+1
* command-line: add ovs_cmdl_contextRussell Bryant2015-03-171-21/+24
* command-line: add ovs_cmdl_ prefixRussell Bryant2015-03-161-3/+3
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* ovs_assert, tests: Support NDEBUG.Jarno Rajahalme2014-10-301-7/+4
* command-line: Add function to print command usage.Alex Wang2014-10-281-16/+16
* util: Don't compile couple of unused function for Windows.Gurucharan Shetty2014-06-241-0/+23
* test-util: Changes for 'assert' test on Windows.Gurucharan Shetty2014-06-241-0/+5
* unit-test: Link 29 test programs into ovstestAndy Zhou2014-04-031-4/+6
* stdio: New module, initially to provide working [v]snprintf() on Windows.Ben Pfaff2013-12-241-0/+18
* lib/util: Add clz32() and clz64().Jarno Rajahalme2013-12-031-0/+53
* lib/util: Rename ctz() as ctz32().Jarno Rajahalme2013-12-031-8/+8
* util: Rename popcount to count_1bitsBen Pfaff2013-11-191-9/+9
* util: Make popcount() handle 64-bit integers, not separate popcount64().Ben Pfaff2013-11-181-34/+4
* lib/util: Add ctz64() and popcount64().Jarno Rajahalme2013-11-181-7/+60
* util: New function ovs_scan().Ben Pfaff2013-11-151-0/+533
* openvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_MAX, OVS_BE64_MAX.Ben Pfaff2013-09-171-1/+1
* util: New macros ROUND_UP_POW2, ROUND_DOWN_POW2.Ben Pfaff2013-07-171-0/+65
* Use random_*() instead of rand(), for thread safety.Ben Pfaff2013-06-281-3/+3
* Make most "struct option" instances "const".Ben Pfaff2013-05-031-1/+1
* util: Introduce ovs_assert macro.Ben Pfaff2013-01-161-1/+42
* util: New function popcount().Ben Pfaff2012-09-041-0/+57
* util: New function follow_symlinks().Ben Pfaff2012-08-011-0/+13
* tests: Slightly generalize utility function tests.Ben Pfaff2012-08-011-33/+57
* Avoid assigning the same value to a variable back-to-back.Ben Pfaff2012-05-141-1/+0
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* util: New function bitwise_is_all_zeros().Ben Pfaff2012-04-131-0/+47
* util: New function bitwise_one().Ben Pfaff2012-04-131-0/+43
* util: New function bitwise_zero().Ben Pfaff2012-02-011-0/+43
* util: Move bitwise_copy() here, add new bitwise functions, add a test.Ben Pfaff2012-02-011-1/+61
* packets: Add more utility functions for IPv4 and IPv6 addresses.Ben Pfaff2011-09-131-6/+25
* util: New function log_2_floor().Ben Pfaff2011-07-221-0/+52