Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 0ACD37ABDD for ; Sat, 13 Feb 2016 08:40:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A55C585F46; Sat, 13 Feb 2016 08:40:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3354685EA4 for ; Sat, 13 Feb 2016 08:40:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id nXba_bfS22a0 for ; Sat, 13 Feb 2016 08:40:22 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BAA8285E6C for ; Sat, 13 Feb 2016 08:40:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B5E9BFBB7; Sat, 13 Feb 2016 08:40:22 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 13 Feb 2016 08:40:22 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/mdds To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160213084022.B5E9BFBB7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sat Feb 13 08:40:22 UTC 2016 Modified Files: pkgsrc/devel/mdds: Makefile PLIST buildlink3.mk distinfo Removed Files: pkgsrc/devel/mdds/patches: patch-include_mdds_flat__segment__tree.hpp patch-include_mdds_flat__segment__tree__def.inl patch-include_mdds_mixed__type__matrix__def.inl patch-include_mdds_mixed__type__matrix__storage__filled__linear.inl patch-include_mdds_multi__type__vector__itr.hpp patch-include_mdds_point__quad__tree.hpp patch-src_flat__segment__tree__test.cpp Log Message: Update mdds to 1.0, based on the wip version by coypu and leot. mdds 1.0.0 * all * introduced API versioning to ease parallel installation of API incompatible versions. Version 1.0.0 will have an API versoin of 1.0. * C++11 is now a hard requirement. * added API documentation via Doxygen, Sphinx and Breathe. * mixed_type_matrix * officially removed for good in favor of multi_type_matrix. * multi_type_vector * added memory usage reduction by conditionally shrinking the capacity of the underlying vector containers. * added slight performance gain by revising block adjustment policy during splitting of blocks. * sorted_string_map * fixed a bug where a non-matching key was incorrectly returned as a matching key. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/mdds/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/mdds/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/mdds/buildlink3.mk cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/mdds/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/devel/mdds/patches/patch-include_mdds_flat__segment__tree.hpp \ pkgsrc/devel/mdds/patches/patch-include_mdds_flat__segment__tree__def.inl \ pkgsrc/devel/mdds/patches/patch-include_mdds_mixed__type__matrix__def.inl \ pkgsrc/devel/mdds/patches/patch-include_mdds_mixed__type__matrix__storage__filled__linear.inl \ pkgsrc/devel/mdds/patches/patch-include_mdds_multi__type__vector__itr.hpp \ pkgsrc/devel/mdds/patches/patch-include_mdds_point__quad__tree.hpp \ pkgsrc/devel/mdds/patches/patch-src_flat__segment__tree__test.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.