./wip/libcmt, Composable Memory Transactions Library for C

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.0, Package name: libcmt-0.1.0, Maintainer: kamel.derouiche

Libcmt stands for composable memory transcations library.
It implements a transactional model of concurrency using Glib,where
deadlock is not possible (beaucouse there are not locks at all) and
transactions are composable


Required to run:
[devel/glib2]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: a1c89e733602db489db33ef4e92496cb2562e5ee
Filesize: 250.455 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-03 11:10:35 by Aleksej Saushev | Files touched by this commit (193)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2009-10-11 12:44:40 by Thomas Klausner | Files touched by this commit (286)
Log message:
Remove obsolete @dirrm lines.
   2009-05-06 12:32:00 by Kamel Derouiche | Files touched by this commit (5) | Imported package
Log message:
Import libcmt-0.1.0 as wip/libcmt.

Libcmt stands for composable memory transcations library.
It implements a transactional model of concurrency using Glib,where
deadlock is not possible (beaucouse there are not locks at all) and
transactions are composable