pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/parallel/openpa Update to OpenPA 1.0.2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2ba1c7979ba2
branches: trunk
changeset: 568331:2ba1c7979ba2
user: asau <asau%pkgsrc.org@localhost>
date: Fri Dec 11 03:58:37 2009 +0000
description:
Update to OpenPA 1.0.2.
New in OpenPA v1.0.2:
Major Changes:
* Add support for 64-bit PPC.
* Static initializer macros for OPA types.
balaji (1):
* Fix pthread_mutex usage for inter-process shared memory regions.
buntinas (1):
* added OPA typedef for pthread_mutex_t
fortnern (4):
* Add more tests for compare-and-swap.
* Add integer compare-and-swap fairness test.
* Add pointer version of compare-and-swap fairness test.
* Added configure test for pthread_yield.
goodell (6):
* Fix bad include guard in the opa_by_lock.h header.
* Add new "unsafe" primitives. Also minor updates to the docs.
* Add support for 64-bit PPC.
* Update README to reflect 64-bit PPC support.
* Add static initializer macros for OPA_int_t/OPA_ptr_t.
* Actually include the COPYRIGHT and CHANGELOG files in the distribution.
jayesh (1):
* Fixed compiler warnings in NT intrinsics. Now type casting the arguments to NT intrinsics correctly
diffstat:
parallel/openpa/Makefile | 4 ++--
parallel/openpa/PLIST | 3 ++-
parallel/openpa/distinfo | 8 ++++----
3 files changed, 8 insertions(+), 7 deletions(-)
diffs (41 lines):
diff -r 15dcef8fff3b -r 2ba1c7979ba2 parallel/openpa/Makefile
--- a/parallel/openpa/Makefile Fri Dec 11 02:13:44 2009 +0000
+++ b/parallel/openpa/Makefile Fri Dec 11 03:58:37 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/10/23 21:57:20 asau Exp $
+# $NetBSD: Makefile,v 1.2 2009/12/11 03:58:37 asau Exp $
-DISTNAME= openpa-1.0.1
+DISTNAME= openpa-1.0.2
CATEGORIES= parallel
MASTER_SITES= http://trac.mcs.anl.gov/projects/openpa/raw-attachment/wiki/Downloads/
diff -r 15dcef8fff3b -r 2ba1c7979ba2 parallel/openpa/PLIST
--- a/parallel/openpa/PLIST Fri Dec 11 02:13:44 2009 +0000
+++ b/parallel/openpa/PLIST Fri Dec 11 03:58:37 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/10/23 21:57:20 asau Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/12/11 03:58:37 asau Exp $
include/opa_config.h
include/opa_primitives.h
include/opa_queue.h
@@ -16,5 +16,6 @@
include/primitives/opa_gcc_sicortex.h
include/primitives/opa_nt_intrinsics.h
include/primitives/opa_sun_atomic_ops.h
+include/primitives/opa_unsafe.h
lib/libopa.a
share/doc/openpa/README
diff -r 15dcef8fff3b -r 2ba1c7979ba2 parallel/openpa/distinfo
--- a/parallel/openpa/distinfo Fri Dec 11 02:13:44 2009 +0000
+++ b/parallel/openpa/distinfo Fri Dec 11 03:58:37 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/10/23 21:57:20 asau Exp $
+$NetBSD: distinfo,v 1.2 2009/12/11 03:58:37 asau Exp $
-SHA1 (openpa-1.0.1.tar.gz) = 0eebef95ede33d72dc9ddcfba584bb729766cb0e
-RMD160 (openpa-1.0.1.tar.gz) = 5777225663b591d34951e62d569d79f47f47b8d1
-Size (openpa-1.0.1.tar.gz) = 117211 bytes
+SHA1 (openpa-1.0.2.tar.gz) = bb632de1976a06baed3450b2306b1c1bb7695cb5
+RMD160 (openpa-1.0.2.tar.gz) = 016564a02a0559d75edc09e8ca5ce3bdcdca1228
+Size (openpa-1.0.2.tar.gz) = 126362 bytes
Home |
Main Index |
Thread Index |
Old Index