coverity_scan:
project:
name: ivmai/libatomic_ops
- version: 7.5.0
+ version: 7.6.0
notification_email: ivmai@mail.ru
branch_pattern: master
build_command_prepend: CFLAGS=-march=native ./configure
-== [7.5.0] (development) ==
+== [7.6.0] 2017-05-19 ==
* Add *_and/or/xor* and *_[fetch_]compare_and_swap* tests to test_atomic
* Add asm-based and/or/xor implementation for char/short/int (gcc/x86)
Also, includes 7.4.6 changes
-== [7.4.6] (unset) ==
+== [7.4.6] 2017-05-18 ==
* Add assertion that double-wide CAS target is aligned (msftc/x86[_64])
* Add configure --enable-gcov option (enable code coverage analysis)
IN NEW CODE, PLEASE USE C11 OR C++14 STANDARD ATOMICS INSTEAD OF THIS PACKAGE.
-[![Travis-CI build status](https://travis-ci.org/ivmai/libatomic_ops.svg?branch=master)](https://travis-ci.org/ivmai/libatomic_ops)
-[![AppVeyor CI build status](https://ci.appveyor.com/api/projects/status/github/ivmai/libatomic_ops?branch=master&svg=true)](https://ci.appveyor.com/project/ivmai/libatomic-ops)
-[![Coveralls test coverage status](https://coveralls.io/repos/ivmai/libatomic_ops/badge.png?branch=master)](https://coveralls.io/github/ivmai/libatomic_ops)
-[![Coverity Scan build status](https://scan.coverity.com/projects/10809/badge.svg)](https://scan.coverity.com/projects/ivmai-libatomic_ops)
-
-This is version 7.5.0 (next release development) of libatomic_ops.
+This is version 7.6.0 of libatomic_ops.
## Download
-version: 7.5.0-{build}
+version: 7.6.0-{build}
clone_depth: 50
# Process this file with autoconf to produce a configure script.
-AC_INIT([libatomic_ops],[7.5.0],bdwgc@lists.opendylan.org)
+AC_INIT([libatomic_ops],[7.6.0],bdwgc@lists.opendylan.org)
AC_PREREQ(2.61)
AC_CANONICAL_TARGET([])
# Info (current:revision:age) for the Libtool versioning system.
# These numbers should be updated at most once just before the release,
# and, optionally, at most once during the development (after the release).
-LIBATOMIC_OPS_VER_INFO = 2:0:1
-LIBATOMIC_OPS_GPL_VER_INFO = 2:0:1
+LIBATOMIC_OPS_VER_INFO = 2:1:1
+LIBATOMIC_OPS_GPL_VER_INFO = 2:1:1
AM_CFLAGS=@PICFLAG@
AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src
/* The version here should match that in configure.ac and README. */
#define AO_VERSION_MAJOR 7
-#define AO_VERSION_MINOR 5
-#define AO_VERSION_MICRO 0 /* 7.5.0 */
+#define AO_VERSION_MINOR 6
+#define AO_VERSION_MICRO 0 /* 7.6.0 */