.. |
adaptive_merge_test.cpp
|
Fixes Issue #25
|
2019-04-08 00:32:28 +02:00 |
adaptive_sort_test.cpp
|
Fixes Issue #25
|
2019-04-08 00:32:28 +02:00 |
adl_move_swap.cpp
|
Remove mentions of deprecated macros in documentation
|
2015-09-10 21:03:52 -07:00 |
algo_test.cpp
|
ADd new set_difference algorithm and tests.
|
2017-12-26 21:55:54 +01:00 |
back_move_inserter.cpp
|
Reduced dependencies on other Boost libraries to make the library a bit more lightweight.
|
2015-01-02 18:34:14 +01:00 |
bench_merge.cpp
|
Optimize sequence generation and add STL-like adaptive algorithms to the benchmark.
|
2018-12-31 01:02:40 +01:00 |
bench_sort.cpp
|
Optimize sequence generation and add STL-like adaptive algorithms to the benchmark.
|
2018-12-31 01:02:40 +01:00 |
construct_forward.cpp
|
Replaced <boost/move/utility.hpp> with <boost/move/utility_core.hpp> when possible to minimize dependencies.
|
2014-09-25 16:15:36 +02:00 |
conversion_test.cpp
|
Fix uninitialized variable warnings in GCC 4.9
|
2015-06-10 17:57:24 +02:00 |
copy_elision_test.cpp
|
Removed warnings in GCC 4.8 -Wall -pedantic
|
2014-09-25 16:45:22 +02:00 |
copy_move_optimization.cpp
|
Replaced <boost/move/utility.hpp> with <boost/move/utility_core.hpp> when possible to minimize dependencies.
|
2014-09-25 16:15:36 +02:00 |
inplace_merge_test.cpp
|
Fixed adaptive_sort/merge bugs for stability.
|
2016-11-12 18:58:16 +01:00 |
Jamfile.v2
|
Add CI framework
|
2018-06-19 06:21:21 +00:00 |
move_algorithm.cpp
|
Fixes #8420 and some clang errors.
|
2014-02-24 08:29:31 +01:00 |
move_if_noexcept.cpp
|
Removed tabs.
|
2016-03-23 22:11:25 +01:00 |
move_iterator.cpp
|
Use lightweight test.
|
2015-01-04 02:11:09 +01:00 |
move.cpp
|
Replaced <boost/move/utility.hpp> with <boost/move/utility_core.hpp> when possible to minimize dependencies.
|
2014-09-25 16:15:36 +02:00 |
order_type.hpp
|
Fixes Issue #25
|
2019-04-08 00:32:28 +02:00 |
random_shuffle.hpp
|
Improve randomness of random_shuffle
|
2018-12-31 00:55:28 +01:00 |
type_traits.cpp
|
- Reworked some traits to refactor code
|
2015-04-26 23:29:27 +02:00 |
unique_ptr_assign.cpp
|
Added support for bounded arrays in unique_ptr. Splitted test in several subtests.
|
2014-09-01 23:59:10 +02:00 |
unique_ptr_ctordtor.cpp
|
Modify unique_ptr's constructor from convertible unique_ptr's to take the argument by value. This allows constructing unique_ptr from functions returning convertible unique_ptr's. See https://svn.boost.org/trac/boost/ticket/11259 for some details.
|
2015-05-06 12:32:11 +02:00 |
unique_ptr_default_deleter.cpp
|
Removed warnings in GCC 4.8 -Wall -pedantic
|
2014-09-25 16:45:22 +02:00 |
unique_ptr_functions.cpp
|
Removed tabs.
|
2016-03-23 22:11:25 +01:00 |
unique_ptr_modifiers.cpp
|
Fix memory leaks when testing "unique_ptr.release()"
|
2015-04-12 12:42:34 +02:00 |
unique_ptr_movector.cpp
|
Extracted default_delete into its own header.
|
2014-09-02 16:28:17 +02:00 |
unique_ptr_nullptr.cpp
|
Added support for bounded arrays in unique_ptr. Splitted test in several subtests.
|
2014-09-01 23:59:10 +02:00 |
unique_ptr_observers.cpp
|
Added support for bounded arrays in unique_ptr. Splitted test in several subtests.
|
2014-09-01 23:59:10 +02:00 |
unique_ptr_test_utils_beg.hpp
|
Removed warnings in GCC 4.8 -Wall -pedantic
|
2014-09-25 16:45:22 +02:00 |
unique_ptr_test_utils_end.hpp
|
Added support for bounded arrays in unique_ptr. Splitted test in several subtests.
|
2014-09-01 23:59:10 +02:00 |
unique_ptr_types.cpp
|
Fixed Trac #12920 ("movelib::unique_ptr: incorrect pointer type for nested array")
|
2017-04-09 13:44:08 +02:00 |