1 file changed
+1
-1
lines changed- .travis.yml+57-84
- .vscode/c_cpp_properties.json+11-5
- CMakeLists.txt+27-32
- README.md+24-3
- Version.cmake+1-1
- appveyor.yml+31-15
- cmake/ranges_env.cmake+9-6
- cmake/ranges_flags.cmake+14-8
- cmake/ranges_options.cmake+23-2
- conanfile.py+17-3
- example/CMakeLists.txt+1-1
- example/comprehensions.cpp+2-2
- include/meta/meta.hpp+55-22
- include/meta/meta_fwd.hpp+52-10
- include/range/v3/algorithm/equal.hpp+2-2
- include/range/v3/algorithm/inplace_merge.hpp+5-5
- include/range/v3/algorithm/stable_sort.hpp-1
- include/range/v3/begin_end.hpp+48-8
- include/range/v3/data.hpp+4-1
- include/range/v3/detail/adl_get.hpp+48
- include/range/v3/detail/config.hpp+81-77
- include/range/v3/detail/variant.hpp+4-8
- include/range/v3/experimental/view/shared.hpp+6-6
- include/range/v3/istream_range.hpp+5-8
- include/range/v3/iterator_range.hpp-1
- include/range/v3/range_access.hpp+3
- include/range/v3/range_concepts.hpp+1-1
- include/range/v3/range_fwd.hpp+5-44
- include/range/v3/range_traits.hpp+6-6
- include/range/v3/size.hpp+4-3
- include/range/v3/utility/any.hpp+10-1
- include/range/v3/utility/associated_types.hpp+14
- include/range/v3/utility/basic_iterator.hpp+72-55
- include/range/v3/utility/common_iterator.hpp+31-10
- include/range/v3/utility/common_tuple.hpp+72-8
- include/range/v3/utility/compressed_pair.hpp-1
- include/range/v3/utility/concepts.hpp+17-19
- include/range/v3/utility/counted_iterator.hpp+286-212
- include/range/v3/utility/functional.hpp+7-6
- include/range/v3/utility/invoke.hpp+1-2
- include/range/v3/utility/iterator.hpp+73-54
- include/range/v3/utility/iterator_concepts.hpp+12-35
- include/range/v3/utility/iterator_traits.hpp-3
- include/range/v3/utility/move.hpp+13-6
- include/range/v3/utility/random.hpp-1
- include/range/v3/utility/safe_int.hpp-339
- include/range/v3/utility/swap.hpp+13-12
- include/range/v3/utility/tagged_pair.hpp+137-89
- include/range/v3/utility/tuple_algorithm.hpp+10-9
- include/range/v3/utility/variant.hpp+2-1
- include/range/v3/version.hpp+1-1
- include/range/v3/view/all.hpp+2-1
- include/range/v3/view/any_view.hpp+15-12
- include/range/v3/view/cartesian_product.hpp+50-60
- include/range/v3/view/chunk.hpp+11-10
- include/range/v3/view/repeat.hpp+9-8
- include/range/v3/view/repeat_n.hpp+8-6
- include/range/v3/view/take.hpp+12-13
- include/range/v3/view/zip_with.hpp+2-2
- include/range/v3/view_facade.hpp+4-2
- install_libcxx.sh+11-7
- test/CMakeLists.txt+30-59
- test/action/CMakeLists.txt+19-75
- test/action/stable_sort.cpp+11-7
- test/algorithm/CMakeLists.txt+107-427
- test/algorithm/copy.cpp+1-1
- test/algorithm/merge.cpp+9-9
- test/algorithm/partition_copy.cpp+3-3
- test/algorithm/set_symmetric_difference.hpp+8-8
- test/algorithm/set_union.hpp+8-8
- test/algorithm/stable_sort.cpp+4
- test/algorithm/transform.cpp+6-6
- test/array.hpp-1
- test/bug474.cpp+7-7
- test/bug566.cpp+10-9
- test/constexpr_core.cpp-26
- test/container_conversion.cpp+1-1
- test/experimental/utility/CMakeLists.txt+1-4
- test/experimental/utility/generator.cpp+4-1
- test/experimental/view/CMakeLists.txt+1-3
- test/numeric/CMakeLists.txt+5-19
- test/span.cpp-8
- test/test_utils.hpp+9-3
- test/utility/CMakeLists.txt+11-43
- test/utility/basic_iterator.cpp+22-7
- test/utility/common_iterator.cpp-2
- test/utility/iterator.cpp+17
- test/utility/meta.cpp+3-6
- test/view/CMakeLists.txt+48-191
- test/view/any_view.cpp+17
- test/view/cartesian_product.cpp+58-3
- test/view/take.cpp+38-25
- test/view/zip.cpp+3-3
0 commit comments