e6ed4dae3d
* Fix newer boost build. Changelog: mdds 0.11.2 * multi_type_vector * fixed various memory leaks associated with the set() method when a value overwrites an existing element in a managed block. mdds 0.11.1 * all * fixed a large number of outstanding defects reported by Coverity Scan. * multi_type_vector * fixed 2 cases of double-free bug in the variant of swap() that allows segmented swapping. mdds 0.11.0 * sorted_string_map (new) * new data structure to support efficient mapping of textural keys to numeric values when the key values are known at compile time. * multi_type_vector * fixed a bug in transfer() where two adjacent blocks of identical type would fail to be merged in some circumstances. * added shrink_to_fit() to allow trimming of any excess capacity from all non-empty blocks. * fixed a double-free bug in the variant of swap() that allows segmented swapping. * improved the exception message when the block position lookup fails to find valid block position, to make it easier to debug.
35 lines
1.3 KiB
Text
35 lines
1.3 KiB
Text
@comment $NetBSD: PLIST,v 1.7 2015/02/04 18:01:25 ryoon Exp $
|
|
include/mdds/compat/unique_ptr.hpp
|
|
include/mdds/default_deleter.hpp
|
|
include/mdds/flat_segment_tree.hpp
|
|
include/mdds/flat_segment_tree_def.inl
|
|
include/mdds/flat_segment_tree_itr.hpp
|
|
include/mdds/global.hpp
|
|
include/mdds/hash_container/map.hpp
|
|
include/mdds/mixed_type_matrix.hpp
|
|
include/mdds/mixed_type_matrix_def.inl
|
|
include/mdds/mixed_type_matrix_element.hpp
|
|
include/mdds/mixed_type_matrix_flag_storage.hpp
|
|
include/mdds/mixed_type_matrix_storage.hpp
|
|
include/mdds/mixed_type_matrix_storage_filled_linear.inl
|
|
include/mdds/mixed_type_matrix_storage_sparse.inl
|
|
include/mdds/multi_type_matrix.hpp
|
|
include/mdds/multi_type_matrix_def.inl
|
|
include/mdds/multi_type_vector.hpp
|
|
include/mdds/multi_type_vector_custom_func1.hpp
|
|
include/mdds/multi_type_vector_custom_func2.hpp
|
|
include/mdds/multi_type_vector_custom_func3.hpp
|
|
include/mdds/multi_type_vector_def.inl
|
|
include/mdds/multi_type_vector_itr.hpp
|
|
include/mdds/multi_type_vector_macro.hpp
|
|
include/mdds/multi_type_vector_trait.hpp
|
|
include/mdds/multi_type_vector_types.hpp
|
|
include/mdds/node.hpp
|
|
include/mdds/point_quad_tree.hpp
|
|
include/mdds/quad_node.hpp
|
|
include/mdds/rectangle_set.hpp
|
|
include/mdds/rectangle_set_def.inl
|
|
include/mdds/segment_tree.hpp
|
|
include/mdds/sorted_string_map.hpp
|
|
include/mdds/sorted_string_map_def.inl
|
|
share/pkgconfig/mdds.pc
|