Commit Graph

  • 24b7c98ca1 Merge pull request #156 from boostorg/develop boost-1.88.0.beta1 boost-1.88.0 neilgroves 2025-02-08 16:31:29 +00:00
  • a18dbf5d33 Merge pull request #155 from Lastique/feature/add_enable_if_convertible_include neilgroves 2025-02-07 19:15:20 +00:00
  • 55aab1f437 Added a dedicated include for enable_if_convertible. Andrey Semashev 2025-02-07 14:00:51 +03:00
  • f142776ac2 Merge pull request #154 from Lastique/feature/fix_mpl_includes neilgroves 2025-02-07 10:57:30 +00:00
  • c9ebed771c Fix missing and unneeded Boost.MPL includes. Andrey Semashev 2025-02-01 02:04:46 +03:00
  • bee1538a77 Merge pull request #153 from boostorg/develop neilgroves 2025-01-26 18:25:16 +00:00
  • acb5648eac Merge pull request #150 from gogagum/develop neilgroves 2024-10-10 23:10:32 +01:00
  • bc2127c9a9 Fix missing include. Georgiy Guminov 2024-06-09 17:59:07 +03:00
  • 2bb6b63679 Merge pull request #148 from boostorg/develop boost-1.87.0.beta1 boost-1.87.0 boost-1.86.0.beta1 boost-1.86.0 boost-1.85.0.beta1 boost-1.85.0 neilgroves 2024-01-15 18:44:43 +00:00
  • ead855f4f3 Rework as esp-idf component esp-idf-component 0xFEEDC0DE64 2023-11-23 17:17:05 +01:00
  • f0e109312c Merge pull request #144 from tobias-loew/fix-mfc develop neilgroves 2023-08-28 08:41:52 +01:00
  • 3920ef2e7a Merge pull request #146 from BenFrantzDale/issue-145 neilgroves 2023-04-21 22:18:11 +01:00
  • 41bff33b2c Fix for docs: https://github.com/boostorg/range/issues/145 Ben FrantzDale 2023-04-21 14:38:08 -04:00
  • b2e4d5ad4b Merge branch 'boostorg:develop' into fix-mfc Tobias Loew 2023-04-12 09:07:19 +02:00
  • d52236c0b8 fixed compilation error in mfc.hpp with VS2022, MSVC 14.3 Tobias Loew 2023-04-12 09:04:41 +02:00
  • 014c48f1b1 Merge pull request #137 from fanquake/patch-1 neilgroves 2022-08-24 17:55:01 +01:00
  • 9c783ecbef refactor: use core/noncopyable over boost/noncopyable Michael Ford 2022-08-23 16:00:08 +01:00
  • d6e0a32f2e Merge pull request #131 from BenjaminRodenberg/patch-1 Glen Fernandes 2022-01-23 09:01:28 -05:00
  • 95095cf4bb Fix typo Benjamin Rodenberg 2022-01-23 12:53:11 +01:00
  • 88c6199aed Merge branch 'master' into develop boost-1.84.0.beta1 boost-1.84.0 boost-1.83.0.beta1 boost-1.83.0 boost-1.82.0.beta1 boost-1.82.0 boost-1.81.0.beta1 boost-1.81.0 boost-1.80.0.beta1 boost-1.80.0 boost-1.79.0.beta1 boost-1.79.0 boost-1.78.0.beta1 boost-1.78.0 boost-1.77.0.beta1 boost-1.77.0 master Peter Dimov 2021-05-29 01:02:17 +03:00
  • fd40a25fea Add CMakeLists.txt Peter Dimov 2021-03-18 17:28:05 +02:00
  • da69f60d3e Merge pull request #120 from eldiener/develop neilgroves 2021-01-21 09:13:11 +00:00
  • 6fc6e92adc [skip ci] Add "cxxstd" json field. The "cxxstd" json field is being added to each Boost library's meta json information for libraries in order to specify the minumum C++ standard compilation level. The value of this field matches one of the values for 'cxxstd' in Boost.Build. The purpose of doing this is to provide information for the Boost website documentation for each library which will specify the minimum C++ standard compilation that an end-user must employ in order to use the particular library. This will aid end-users who want to know if they can successfully use a Boost library based on their C++ compiler's compilation level, without having to search the library's documentation to find this out. Edward Diener 2021-01-21 03:20:56 -05:00
  • e13030df17 Merge pull request #117 from Mike-Devel/patch-1 Glen Fernandes 2020-12-12 09:21:49 -05:00
  • 6776ffa8e8 Replace incldue of outdated boost/cast.hpp header Mike-Devel 2020-11-19 14:25:21 +01:00
  • 000b4882aa Merge branch 'develop' boost-1.76.0.beta1 boost-1.76.0 boost-1.75.0.beta1 boost-1.75.0 Glen Fernandes 2020-11-03 07:32:17 -05:00
  • 486c74fbeb No longer include the deprecated headers in metafunctions.hpp Glen Fernandes 2020-09-12 07:48:06 -04:00
  • f3ff60c3bc Merge branch 'develop' boost-1.74.0.beta1 boost-1.74.0 Neil Groves 2020-06-24 19:44:12 +01:00
  • 72e2a4457a Merge pull request #69 from cwecht/unique_erase neilgroves 2020-05-11 19:05:31 +01:00
  • bb27d50b31 Merge pull request #84 from cekc/patch-1 neilgroves 2020-05-11 19:05:06 +01:00
  • 5572b24a71 Merge pull request #101 from Kojoley/deprecated-headers-compile-time-warning neilgroves 2020-05-11 19:04:30 +01:00
  • b42165a916 Merge pull request #102 from Kojoley/combine-remove-unused-includes-and-code neilgroves 2020-05-11 19:04:10 +01:00
  • 9a2960f01b Merge pull request #104 from eldiener/develop Glen Fernandes 2020-05-11 13:00:07 -04:00
  • 4ed7887128 Merge pull request #105 from Lastique/fix_deprecated_headers Glen Fernandes 2020-05-11 12:59:37 -04:00
  • ee1ec1cf57 Fix deprecated usage of boost/bind.hpp. Andrey Semashev 2020-05-11 19:26:26 +03:00
  • 3b04f1a65e Remove uses of deprecated header boost/detail/iterator.hpp. Andrey Semashev 2020-05-11 19:13:20 +03:00
  • 45d3aae111 Change __BORLANDC__ to BOOST_BORLANDC, which is defined in Boost config for the Embarcadero non-clang-based compilers. Edward Diener 2020-03-31 16:55:55 -04:00
  • 0e8ad01bf9 combine: remove unused includes and code Nikita Kniazev 2020-03-01 17:59:57 +03:00
  • c25b0e5069 Add compile-time warning to deprecated headers Nikita Kniazev 2020-02-13 17:22:37 +03:00
  • 994ff83292 Merge pull request #95 from mjendruk/fix-lower-upper-bound-taking-argument-by-value neilgroves 2020-02-13 09:38:29 +00:00
  • 77e5b868a0 Merge pull request #97 from Kojoley/remove-broken-no_function_template_ordering-support neilgroves 2020-02-13 09:37:35 +00:00
  • 474efda11a Merge pull request #94 from mjendruk/fix-any-range-non-reference-references neilgroves 2020-02-13 09:36:50 +00:00
  • f1215fbda2 Remove broken BOOST_NO_FUNCTION_TEMPLATE_ORDERING workaround Nikita Kniazev 2019-09-28 01:05:37 +03:00
  • 5f04231144 Make lower_bound and upper_bound take argument by const reference code@jendruk.com 2019-05-31 16:06:46 +02:00
  • 4e0b172a23 Merge branch 'fix-any-range-non-reference-references' of https://github.com/mjendruk/range into fix-any-range-non-reference-references code@jendruk.com 2019-05-31 10:46:51 +02:00
  • 21a06a93aa Replace decay with remove_reference / remove_const code@jendruk.com 2019-05-31 10:46:04 +02:00
  • 6b3750f209 Remove unused include Max Jendruk 2019-05-08 22:43:09 +02:00
  • 1bf2db29c0 Replace is_copy_constructible and is_abstract with is_convertible code@jendruk.com 2019-05-08 17:21:45 +02:00
  • 9f03cc44d8 Add is_copy_constructible for >= C++11 code@jendruk.com 2019-05-08 09:58:37 +02:00
  • 911d8a427d Add result_type typedef in tests code@jendruk.com 2019-05-07 17:17:50 +02:00
  • 3496282d3b Remove usage of initializer_list in test code@jendruk.com 2019-05-07 17:01:02 +02:00
  • ce24356018 Replace is_copy_constructible with is_abstract (for pre C++11) code@jendruk.com 2019-05-07 15:03:56 +02:00
  • dbb6ef424f Fix any_range with non-reference references can cause UB code@jendruk.com 2019-05-07 12:06:05 +02:00
  • 77a4dd5124 Merge pull request #91 from glenfe/develop boost-1.73.0.beta1 boost-1.73.0 boost-1.72.0.beta1 boost-1.72.0 boost-1.71.0.beta1 boost-1.71.0 Glen Fernandes 2019-04-23 09:13:53 +10:00
  • 4ec46acdf5 Implement min_element and max_element and sever algorithm dependency Glen Fernandes 2019-04-22 17:59:19 -04:00
  • cecebeea51 Merge pull request #77 from MBoldyrev/MBoldyrev-doc-fix-var-name Glen Fernandes 2019-04-02 08:40:20 -04:00
  • 802fda6701 Merge pull request #85 from Eelis/patch-1 Glen Fernandes 2019-04-02 08:39:11 -04:00
  • 4ad147a220 Fix function name in remove_if documentation Eelis 2019-03-08 17:59:18 +01:00
  • 221ae46c2b add std::tuple_element and std::tuple_size specializations for index_value cekc 2019-02-25 18:35:53 +03:00
  • eced0cfac8 fixed variable name in docs Mikhail Boldyrev 2018-10-14 19:24:57 +03:00
  • 9f94c8703b Merge branch 'develop' boost-1.70.0.beta1 boost-1.70.0 boost-1.69.0-beta1 boost-1.69.0 Peter Dimov 2018-10-01 15:42:04 +03:00
  • 023f45be01 Remove constexpr from begin/end on g++ 4.6 as it doesn't like it feature/gcc-4.4-4.6 Peter Dimov 2018-09-30 01:34:50 +03:00
  • 364f755d99 Use boost::declval, as g++ 4.4 has decltype but no std::declval Peter Dimov 2018-09-30 01:11:12 +03:00
  • af9f65e06e Add g++-4.4, g++-4.6 to Travis Peter Dimov 2018-09-29 17:34:43 +03:00
  • b91cb90dca Make min/max engine members constexpr in random_shuffle.hpp feature/fix-test-failures Peter Dimov 2018-09-24 02:26:50 +03:00
  • 7efe3c68f6 Fix msvc-10.0, msvc-11.0 failures in ref_unwrapped tests Peter Dimov 2018-09-24 02:21:55 +03:00
  • 357bf3b980 Merge pull request #75 from morinmorin/add_adl_barrier_to_distance Peter Dimov 2018-09-23 20:08:55 +03:00
  • 9192996a93 Add ADL guard namespace for boost::distance(rng). morinmorin 2018-09-23 21:45:30 +09:00
  • 4cfd4d8287 Merge branch 'develop' boost-1.68.0 Peter Dimov 2018-07-12 16:59:32 +03:00
  • 70d1727ed3 Merge pull request #71 from boostorg/pr/concepts-msvc-permissive-2 neilgroves 2018-07-10 12:02:41 +01:00
  • 406226eccd Change RandomAccessIteratorConcept to BidirectionalIteratorConcept to work around a MSVC bug pr/concepts-msvc-permissive-2 Peter Dimov 2018-07-10 13:12:55 +03:00
  • 05532829bd Merge pull request #70 from boostorg/pr/concepts-msvc-permissive- neilgroves 2018-07-09 20:19:38 +01:00
  • c24661a636 Remove ill-formed MSVC-specific code that doesn't compile with /permissive- pr/concepts-msvc-permissive- Peter Dimov 2018-07-09 20:41:33 +03:00
  • 11dd528eb0 added unique_erase Christopher Wecht 2018-04-01 19:43:15 +02:00
  • 314b5d6b3c Merge branch 'develop' Neil Groves 2018-04-18 11:04:16 +01:00
  • 4dd5ad0f64 Merge pull request #65 from VeroSoftware/develop neilgroves 2018-04-06 14:58:20 +01:00
  • f1906e914e use _MSC_VER to guard fix for C4596 when compiling with MSVC141 Nathan Cook 2018-02-28 13:43:34 +00:00
  • 795046f8fc Fix Error C4596: 'difference_type': illegal qualified name in member declaration when compiling with VS 2017 Professional 15.5.6 Nathan Cook 2018-02-28 10:55:24 +00:00
  • 2aaa802e6a Merge pull request #64 from boostorg/revert-54-push_back_move_support neilgroves 2018-01-03 14:39:46 +00:00
  • 5b2500872d Revert "push_back: added support for not-copyable but moveable value-types li…" revert-54-push_back_move_support neilgroves 2018-01-03 14:36:50 +00:00
  • b1d5d23514 Add quick test target (for CI) boost-1.67.0 Peter Dimov 2017-12-02 19:10:56 +02:00
  • aaebfa5b20 Include boost/next_prior.hpp where needed Daniel James 2017-12-02 10:40:16 +00:00
  • 95a62a3b3a Split Travis jobs to avoid timeout boost-1.66.0 Peter Dimov 2017-12-03 03:16:30 +02:00
  • 67929cd7df Add .travis.yml Peter Dimov 2017-12-02 19:17:02 +02:00
  • 5408f220dd Split Travis jobs to avoid timeout Peter Dimov 2017-12-03 03:16:30 +02:00
  • 937a411c3f Add .travis.yml Peter Dimov 2017-12-02 19:17:02 +02:00
  • 1dac6a796e Add quick test target (for CI) Peter Dimov 2017-12-02 19:10:56 +02:00
  • 1234c59a39 Merge pull request #61 from danieljames/develop Peter Dimov 2017-12-02 16:00:35 +02:00
  • e0d2e492a1 Include boost/next_prior.hpp where needed Daniel James 2017-12-02 10:40:16 +00:00
  • 619c074146 Merge pull request #58 from boostorg/revert-45-develop neilgroves 2017-11-15 23:22:00 +00:00
  • 4614777aaf Revert "Update irange.hpp" revert-45-develop neilgroves 2017-11-15 23:21:32 +00:00
  • 51fbb45ab5 Revert "irange: introduce one-parameter variant of irange" revert-43-topic/unary-irange neilgroves 2017-11-15 23:19:18 +00:00
  • 83a352fa58 Merge pull request #45 from mateuszlewko/develop neilgroves 2017-11-15 19:52:41 +00:00
  • 0e0d77cfab Merge pull request #56 from tonyelewis/add_const_to_adj_filt_rng neilgroves 2017-11-15 19:51:18 +00:00
  • d1f36fba8d Merge pull request #54 from cwecht/push_back_move_support neilgroves 2017-11-15 19:51:00 +00:00
  • 4283443532 Merge pull request #57 from jeanphilippeD/fix_transformed_test neilgroves 2017-11-15 19:49:05 +00:00
  • 3771624560 Merge pull request #43 from timblechmann/topic/unary-irange neilgroves 2017-11-15 19:48:19 +00:00
  • 4a729678fd Fix transformed test compile error on GCC 5.4 Jean-Philippe DUFRAIGNE 2017-09-24 14:13:42 +01:00
  • dfa3697764 Add missing const to adjacent_filtered_range Tony Lewis 2017-09-09 21:46:28 +01:00
  • efdd98332b Qualify boost::search in test/algorithm to avoid ambiguity with C++17's std::search Peter Dimov 2017-09-10 03:01:13 +03:00