.. |
alloc_basic_test.cpp
|
Add Polymorphic Memory Resource utilities and rework the separately compiled library:
|
2015-09-07 19:16:46 +02:00 |
alloc_full_test.cpp
|
Reduce bench constants for debug modes
|
2016-02-23 13:29:15 +01:00 |
allocator_argument_tester.hpp
|
Use namespace dtl instead of container_detail to avoid excessively long symbol names.
|
2017-11-07 00:51:46 +01:00 |
allocator_traits_test.cpp
|
Use namespace dtl instead of container_detail to avoid excessively long symbol names.
|
2017-11-07 00:51:46 +01:00 |
check_equal_containers.hpp
|
Fixes #117 ("flat_map/map::insert_or_assign with hint has wrong return types")
|
2019-04-23 17:03:09 +02:00 |
comparison_test.hpp
|
Closes #58 ("Comparing strings does not compile in gcc 7+ in C++17 mode")
|
2017-10-19 21:53:37 +02:00 |
container_common_tests.hpp
|
Disable ADL for as_const, it triggers ambiguities in VC14
|
2016-06-25 11:19:32 +02:00 |
default_init_test.hpp
|
Use internal typedef when passing allocator as argument.
|
2015-12-25 13:26:20 +01:00 |
deque_options_test.cpp
|
Add block size customization options to deque.
|
2019-04-28 19:18:22 +02:00 |
deque_test.cpp
|
Fix has_trivial_destructor_after_move
|
2019-06-01 22:36:54 +09:00 |
derived_from_memory_resource.hpp
|
Add Polymorphic Memory Resource utilities and rework the separately compiled library:
|
2015-09-07 19:16:46 +02:00 |
dummy_test_allocator.hpp
|
Use namespace dtl instead of container_detail to avoid excessively long symbol names.
|
2017-11-07 00:51:46 +01:00 |
emplace_test.hpp
|
Add hash_value
|
2018-09-26 01:07:21 +02:00 |
expand_bwd_test_allocator.hpp
|
Disable false positives on "-Wstringop-overflow" and "-Warray-bounds" in release mode
|
2018-09-15 01:15:25 +02:00 |
expand_bwd_test_template.hpp
|
Massive dependency reduction. Removed dependency on several boost libraries and standard C++ headers.
|
2015-01-02 19:34:21 +01:00 |
explicit_inst_deque_test.cpp
|
Refactor big test into smaller tests
|
2018-09-25 09:07:09 +02:00 |
explicit_inst_flat_map_test.cpp
|
Refactor big test into smaller tests
|
2018-09-25 09:07:09 +02:00 |
explicit_inst_flat_set_test.cpp
|
Refactor big test into smaller tests
|
2018-09-25 09:07:09 +02:00 |
explicit_inst_list_test.cpp
|
Refactor big test into smaller tests
|
2018-09-25 09:07:09 +02:00 |
explicit_inst_map_test.cpp
|
Refactor big test into smaller tests
|
2018-09-25 09:07:09 +02:00 |
explicit_inst_set_test.cpp
|
Refactor big test into smaller tests
|
2018-09-25 09:07:09 +02:00 |
explicit_inst_slist_test.cpp
|
Refactor big test into smaller tests
|
2018-09-25 09:07:09 +02:00 |
explicit_inst_small_vector_test.cpp
|
Refactor big test into smaller tests
|
2018-09-25 09:07:09 +02:00 |
explicit_inst_stable_vector_test.cpp
|
Refactor big test into smaller tests
|
2018-09-25 09:07:09 +02:00 |
explicit_inst_static_vector_test.cpp
|
Refactor big test into smaller tests
|
2018-09-25 09:07:09 +02:00 |
explicit_inst_string_test.cpp
|
Simplify redundant tested variants in functional tests.
|
2018-09-25 09:08:24 +02:00 |
explicit_inst_vector_test.cpp
|
Simplify redundant tested variants in functional tests.
|
2018-09-25 09:08:24 +02:00 |
flat_map_adaptor_test.cpp
|
Fixes #118 ("Non-unique inplace_set_difference used in in flat_tree_merge_unique and iterator invalidation in insert_unique")
|
2019-04-24 22:49:50 +02:00 |
flat_map_test.cpp
|
Fix "count" with heterogeneous lookups in flat_map and flat_set
|
2019-06-22 10:26:36 +02:00 |
flat_set_adaptor_test.cpp
|
Fixes #118 ("Non-unique inplace_set_difference used in in flat_tree_merge_unique and iterator invalidation in insert_unique")
|
2019-04-24 22:49:50 +02:00 |
flat_set_test.cpp
|
Fix "count" with heterogeneous lookups in flat_map and flat_set
|
2019-06-22 10:26:36 +02:00 |
flat_tree_test.cpp
|
Fix has_trivial_destructor_after_move
|
2019-06-01 22:36:54 +09:00 |
global_resource_test.cpp
|
Better use forward declarations and export symbols
|
2019-01-03 03:32:03 +01:00 |
hash_table_test.cppx
|
- Modified relational operators to be friend inline definitions. This allows compilation checking when instantiating classes, avoids predeclarations and results in less verbose code.
|
2013-12-23 23:34:28 +01:00 |
input_from_forward_iterator.hpp
|
Refactored uses of <iterator> and <algorithm> to avoid dependencies where possible.
|
2014-11-26 07:08:06 +01:00 |
insert_test.hpp
|
Test more constructors
|
2015-02-26 00:34:37 +01:00 |
insert_vs_emplace_test.cpp
|
Replaced BOOST_CONTIANER_NOEXCEPT with BOOST_NOEXCEPT
|
2015-01-28 22:11:00 +01:00 |
Jamfile.v2
|
Use namespace dtl instead of container_detail to avoid excessively long symbol names.
|
2017-11-07 00:51:46 +01:00 |
list_test.cpp
|
Fix has_trivial_destructor_after_move
|
2019-06-01 22:36:54 +09:00 |
list_test.hpp
|
Use namespace dtl instead of container_detail to avoid excessively long symbol names.
|
2017-11-07 00:51:46 +01:00 |
map_test.cpp
|
Fix has_trivial_destructor_after_move
|
2019-06-01 22:36:54 +09:00 |
map_test.hpp
|
Fixes #118 ("Non-unique inplace_set_difference used in in flat_tree_merge_unique and iterator invalidation in insert_unique")
|
2019-04-24 22:49:50 +02:00 |
memory_resource_logger.hpp
|
Add Polymorphic Memory Resource utilities and rework the separately compiled library:
|
2015-09-07 19:16:46 +02:00 |
memory_resource_test.cpp
|
Add Polymorphic Memory Resource utilities and rework the separately compiled library:
|
2015-09-07 19:16:46 +02:00 |
monotonic_buffer_resource_test.cpp
|
container: misc-typos
|
2018-09-23 15:54:39 -04:00 |
movable_int.hpp
|
Simplify redundant tested variants in functional tests.
|
2018-09-25 09:08:24 +02:00 |
node_handle_test.cpp
|
Use namespace dtl instead of container_detail to avoid excessively long symbol names.
|
2017-11-07 00:51:46 +01:00 |
null_iterators_test.cpp
|
Use namespace dtl instead of container_detail to avoid excessively long symbol names.
|
2017-11-07 00:51:46 +01:00 |
pair_test.cpp
|
Change forward_as_tuple to forward_as_tuple_impl as there are ambiguities when std headers are included. It's is used only in the pair test
|
2018-05-14 11:49:35 +02:00 |
pmr_deque_test.cpp
|
Use namespace dtl instead of container_detail to avoid excessively long symbol names.
|
2017-11-07 00:51:46 +01:00 |
pmr_flat_map_test.cpp
|
Use namespace dtl instead of container_detail to avoid excessively long symbol names.
|
2017-11-07 00:51:46 +01:00 |
pmr_flat_set_test.cpp
|
Use namespace dtl instead of container_detail to avoid excessively long symbol names.
|
2017-11-07 00:51:46 +01:00 |
pmr_list_test.cpp
|
Use namespace dtl instead of container_detail to avoid excessively long symbol names.
|
2017-11-07 00:51:46 +01:00 |
pmr_map_test.cpp
|
Use namespace dtl instead of container_detail to avoid excessively long symbol names.
|
2017-11-07 00:51:46 +01:00 |
pmr_set_test.cpp
|
Use namespace dtl instead of container_detail to avoid excessively long symbol names.
|
2017-11-07 00:51:46 +01:00 |
pmr_slist_test.cpp
|
Add Polymorphic Memory Resource utilities and rework the separately compiled library:
|
2015-09-07 19:16:46 +02:00 |
pmr_small_vector_test.cpp
|
Use namespace dtl instead of container_detail to avoid excessively long symbol names.
|
2017-11-07 00:51:46 +01:00 |
pmr_stable_vector_test.cpp
|
Use namespace dtl instead of container_detail to avoid excessively long symbol names.
|
2017-11-07 00:51:46 +01:00 |
pmr_static_vector_test.cpp
|
Add Polymorphic Memory Resource utilities and rework the separately compiled library:
|
2015-09-07 19:16:46 +02:00 |
pmr_string_test.cpp
|
Use namespace dtl instead of container_detail to avoid excessively long symbol names.
|
2017-11-07 00:51:46 +01:00 |
pmr_vector_test.cpp
|
Use namespace dtl instead of container_detail to avoid excessively long symbol names.
|
2017-11-07 00:51:46 +01:00 |
polymorphic_allocator_test.cpp
|
Use namespace dtl instead of container_detail to avoid excessively long symbol names.
|
2017-11-07 00:51:46 +01:00 |
pool_resource_test.hpp
|
Comment typo and tab
|
2016-05-13 22:17:23 +02:00 |
print_container.hpp
|
Massive dependency reduction. Removed dependency on several boost libraries and standard C++ headers.
|
2015-01-02 19:34:21 +01:00 |
propagate_allocator_test.hpp
|
small_vector: Added copy/move constructor/assignments from small_vector_base
|
2015-12-24 13:46:00 +01:00 |
propagation_test_allocator.hpp
|
Use namespace dtl instead of container_detail to avoid excessively long symbol names.
|
2017-11-07 00:51:46 +01:00 |
resource_adaptor_test.cpp
|
Fixes #107 ("Alignment ignored in resource_adaptor")
|
2019-05-05 02:06:46 +02:00 |
scoped_allocator_adaptor_test.cpp
|
Use namespace dtl instead of container_detail to avoid excessively long symbol names.
|
2017-11-07 00:51:46 +01:00 |
scoped_allocator_usage_test.cpp
|
Use namespace dtl instead of container_detail to avoid excessively long symbol names.
|
2017-11-07 00:51:46 +01:00 |
set_test.cpp
|
Fix has_trivial_destructor_after_move
|
2019-06-01 22:36:54 +09:00 |
set_test.hpp
|
Fixes #118 ("Non-unique inplace_set_difference used in in flat_tree_merge_unique and iterator invalidation in insert_unique")
|
2019-04-24 22:49:50 +02:00 |
slist_test.cpp
|
Fix has_trivial_destructor_after_move
|
2019-06-01 22:36:54 +09:00 |
small_vector_options_test.cpp
|
Add missing tests for small vector and static vector
|
2019-06-08 13:01:24 +02:00 |
small_vector_test.cpp
|
Fix has_trivial_destructor_after_move
|
2019-06-01 22:36:54 +09:00 |
stable_vector_test.cpp
|
Fix has_trivial_destructor_after_move
|
2019-06-01 22:36:54 +09:00 |
static_vector_options_test.cpp
|
Add missing tests for small vector and static vector
|
2019-06-08 13:01:24 +02:00 |
static_vector_test.cpp
|
Simplify redundant tested variants in functional tests.
|
2018-09-25 09:08:24 +02:00 |
static_vector_test.hpp
|
Massive dependency reduction. Removed dependency on several boost libraries and standard C++ headers.
|
2015-01-02 19:34:21 +01:00 |
string_test.cpp
|
Fix has_trivial_destructor_after_move
|
2019-06-01 22:36:54 +09:00 |
string_view_compat_test.cpp
|
Changed string_view interoperability to a templated solution in order to support also std::string_view.
|
2017-02-21 14:27:18 +01:00 |
synchronized_pool_resource_test.cpp
|
Add Polymorphic Memory Resource utilities and rework the separately compiled library:
|
2015-09-07 19:16:46 +02:00 |
throw_exception_test.cpp
|
Includes: Updated detail/xxx.hpp includes to core/xxx.hpp, added some missing move/traits.hpp and removed some unused ones.
|
2014-09-17 21:49:47 +02:00 |
tree_test.cpp
|
Fix has_trivial_destructor_after_move
|
2019-06-01 22:36:54 +09:00 |
unsynchronized_pool_resource_test.cpp
|
Add Polymorphic Memory Resource utilities and rework the separately compiled library:
|
2015-09-07 19:16:46 +02:00 |
uses_allocator_test.cpp
|
Add Polymorphic Memory Resource utilities and rework the separately compiled library:
|
2015-09-07 19:16:46 +02:00 |
vector_options_test.cpp
|
- Add configuration options to vector
|
2017-12-10 23:33:41 +01:00 |
vector_test.cpp
|
Fix has_trivial_destructor_after_move
|
2019-06-01 22:36:54 +09:00 |
vector_test.hpp
|
Fixed GitHub #74 ("vector assignment not using memcpy")
|
2018-06-16 11:51:31 +02:00 |