multi_index/test
joaquintides 3ad3171006 removed unneeded typename 2023-05-21 11:58:47 +02:00
..
Jamfile.v2 implemented node extraction/insertion (#27) 2020-05-09 20:25:41 +02:00
check_bmi_key_supported.cpp renamed file 2018-09-03 09:25:51 +02:00
count_allocator.hpp implemented node extraction/insertion (#27) 2020-05-09 20:25:41 +02:00
employee.hpp added/trimmed #include's 2018-12-31 10:59:06 +01:00
non_std_allocator.hpp implemented node extraction/insertion (#27) 2020-05-09 20:25:41 +02:00
pair_of_ints.hpp removed header-level dependency from Boost.Serialization 2023-02-26 19:16:45 +01:00
pre_multi_index.hpp merged up to rev. 47041 from trunk 2008-07-03 16:51:53 +00:00
rooted_allocator.hpp refactored rooted_allocator 2020-01-27 12:33:02 +01:00
small_allocator.hpp inherited size_type and difference_type from the allocator 2018-12-29 13:06:57 +01:00
test_all_main.cpp implemented node extraction/insertion (#27) 2020-05-09 20:25:41 +02:00
test_alloc_awareness.cpp avoided deprecated #includes, fixed Boost.Move headers 2020-05-10 12:17:55 +02:00
test_alloc_awareness.hpp made multi_index_container AllocatorAware (#30) 2020-01-26 11:52:23 +01:00
test_alloc_awareness_main.cpp made multi_index_container AllocatorAware (#30) 2020-01-26 11:52:23 +01:00
test_basic.cpp removed C++11 parlance 2017-11-25 22:05:44 +01:00
test_basic.hpp merged up to rev. 47041 from trunk 2008-07-03 16:51:53 +00:00
test_basic_main.cpp merged [82897], [82970] and [82993] from trunk 2013-02-19 14:49:33 +00:00
test_capacity.cpp suppressed narrowing conversion warning 2015-06-02 08:43:29 +02:00
test_capacity.hpp merged up to rev. 47041 from trunk 2008-07-03 16:51:53 +00:00
test_capacity_main.cpp merged [82897], [82970] and [82993] from trunk 2013-02-19 14:49:33 +00:00
test_comparison.cpp copied content from develop after wrongly made merge 2013-12-25 12:36:32 +01:00
test_comparison.hpp merged up to rev. 47041 from trunk 2008-07-03 16:51:53 +00:00
test_comparison_main.cpp merged [82897], [82970] and [82993] from trunk 2013-02-19 14:49:33 +00:00
test_composite_key.cpp fixed #45 2021-07-08 19:41:40 +02:00
test_composite_key.hpp merged up to rev. 47041 from trunk 2008-07-03 16:51:53 +00:00
test_composite_key_main.cpp merged [82897], [82970] and [82993] from trunk 2013-02-19 14:49:33 +00:00
test_conv_iterators.cpp merged [82897], [82970] and [82993] from trunk 2013-02-19 14:49:33 +00:00
test_conv_iterators.hpp merged up to rev. 47041 from trunk 2008-07-03 16:51:53 +00:00
test_conv_iterators_main.cpp merged [82897], [82970] and [82993] from trunk 2013-02-19 14:49:33 +00:00
test_copy_assignment.cpp added/trimmed #include's 2018-12-31 10:59:06 +01:00
test_copy_assignment.hpp merged up to rev. 47041 from trunk 2008-07-03 16:51:53 +00:00
test_copy_assignment_main.cpp merged [82897], [82970] and [82993] from trunk 2013-02-19 14:49:33 +00:00
test_hash_ops.cpp copied content from develop after wrongly made merge 2013-12-25 12:36:32 +01:00
test_hash_ops.hpp merged up to rev. 47041 from trunk 2008-07-03 16:51:53 +00:00
test_hash_ops_main.cpp merged [82897], [82970] and [82993] from trunk 2013-02-19 14:49:33 +00:00
test_iterators.cpp removed unneeded typename 2023-05-21 11:58:47 +02:00
test_iterators.hpp merged up to rev. 47041 from trunk 2008-07-03 16:51:53 +00:00
test_iterators_main.cpp merged [82897], [82970] and [82993] from trunk 2013-02-19 14:49:33 +00:00
test_key.cpp handled volatile/ref-qualified/noexcept memfun key extraction (#24) 2019-06-09 17:32:46 +02:00
test_key.hpp introduced C++17 terse key specification syntax 2018-08-17 13:07:53 +02:00
test_key_extractors.cpp updated dates and release notes 2022-04-08 17:13:04 +02:00
test_key_extractors.hpp merged up to rev. 47041 from trunk 2008-07-03 16:51:53 +00:00
test_key_extractors_main.cpp merged [82897], [82970] and [82993] from trunk 2013-02-19 14:49:33 +00:00
test_key_main.cpp introduced C++17 terse key specification syntax 2018-08-17 13:07:53 +02:00
test_list_ops.cpp implemented merge operations (#49) 2021-08-19 10:41:03 +02:00
test_list_ops.hpp merged up to rev. 47041 from trunk 2008-07-03 16:51:53 +00:00
test_list_ops_main.cpp merged [82897], [82970] and [82993] from trunk 2013-02-19 14:49:33 +00:00
test_modifiers.cpp added/trimmed #include's 2018-12-31 10:59:06 +01:00
test_modifiers.hpp merged up to rev. 47041 from trunk 2008-07-03 16:51:53 +00:00
test_modifiers_main.cpp merged [82897], [82970] and [82993] from trunk 2013-02-19 14:49:33 +00:00
test_mpl_ops.cpp merged up to rev. 47041 from trunk 2008-07-03 16:51:53 +00:00
test_mpl_ops.hpp merged up to rev. 47041 from trunk 2008-07-03 16:51:53 +00:00
test_mpl_ops_main.cpp merged [82897], [82970] and [82993] from trunk 2013-02-19 14:49:33 +00:00
test_node_handling.cpp suppressed spurious GCC type-limits warnings 2021-08-28 10:52:28 +02:00
test_node_handling.hpp implemented node extraction/insertion (#27) 2020-05-09 20:25:41 +02:00
test_node_handling_main.cpp implemented node extraction/insertion (#27) 2020-05-09 20:25:41 +02:00
test_observers.cpp merged [82897], [82970] and [82993] from trunk 2013-02-19 14:49:33 +00:00
test_observers.hpp merged up to rev. 47041 from trunk 2008-07-03 16:51:53 +00:00
test_observers_main.cpp merged [82897], [82970] and [82993] from trunk 2013-02-19 14:49:33 +00:00
test_projection.cpp merged [82897], [82970] and [82993] from trunk 2013-02-19 14:49:33 +00:00
test_projection.hpp merged up to rev. 47041 from trunk 2008-07-03 16:51:53 +00:00
test_projection_main.cpp merged [82897], [82970] and [82993] from trunk 2013-02-19 14:49:33 +00:00
test_range.cpp stopped relying on stdlib function objects' ::result_type 2020-06-29 11:51:24 +02:00
test_range.hpp merged up to rev. 47041 from trunk 2008-07-03 16:51:53 +00:00
test_range_main.cpp merged [82897], [82970] and [82993] from trunk 2013-02-19 14:49:33 +00:00
test_rank_ops.cpp fixed [12955] 2017-04-10 12:36:25 +02:00
test_rank_ops.hpp added ranked indices, plus some doc stylistic updates 2015-04-19 21:10:31 +02:00
test_rank_ops_main.cpp added ranked indices, plus some doc stylistic updates 2015-04-19 21:10:31 +02:00
test_rearrange.cpp updated dates and release notes 2022-04-08 17:13:04 +02:00
test_rearrange.hpp merged up to rev. 47041 from trunk 2008-07-03 16:51:53 +00:00
test_rearrange_main.cpp merged [82897], [82970] and [82993] from trunk 2013-02-19 14:49:33 +00:00
test_safe_mode.cpp implemented merge operations (#49) 2021-08-19 10:41:03 +02:00
test_safe_mode.hpp merged up to rev. 47041 from trunk 2008-07-03 16:51:53 +00:00
test_safe_mode_main.cpp merged [82897], [82970] and [82993] from trunk 2013-02-19 14:49:33 +00:00
test_serialization.cpp merged up to rev. 47041 from trunk 2008-07-03 16:51:53 +00:00
test_serialization.hpp merged up to rev. 47041 from trunk 2008-07-03 16:51:53 +00:00
test_serialization1.cpp merged up to rev. 47041 from trunk 2008-07-03 16:51:53 +00:00
test_serialization1.hpp merged up to rev. 47041 from trunk 2008-07-03 16:51:53 +00:00
test_serialization2.cpp merged up to rev. 47041 from trunk 2008-07-03 16:51:53 +00:00
test_serialization2.hpp merged up to rev. 47041 from trunk 2008-07-03 16:51:53 +00:00
test_serialization3.cpp avoided Boost.Move use for the sake of old GCC versions 2018-04-20 10:51:06 +02:00
test_serialization3.hpp merged up to rev. 47041 from trunk 2008-07-03 16:51:53 +00:00
test_serialization_main.cpp merged [82897], [82970] and [82993] from trunk 2013-02-19 14:49:33 +00:00
test_serialization_template.hpp merged [82897], [82970] and [82993] from trunk 2013-02-19 14:49:33 +00:00
test_set_ops.cpp improved performance of count in ranked indices (#56) 2022-02-05 12:59:43 +01:00
test_set_ops.hpp merged up to rev. 47041 from trunk 2008-07-03 16:51:53 +00:00
test_set_ops_main.cpp merged [82897], [82970] and [82993] from trunk 2013-02-19 14:49:33 +00:00
test_special_set_ops.cpp added contains (#35) 2021-07-29 12:04:15 +02:00
test_special_set_ops.hpp merged up to rev. 47041 from trunk 2008-07-03 16:51:53 +00:00
test_special_set_ops_main.cpp merged [82897], [82970] and [82993] from trunk 2013-02-19 14:49:33 +00:00
test_update.cpp shut down "unsigned>=0"-type tautological-compare Clang warnings 2018-12-29 21:33:28 +01:00
test_update.hpp merged up to rev. 47041 from trunk 2008-07-03 16:51:53 +00:00
test_update_main.cpp merged [82897], [82970] and [82993] from trunk 2013-02-19 14:49:33 +00:00