Subject: CVS commit: pkgsrc/devel/mdds
From: Thomas Klausner
Date: 2016-02-13 09:40:22
Message id: 20160213084022.B5E9BFBB7@cvs.NetBSD.org

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.

Files:
RevisionActionfile
1.29modifypkgsrc/devel/mdds/Makefile
1.9modifypkgsrc/devel/mdds/PLIST
1.4modifypkgsrc/devel/mdds/buildlink3.mk
1.16modifypkgsrc/devel/mdds/distinfo
1.1removepkgsrc/devel/mdds/patches/patch-include_mdds_flat__segment__tree.hpp
1.1removepkgsrc/devel/mdds/patches/patch-include_mdds_flat__segment__tree__def.inl
1.1removepkgsrc/devel/mdds/patches/patch-include_mdds_mixed__type__matrix__def.inl
1.1removepkgsrc/devel/mdds/patches/patch-include_mdds_mixed__type__matrix__storage__filled__linear.inl
1.1removepkgsrc/devel/mdds/patches/patch-include_mdds_multi__type__vector__itr.hpp
1.1removepkgsrc/devel/mdds/patches/patch-include_mdds_point__quad__tree.hpp
1.1removepkgsrc/devel/mdds/patches/patch-src_flat__segment__tree__test.cpp