head 1.2; access; symbols pkgsrc-2015Q4:1.1.0.4 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.2 pkgsrc-2015Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2016.02.13.08.40.22; author wiz; state dead; branches; next 1.1; commitid tS0iTnKtuVeErJUy; 1.1 date 2015.08.12.00.45.18; author ryoon; state Exp; branches; next ; commitid Uq57zc3OHZANLUwy; desc @@ 1.2 log @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. @ text @$NetBSD: patch-include_mdds_flat__segment__tree__def.inl,v 1.1 2015/08/12 00:45:18 ryoon Exp $ https://gerrit.libreoffice.org/gitweb?p=core.git;a=commit;h=bead58cb4042ac42dee890e2f21ab7ea81136e54 --- include/mdds/flat_segment_tree_def.inl.orig 2015-06-11 23:53:55.000000000 +0000 +++ include/mdds/flat_segment_tree_def.inl @@@@ -46,7 +46,7 @@@@ flat_segment_tree<_Key, _Value>::flat_se // We don't ever use the value of the right leaf node, but we need the // value to be always the same, to make it easier to check for // equality. - m_right_leaf->value_leaf.value = ::std::numeric_limits::max(); + m_right_leaf->value_leaf.value = init_val; } template @ 1.1 log @Update to 0.12.1 * Apply patches from LibreOffice 5.0.0.5. Changelog: mdds 0.12.1 * flat_segment_tree * removed construction-from-int requirement from value_type to allow non-numeric types to be stored. * removed construction-from-int requirement from key_type as well. @ text @d1 1 a1 1 $NetBSD$ @