aboutsummaryrefslogtreecommitdiff
path: root/devel/concurrencykit
Commit message (Collapse)AuthorAgeFilesLines
* devel/concurrencykit: Update to 0.4.5Kubilay Kocak2015-02-092-5/+5
| | | | | | | | | | | | - Update to 0.4.5 - Remove RTM as a default OPTION Changes: * http://concurrencykit.org/releases/ck-0.4.5.announcement Notes: svn path=/head/; revision=378704
* devel/concurrencykit: Update to 0.4.4Kubilay Kocak2015-01-303-3/+8
| | | | | | | | - Update to 0.4.4 - Strip shared library Notes: svn path=/head/; revision=378149
* Cleanup plistBaptiste Daroussin2014-10-271-8/+0
| | | | Notes: svn path=/head/; revision=371544
* devel/concurrencykit: Update to 0.4.3Kubilay Kocak2014-08-272-3/+4
| | | | | | | | - Update to 0.4.3 - Add LICENSE_FILE Notes: svn path=/head/; revision=366313
* devel/concurrencykit: Update to 0.4.2Kubilay Kocak2014-05-303-12/+17
| | | | | | | | | | | | | | | - Update to 0.4.2 - Update pkg-plist Changes: https://github.com/concurrencykit/ck/commits/0.4.2 PR: ports/189836 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Notes: svn path=/head/; revision=355914
* devel/concurrencykit: Update to 0.4.1Kubilay Kocak2014-03-083-39/+40
| | | | | | | | | | | | - Update to 0.4.1 - Update and sort pkg-plist Changes: * http://concurrencykit.org/cgit/cgit.cgi/ck/log/ Notes: svn path=/head/; revision=347443
* devel/concurrencykit: Add options for VMAPACK and RTMKubilay Kocak2014-02-191-1/+13
| | | | | | | | | | | | | | - Add VMAPACK option: Enable pointer packing - Add RTM option: Restricted Transactional Memory (x86_64 only) While I'm here: - Switch GNU_CONFIGURE to HAS_CONFIGURE and set --mandir Requested by: Samy Al Bahra (Author via IRC) Notes: svn path=/head/; revision=345018
* devel/concurrencykit: Update to 0.3.5, Update LICENSEKubilay Kocak2014-02-163-17/+19
| | | | | | | | | | | - Update to 0.3.5 - Update pkg-plist - Update LICENSE (BSD2CLAUSE) Changes: http://concurrencykit.org/cgit/cgit.cgi/ck/log/ Notes: svn path=/head/; revision=344552
* devel/concurrencykit: Update to 0.3.2Kubilay Kocak2013-11-033-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | - Update to 0.3.2 - Update pkg-plist Changes: 2013-10-18 * doc: Fix ck_array_put_unique manual page prototype. * ck_array: Change semantics of put_unique return values. * doc: Add some ck_array manual pages. * ck_array: Add AppNexus to Copyright. * ck_array: Additional regressions coverage and code clean-up. * regressions/ck_hs: Increase coverage across multiple start sizes. * ck_array: Fix use-after-free on transactional put. * ck_array: Remove variable name from ck_array_init declaration. * ck_array: Reallocation on producer-path requires deferral. * ck_array: Add ck_array_initialized functionality. * build: Bump version for next release. * ck_array: Simple eliminating SPMC dense array for fast iteration. * doc: Fix documentation for ck_pr_*_zero functions. Notes: svn path=/head/; revision=332585
* devel/concurrencykit: Update to 0.3.1Kubilay Kocak2013-10-024-139/+144
| | | | | | | | | | | | - Update to 0.3.1 - Update pkg-plist - Enable Staging - Remove Makefile.man containing MAN3 macros Changes: http://concurrencykit.org/cgit/cgit.cgi/ck/log/ Notes: svn path=/head/; revision=329029
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* devel/concurrencykit: Update to 0.2.20Kubilay Kocak2013-07-214-4/+18
| | | | | | | | | | | | | | | | | | | | - Update to 0.2.20 - Use PLIST_SUB for shared library version in pkg-plist - Update pkg-plist and Makefile.man Changes: - Support for Intel TSX extensions (ck_pr_rtm) - Support for lock elision - A ck_hs_move operation - Support for reader-writer cohort locks Release Announcement: https://groups.google.com/forum/#!topic/concurrencykit/Yx-g3CBFR2Y Notes: svn path=/head/; revision=323369
* devel/concurrencykit: [NEW PORT] Lock-free data structures for high ↵Kubilay Kocak2013-06-255-0/+211
performance concurrent systems Concurrency Kit provides a plethora of concurrency primitives, safe memory reclamation mechanisms and non-blocking data structures designed to aid in the design and implementation of high performance concurrent systems. WWW: http://concurrencykit.org Reviewed by: Samy Bahra Notes: svn path=/head/; revision=321743