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-src_flat__segment__tree__test.cpp,v 1.1 2015/08/12 00:45:18 ryoon Exp $ https://gerrit.libreoffice.org/gitweb?p=core.git;a=commit;h=bead58cb4042ac42dee890e2f21ab7ea81136e54 --- src/flat_segment_tree_test.cpp.orig 2015-06-11 23:53:55.000000000 +0000 +++ src/flat_segment_tree_test.cpp @@@@ -1943,6 +1943,10 @@@@ void fst_test_non_numeric_value() db.search(1, result); assert(result == "hello world"); + + db_type db2(db); + + assert(db == db2); } void fst_test_non_numeric_key() @ 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$ @