libatomic-ops 7.4.2-1ubuntu1 source package in Ubuntu

Changelog

libatomic-ops (7.4.2-1ubuntu1) utopic; urgency=medium

  * Merge with Debian; remaining changes:
    - Build using dh-autoreconf.
    - Show test results for failing tests.
    - Force AO_load() to map to AO_load_acquire() for powerpc.

libatomic-ops (7.4.2-1) unstable; urgency=medium

  * New upstream release
  * Update standards version 3.9.5 (no change)
 -- Matthias Klose <email address hidden>   Mon, 04 Aug 2014 12:48:07 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Utopic
Original maintainer:
Ian Wienand
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libatomic-ops_7.4.2.orig.tar.gz 454.4 KiB 784d9aec5e713c47ac5673bd4b9b0947e0d0cb03165ae6803d0e62e2c9921ccf
libatomic-ops_7.4.2-1ubuntu1.debian.tar.xz 10.7 KiB 2420e431b08c049115510eba4492aca6efcd4e5320ec0bb3e84176ba2ba48caf
libatomic-ops_7.4.2-1ubuntu1.dsc 1.1 KiB 46e3bf9ea9b4a3381bded15e1bb87e305f05785bb8d4883c4efaf37b13ddc2b3

Available diffs

View changes file

Binary packages built by this source

libatomic-ops-dev: A library for atomic operations (development files)

 Libatomic-ops implements a large collection of operations, each one
 of which is a combination of an (optional) atomic memory operation,
 and a memory barrier. It also implements associated feature-test
 macros that determine whether a particular operation is available
 on the current target hardware (either directly or by synthesis).
 Libatomic-ops attempts to replace various existing files with similar
 goals, since they usually do not handle differences in memory barrier
 styles with sufficient generality.
 .
 This package provides the header files and documentation needed by
 developers.