Commit Graph

  • e59958cc4d Merge include + doc fixes to master for 1.72 release cc Marshall Clow 2019-12-03 16:53:16 -0800
  • a814721376 Apply PR#57 from tonyelewis to improve the docs. Thanks, Tony\! Marshall Clow 2019-12-03 08:39:34 -0800
  • 9ef3df0d0b Update header files to always include boost/config.hpp. Fixes issue #61 Marshall Clow 2019-12-03 08:33:05 -0800
  • 44527f4c81 Algorithm: Merge example fixes master for 1.72.0 Marshall Clow 2019-12-03 07:48:39 -0800
  • 9093abbda9 Update examples so that they build Marshall Clow 2019-11-27 10:58:37 -0800
  • 1b65b8de02 Merge bug fixes to master for 1.71 Marshall Clow 2019-07-10 15:14:08 -0700
  • 77bbc6ce43
    Merge pull request #49 from Ben10do/feature/forwarding-references Marshall Clow 2019-07-03 07:54:40 -0700
  • 0a57ec30a2 Update the apply_permutation tests to use the BOOST_CHECK_EQUAL_COLLECTIONS facilities. Based on https://github.com/boostorg/algorithm/pull/42 Thanks to Jeremy for the patch Marshall Clow 2019-07-03 07:44:25 -0700
  • 9477cd8be0
    Merge pull request #59 from tinko92/develop Marshall Clow 2019-04-29 11:58:43 -0400
  • f39107f228 Replace broken links. Tinko Bartels 2019-04-23 13:48:19 +0200
  • 5af3e3b174 Merge bug fixes to master Marshall Clow 2018-12-04 09:35:03 -0800
  • 1cbe285841 Fix bug in is_sorted docs; thanks to Tony E for the report: https://github.com/boostorg/algorithm/issues/54 Marshall Clow 2018-11-01 17:45:41 -0700
  • b6c04d6dc5 Make apply_permutation work for C++03. Thanks to @jeking3 for the report. Marshall Clow 2018-10-30 15:23:29 -0700
  • bf2b49e57e
    Merge pull request #51 from jeking3/fix-colon Marshall Clow 2018-10-30 09:40:12 -0700
  • 01b0dd8648 fix extraneous colon in test jamfile causing a build warning James E. King III 2018-10-27 12:09:35 +0000
  • 6763d75683
    Merge pull request #50 from tzlaine/develop Marshall Clow 2018-10-02 15:36:56 -0700
  • 435cc61af8 Fix sloppy find_not() and find_*backward() code examples. Zach Laine 2018-10-02 17:22:49 -0500
  • 45baad2431
    Correct lvalue/rvalue nomenclature Ben10do 2018-08-02 22:18:54 +0100
  • 5408a17020
    Add tests with lvalue inputs Ben10do 2018-08-01 22:42:18 +0100
  • c6f784cb70
    Use forwarding references in string/split.hpp Ben10do 2018-08-01 20:54:17 +0100
  • badf1b3f0c Merge broken links to master. NFC Marshall Clow 2018-07-31 22:57:40 -0700
  • e4dfe0885f Fix broken link to license file in header comment. NFC Marshall Clow 2018-07-30 13:07:36 -0700
  • 4f9afb0682 Merge for the 1.68.0 beta Marshall Clow 2018-07-04 11:27:27 -0700
  • 3659b18846 Add newlines at the end of the fuzzing files Marshall Clow 2018-07-04 11:26:52 -0700
  • 6bb5fa5ee0 Remove 'wrappers' Marshall Clow 2018-07-04 11:24:01 -0700
  • ee7a0247be
    Merge pull request #48 from tzlaine/develop Marshall Clow 2018-05-31 10:05:29 -0700
  • d1b0024aad Add Travis and Appveyor CI config files. Zach Laine 2018-05-19 11:42:56 -0500
  • ecb8bfab76
    Merge pull request #47 from tzlaine/develop Marshall Clow 2018-05-18 07:37:36 -0700
  • 3f2a962ace East const -> west const. I regret nothing! Zach Laine 2018-05-14 19:17:00 -0500
  • 6b2246468e find_{not,*backward} docs copy editing. Zach Laine 2018-05-12 16:47:47 -0500
  • ea7d35d949 Added some comments Marshall Clow 2018-05-13 17:24:36 -0700
  • c5c5d24ff3 Add range-based overloads of find*_backward(). Zach Laine 2018-05-12 16:03:41 -0500
  • 6c68cf8624 Add range-based overload of find_not(). Zach Laine 2018-05-12 15:25:37 -0500
  • 8c9d5e858c Add docs for find_backward.hpp. Zach Laine 2018-05-11 15:14:49 -0500
  • 86d26e7e2e Add docs for find_not.hpp. Zach Laine 2018-05-10 19:01:12 -0500
  • 94460b0ca5 Add tests for find_backward.hpp. Zach Laine 2018-05-10 13:22:53 -0500
  • 45a4d2580c Add tests for find_not.hpp. Zach Laine 2018-05-10 12:32:09 -0500
  • d7d91d431a Add find_not() and the four find_*_backward overloads from Boost.Text. Needs tests. Zach Laine 2018-05-08 16:33:25 -0500
  • 7ec1c5c413 Remove too-simple test, add tests for the variants of minmax_element Marshall Clow 2018-05-02 11:41:16 -0700
  • d574d1edd7 Fuzzing targets for minmax Marshall Clow 2018-05-01 19:10:47 -0700
  • 6d0126df8a Catch up with the changes; apply_permutation; constexpr, etc Marshall Clow 2018-05-01 08:17:06 -0700
  • 3af7acabc7 fix constexpr-ness of a couple of algorithhms - and tests. Based on Pull Request #44 by Flast - thanks! Marshall Clow 2018-04-04 11:18:38 -0700
  • 509201f29f
    Merge pull request #46 from DanielaE/fix/missing-constexpr Marshall Clow 2018-03-25 13:01:44 -0700
  • b0f04afcb0
    functions used in constexpr context must be marked 'constexpr' Daniela Engert 2018-03-25 17:45:50 +0200
  • df58b44581
    Merge pull request #45 from samuela/patch-1 Marshall Clow 2018-03-20 19:05:03 -0700
  • c34713b983 Revert "Fix clang "parameter not found" warning" Samuel Ainsworth 2018-03-20 19:01:56 -0700
  • aa8cce5bb4
    Fix clang "parameter not found" warning samuela 2018-03-20 17:57:58 -0700
  • d6c8b271b3
    remove other incorrect docstring params samuela 2018-03-20 17:53:09 -0700
  • 50a2115236
    docstring fix for first_finder samuela 2018-03-20 17:50:04 -0700
  • 739d1ed8a2
    Merge pull request #43 from jeremy-murphy/C++14_constexpr Marshall Clow 2018-02-05 07:09:53 -0800
  • 298310f521 Add BOOST_CXX14_CONSTEXPR to identity_operation. Jeremy W. Murphy 2018-02-06 00:45:21 +1100
  • 63c85e7c5e Qualify calls to Boost.Algorithm algs that have the same name as ones in the standard; prevents ADL ambiguities. Thanks to Billy O'Neill for the heads up. Marshall Clow 2018-01-10 10:26:21 -0800
  • cb52d61054
    Merge pull request #39 from ZaMaZaN4iK/feature_branch/apply_permutation Marshall Clow 2017-11-01 12:57:31 -0700
  • 4ac6b84cfa Merge pull request #41 from DanielaE/fix/typo-in-test Marshall Clow 2017-10-08 07:38:32 -0700
  • 0539e0d84a
    Copy-and-paste error ... Daniela Engert 2017-10-08 10:33:22 +0200
  • 7df35ffd56 Different fixes Alexander Zaitsev 2017-08-30 20:25:15 +0300
  • 554db2f07d Merge pull request #35 from very-cool-name/apolukhin/constexpr Marshall Clow 2017-08-29 09:07:59 -0700
  • f9583cfd39 Merge pull request #36 from DanielaE/feature/replace-deprecated Marshall Clow 2017-08-29 07:41:02 -0700
  • 8ae18ae455 Conditionally replace deprecated c++98 features by c++11 ones Daniela Engert 2017-04-22 17:13:39 +0200
  • 32016b3c79 Fixed missed header for std::swap Alexander Zaitsev 2017-07-19 22:10:29 +0300
  • 15c7ff3828 Fixed compatibility with old compilers Alexander Zaitsev 2017-07-19 02:15:06 +0300
  • daef6d41c5 C++17 algorithms Marshall Clow 2017-06-28 20:13:38 -0700
  • f14719c3a9 Replace an assert in a test with BOOST_CHECK Marshall Clow 2017-06-28 10:04:25 -0700
  • 6bd8bc197a use boost::algorithm::iota in the tests instead of std::iota, which requires C++11 Marshall Clow 2017-06-28 07:58:21 -0700
  • 334737eebe Implement the C++17 new algorithms Marshall Clow 2017-06-27 16:43:17 -0700
  • 000040b3d9 binary_function is removed from equal and unary_function removed from tests. Mike Maximoff 2017-06-19 19:03:00 +0300
  • 055075aa61 Bug fixes and is_partititioned_XXX for the 1.65.0 release Marshall Clow 2017-06-14 18:49:39 -0700
  • e07e8e65c6 Fixed references Alexander Zaitsev 2017-05-19 18:50:03 -0600
  • ba7655eb3a Add documentation Alexander Zaitsev 2017-05-19 16:59:11 -0600
  • 1970454ecb Added test Alexander Zaitsev 2017-05-18 23:33:26 -0600
  • 1ed284d696 Added initial for apply_permutation Alexander Zaitsev 2017-05-18 20:38:07 -0600
  • d6b7f3da90 Use boost::begin/end instead of macros Marshall Clow 2017-05-03 22:38:21 -0700
  • 0e62dfb92e Merge pull request #33 from ZaMaZaN4iK/feature_branch/is_partitioned_until Marshall Clow 2017-05-03 18:15:09 -0700
  • f250014931 Merge pull request #38 from DanielaE/fix/narrowing Marshall Clow 2017-05-03 18:14:28 -0700
  • 56d88410c6 fix narrowing conversions Daniela Engert 2015-02-01 07:17:45 +0100
  • 968d30e9e3 Merge branch 'develop' into apolukhin/constexpr very-cool-name 2017-04-10 12:16:38 +0300
  • dfa332e915 Updated constexpr tests for all affected modules. Added conditional constexpr to equal, which uses std::distance. MMaximoff 2017-04-07 22:31:23 +0300
  • 5d76dab9b8 Merge remote-tracking branch 'refs/remotes/origin/feature_branch/is_partitioned_until' Alexander Zaitsev 2017-02-22 01:26:16 +0300
  • 6f34145390 Removed empty README.md, fixed docs Alexander Zaitsev 2017-02-22 01:25:38 +0300
  • a446ef0758 Cleaned README Alexander 2017-02-15 00:11:10 +0300
  • 383e800df9 Added examples, tests, doc Alexander Zaitsev 2017-02-14 15:59:07 +0300
  • a838feb81a Added is_partitioned_until Alexander Zaitsev 2017-02-14 12:22:49 +0300
  • 17d4f70e97 Merge pull request #32 from jhunold/extra_semi Marshall Clow 2017-01-06 18:19:59 -0800
  • d22c60c2d4 Remove trailing ";" Jürgen Hunold 2017-01-06 09:59:12 +0100
  • 037fe4e33d Merge pull request #31 from danieljames/fix-algorithm-location Marshall Clow 2016-12-13 19:30:52 -0800
  • 25d54bd1e8 Build the algorithm documentation standalone. Daniel 2016-12-13 19:36:43 +0000
  • e442420d49 Change name of (another) parameter; fixes 'shadowing' warning (Trac #12623) Marshall Clow 2016-11-25 20:50:53 -0800
  • 42db8a4403 Change name of parameter; fixes 'shadowing' warning (Trac #12623) Marshall Clow 2016-11-25 08:11:01 -0800
  • 9b19fc00c2 use std::shuffle instead of random_shuffle in C++11 and later Marshall Clow 2016-11-20 17:24:19 -0800
  • 7977bd0cdc Remove all mentions of (unary|binary)_function; not needed and they have been removed for C++17 Marshall Clow 2016-11-20 17:02:49 -0800
  • efd7a8b544 Updated the docs for the searchers to reflect the new interface, and added rationale for the change. Marshall Clow 2016-10-26 11:22:37 -0700
  • 8dfebc4580 Added README.md Alexander 2016-10-25 14:31:26 +0300
  • 6a650ade1d Merge pull request #28 from ZaMaZaN4iK/feature_branch/is_palindromic Marshall Clow 2016-10-12 16:42:14 -0700
  • 303ff13b86 Delete duplicate version os is_palindrome Alexander 2016-10-12 22:22:30 +0300
  • d029402f05 Add, and update, documentation build targets. Rene Rivera 2016-10-07 23:03:40 -0500
  • eccac19108 Add, and update, documentation build targets. Rene Rivera 2016-10-07 23:03:40 -0500
  • 8627d02f20 Merge pull request #2 from boostorg/develop Alexander 2016-08-19 21:44:27 +0300
  • 24d2cceb27 Fix a couple of test failures for the 1.62.0 release Marshall Clow 2016-08-17 18:11:47 -0700
  • b3dabe10e4 Add missing error_info include Marshall Clow 2016-08-17 13:54:58 -0700
  • f1e9d3140c Made is_palindrome work for C++03 Marshall Clow 2016-08-17 13:49:16 -0700