1 file changed
+1
-1
lines changed- .github/workflows/ci.yml+3-11
- .gitignore-11
- CMakeLists.txt+27-16
- README.md+4-4
- bench/bench_vectors.cpp+202-65
- doc/container.qbk+42-3
- example/doc_custom_deque.cpp+23
- include/boost/container/allocator.hpp+1-1
- include/boost/container/deque.hpp+1.2k-1.0k
- include/boost/container/detail/advanced_insert_int.hpp+3-2
- include/boost/container/detail/alloc_lib.h+9-9
- include/boost/container/detail/config_begin.hpp-1
- include/boost/container/detail/copy_move_algo.hpp+88-23
- include/boost/container/detail/pair.hpp+72-13
- include/boost/container/devector.hpp+9-10
- include/boost/container/flat_map.hpp+4-4
- include/boost/container/list.hpp+1-1
- include/boost/container/new_allocator.hpp+1-1
- include/boost/container/options.hpp+54-23
- include/boost/container/slist.hpp+1-1
- include/boost/container/static_vector.hpp+15-17
- include/boost/container/vector.hpp+20-20
- src/dlmalloc_2_8_6.c+8-11
- src/dlmalloc_ext_2_8_6.c+9-9
- test/CMakeLists.txt+100
- test/allocator_argument_tester.hpp+1-1
- test/boost_iterator_comp_test.cpp+12
- test/common_iterator_test.cpp-2
- test/deque_options_test.cpp+67
- test/deque_test.cpp+101-16
- test/dummy_test_allocator.hpp+39-2
- test/expand_bwd_test_template.hpp+2-2
- test/explicit_inst_deque_test.cpp+15
- test/explicit_inst_vector_test.cpp+1-31
- test/vector_options_test.cpp+4
- test/vector_test.hpp+53
0 commit comments