summaryrefslogtreecommitdiff
path: root/lib/util.h
Commit message (Expand)AuthorAgeFilesLines
* ovs-ofctl: Add option for color output to dump-flows command.Quentin Monnet2016-03-181-0/+2
* util: New macro BUILD_ASSERT_TYPE.Ben Pfaff2016-02-081-2/+18
* flow: Pass last field to miniflow_pad_to_64().Simon Horman2015-12-221-0/+4
* types: Define OVS_*128_MAX statically.Joe Stringer2015-12-221-3/+1
* types: Add big-endian 128-bit types and helpers.Joe Stringer2015-10-131-0/+30
* util: Generalize rightmost_1bit_idx(), leftmost_1bit_idx().Ben Pfaff2015-09-291-13/+8
* Merge remote-tracking branch 'origin/master' into ovn4Justin Pettit2015-06-181-0/+3
|\
| * flow: Make assertions about offsets within struct flow easier to follow.Ben Pfaff2015-06-151-0/+3
* | Merge "master" into "ovn".Ben Pfaff2015-06-131-1/+11
|\ \ | |/
| * configure: Stop avoiding -Wformat-zero-length.Ben Pfaff2015-06-101-2/+2
| * types: Rename and move ovs_u128_equal().Joe Stringer2015-06-091-0/+7
| * util: Library routines for printing and scanning large hex integers.Jesse Gross2015-05-281-0/+3
* | util: Add more bitwise operations.Ben Pfaff2015-04-151-1/+8
|/
* lib/util.h: use types compatible with DWORDNithin Raju2015-02-121-4/+4
* lib: Expose SOURCE_LOCATOR as OVS_SOURCE_LOACATORThomas Graf2014-12-151-9/+1
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-16/+16
* util: Fix include for htonl().Joe Stringer2014-12-041-1/+1
* lib: Add API to set program name and versionThomas Graf2014-11-251-4/+2
* util: Introduce ovs_scan_len()Pravin B Shelar2014-11-121-0/+1
* util: Add be32_prefix_mask().Jarno Rajahalme2014-11-111-0/+9
* ovs_assert, tests: Support NDEBUG.Jarno Rajahalme2014-10-301-5/+6
* util: Make hexits_value() support 64-bit integers too.Ben Pfaff2014-10-081-1/+1
* util: New function bitwise_scan().Ben Pfaff2014-10-071-0/+2
* lib/bitmap: Faster bitmap functions.Jarno Rajahalme2014-10-071-1/+1
* util: Use MSVC compiler intrinsic for clz and ctz.Gurucharan Shetty2014-10-061-0/+36
* compiler: Define NO_RETURN for MSVC.Gurucharan Shetty2014-09-151-10/+10
* Avoid uninitialized variable warnings with OBJECT_OFFSETOF() in MSVC.Gurucharan Shetty2014-09-121-0/+7
* lib/util: Change is_all_zeros and is_all_ones to take a void *.Jarno Rajahalme2014-09-081-2/+2
* util: fix compile warningsAnsis Atteka2014-07-081-1/+1
* util: Don't compile couple of unused function for Windows.Gurucharan Shetty2014-06-241-0/+2
* util: Move definition of HANDLE here.Ben Pfaff2014-06-131-0/+4
* util: Remove duplicate CACHE_LINE_SIZE definition.Ben Pfaff2014-05-081-2/+0
* lib: Add prefetch support (for GCC)Jarno Rajahalme2014-04-291-0/+14
* lib/util: Input validation in str_to_uintZoltan Kiss2014-04-231-18/+1
* util: xleep for Windows.Gurucharan Shetty2014-03-311-1/+1
* lib/ofpbuf: CompactJarno Rajahalme2014-03-291-0/+1
* utils: Introduce xsleep for RCU quiescent statePravin2014-03-211-0/+1
* util: New functions for allocating memory while avoiding false sharing.Ben Pfaff2014-03-181-1/+5
* util: Move CACHE_LINE_SIZE here.Ben Pfaff2014-03-131-0/+5
* util: New macro PAD_SIZE.Ben Pfaff2014-03-131-0/+3
* ovsdb-server: Truncate file for Windows.Gurucharan Shetty2014-03-121-0/+1
* util: Pre-allocate buffer for ovs_lasterror_to_string().Gurucharan Shetty2014-02-141-0/+1
* util: Make xreadlink a static function.Gurucharan Shetty2014-02-131-1/+0
* util: A generic function to convert error to string for windows.Gurucharan Shetty2014-01-281-0/+5
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-1/+1
* Update openvswitch to allow linking from C++ projectsHarold Lim2013-12-171-1/+1
* lib/util: Make some functions in util.c inlineHelmut Schaa2013-12-131-3/+18
* lib/util: More portable use of builtin popcnt.Jarno Rajahalme2013-12-121-28/+34
* util: Fix sparse warning.Ben Pfaff2013-12-101-1/+2
* util: Better count_1bits().Jarno Rajahalme2013-12-061-1/+42