pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/mdds



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.




Home | Main Index | Thread Index | Old Index