pkgsrc/devel/mdds/PLIST
ryoon db70c8de35 mdds: Update to 1.5.0
Changelog:
mdds 1.5.0

* documentation

  * moved the documentation hosting to readthedocs.io, and adjusted the build
    steps.

  * moved the API incompatibility notes from README to the rst doc.

  * added the overview section for flat_segment_tree.

* multi_type_vector

  * fixed the static get(const const_position_type& pos) method for the
    boolean_element_block, by adding specialization for it to work around the
    issue with std::vector<bool> not having the at() method.

  * fixed an issue with the const position() method not returning a valid end
    position the same way the non-const variant does.

  * added steps to traverse blocks backward from the postiion specified in the
    position hint.  This may result in improved performance in some
    situations.

  * the standard integer blocks now use fixed size integer types i.e.

    * (u)int8_t

    * (u)int16_t

    * (u)int32_t

    * (u)int64_t

  * The numeric_element_block has been renamed to double_element_block.

  * added new block type to store float element values.

* general

  * added gdb pretty printers that prints the contents of the data structures.
2020-02-05 13:26:09 +00:00

37 lines
1.5 KiB
Text

@comment $NetBSD: PLIST,v 1.12 2020/02/05 13:26:09 ryoon Exp $
include/mdds-1.5/mdds/flat_segment_tree.hpp
include/mdds-1.5/mdds/flat_segment_tree_def.inl
include/mdds-1.5/mdds/flat_segment_tree_itr.hpp
include/mdds-1.5/mdds/global.hpp
include/mdds-1.5/mdds/multi_type_matrix.hpp
include/mdds-1.5/mdds/multi_type_matrix_def.inl
include/mdds-1.5/mdds/multi_type_vector.hpp
include/mdds-1.5/mdds/multi_type_vector/collection.hpp
include/mdds-1.5/mdds/multi_type_vector/collection_def.inl
include/mdds-1.5/mdds/multi_type_vector_custom_func1.hpp
include/mdds-1.5/mdds/multi_type_vector_custom_func2.hpp
include/mdds-1.5/mdds/multi_type_vector_custom_func3.hpp
include/mdds-1.5/mdds/multi_type_vector_def.inl
include/mdds-1.5/mdds/multi_type_vector_itr.hpp
include/mdds-1.5/mdds/multi_type_vector_macro.hpp
include/mdds-1.5/mdds/multi_type_vector_trait.hpp
include/mdds-1.5/mdds/multi_type_vector_types.hpp
include/mdds-1.5/mdds/node.hpp
include/mdds-1.5/mdds/point_quad_tree.hpp
include/mdds-1.5/mdds/quad_node.hpp
include/mdds-1.5/mdds/rectangle_set.hpp
include/mdds-1.5/mdds/rectangle_set_def.inl
include/mdds-1.5/mdds/rtree.hpp
include/mdds-1.5/mdds/rtree_def.inl
include/mdds-1.5/mdds/segment_tree.hpp
include/mdds-1.5/mdds/segment_tree_def.inl
include/mdds-1.5/mdds/sorted_string_map.hpp
include/mdds-1.5/mdds/sorted_string_map_def.inl
include/mdds-1.5/mdds/trie_map.hpp
include/mdds-1.5/mdds/trie_map_def.inl
include/mdds-1.5/mdds/trie_map_itr.hpp
share/doc/mdds/AUTHORS
share/doc/mdds/COPYING
share/doc/mdds/NEWS
share/doc/mdds/README.md
share/pkgconfig/mdds-1.5.pc