Commit Graph

  • c5b41eba46 Merge to master for 1.62.0 release Marshall Clow 2016-08-17 13:32:45 -0700
  • 18bcbba8f4 Merge pull request #22 from ZaMaZaN4iK/feature_branch/is_palindromic Marshall Clow 2016-08-16 18:19:15 -0700
  • ff79a9c2db Updated tests Alexander 2016-08-16 16:22:01 +0300
  • a53b0121b9 Updated documentation for is_palindrome Alexander 2016-08-16 16:20:22 +0300
  • 42bbfdeb4c Deleted support for nullptr, NULL and 0. Alexander 2016-08-16 16:18:21 +0300
  • 3c25ce1090 Added C-String support for 'is_palindrome' Alexander Zaitsev 2016-08-16 05:14:56 +0300
  • 0f5136de65 Merged branch feature_branch/is_palindromic into feature_branch/is_palindromic Alexander Zaitsev 2016-08-15 04:10:10 +0300
  • 774fb437f3 Disabled 'is_palindrome' for 'const char*' Alexander Zaitsev 2016-08-15 04:09:48 +0300
  • f6d20e612b Merge pull request #20 from MarcelRaad/patch-1 Marshall Clow 2016-07-14 11:46:33 -0700
  • 71ed4a159f Remove unused bad include Marcel Raad 2016-07-14 11:36:47 +0200
  • 712f16d000 Merge pull request #19 from ZaMaZaN4iK/feature_branch/is_palindromic Marshall Clow 2016-07-11 08:27:48 -0700
  • 1a34a6935b [micro] Added "#include <functional>" Alexander 2016-07-11 18:26:18 +0300
  • 093900a8f3 [micro] Replaced constructor of singleElement Alexander 2016-07-11 18:25:04 +0300
  • 4fcb7afa84 Merge branch 'feature_branch/is_palindromic' of https://github.com/ZaMaZaN4iK/algorithm into feature_branch/is_palindromic Alexander Zaitsev 2016-07-10 22:53:57 +0300
  • 52f91139af Fix comments Alexander Zaitsev 2016-07-10 22:52:55 +0300
  • fb964d72d7 Updated documentation for is_palindrome Alexander 2016-07-06 23:00:55 +0300
  • 366274ff0a Added new tests to is_palindrome_test Alexander 2016-07-06 22:56:02 +0300
  • 1ec1cd3045 Fixed is_palindrome_test Alexander Zaitsev 2016-07-06 11:57:05 +0300
  • 9bee197bd8 Added all files to the new repository Alexander Zaitsev 2016-07-06 11:42:18 +0300
  • 5314d592e3 Fix up misleading indentation; Fixes https://svn.boost.org/trac/boost/ticket/12206 Marshall Clow 2016-05-16 07:47:09 -0700
  • 3aef0ab9ac Merge pull request #17 from kundor/develop Marshall Clow 2016-04-29 16:07:27 -0700
  • c11878cd8a typo Kolya Matteo 2016-04-29 16:20:43 -0400
  • e066bfae81 Fix documentation to reflect commit 4dac507 Kolya Matteo 2016-04-29 16:12:49 -0400
  • f06dc424dd In cxx14, remove unnecessary #include <algorithm> and correct some comments Kolya Matteo 2016-04-29 16:04:17 -0400
  • 1da90fcc4a Remove unnecessary #include <algorithm> and correct some comments Kolya Matteo 2016-04-29 15:37:09 -0400
  • 795c6c69e5 Removed doc comment for replace_all that said it returned something; Fixes https://svn.boost.org/trac/boost/ticket/12163 Marshall Clow 2016-04-28 08:47:47 -0700
  • 94bed863f0 Merge pull request #16 from aldonin/fix-minmax-example Marshall Clow 2016-04-27 10:56:56 -0700
  • 352768cf66 Fix missing include <iterator> aldonin 2016-04-27 17:56:17 +0300
  • dc2149fbc5 Merge pull request #15 from nigels-com/develop Marshall Clow 2016-03-07 21:54:42 -0800
  • 3cedd051fa Test coverage for algorithm::hex_lower, adapting existing coverage for algorithm::hex Nigel Stewart 2016-01-31 20:18:22 +1000
  • b7d46e6531 Another overload of algorithm::hex_lower as lower-case alternative to algorithm::hex Nigel Stewart 2016-01-31 20:17:23 +1000
  • d558476f41 Implement algorithm::hex_lower as lower-case alternative to algorithm::hex Nigel Stewart 2016-01-31 19:08:45 +1000
  • e5ea93bab1 Revert "Merge pull request #14 from nigels-com/merge-hex_lower" Marshall Clow 2016-03-07 15:43:55 -0800
  • 5412438df5 Merge pull request #14 from nigels-com/merge-hex_lower Marshall Clow 2016-03-07 14:57:34 -0800
  • 205f5ff4bb Update searchers to return a pair of iterators Marshall Clow 2016-02-15 22:23:58 -0800
  • 782d7665dc Comment out unused parameter to silence a warning. Thanks to @meetingcpp for the report Marshall Clow 2016-02-07 13:20:22 -0500
  • baa6eca18c Test coverage for algorithm::hex_lower, adapting existing coverage for algorithm::hex Nigel Stewart 2016-01-31 20:18:22 +1000
  • 073eb62f64 Another overload of algorithm::hex_lower as lower-case alternative to algorithm::hex Nigel Stewart 2016-01-31 20:17:23 +1000
  • cc1392cae6 Implement algorithm::hex_lower as lower-case alternative to algorithm::hex Nigel Stewart 2016-01-31 19:08:45 +1000
  • 8d095e9d30 Added constexpr modifiers for C++14 mode and some tests Antony Polukhin 2016-01-25 13:11:01 +0300
  • 61a4bd45fb Merge pull request #12 from trel/patch-1 Marshall Clow 2015-12-14 10:56:18 -0800
  • f646230db8 comment typo fix Terrell Russell 2015-12-14 13:53:12 -0500
  • 1a79438687 New algorithm 'partition_subrange'. Name not 100% final, bue we've got tests. No docs yet. Marshall Clow 2015-10-01 11:59:31 -0700
  • 1085f31e7e Add include to algorithm.hpp; this was causing a failure on MSVC 8.0 Marshall Clow 2015-09-29 07:20:16 -0700
  • 7a2ae62f22 Added new algorithm 'sort_subrange' from Sean Parent's CppCon keynote. Docs to come Marshall Clow 2015-09-28 10:28:05 -0700
  • 4fbc56bae9 Merge pull request #11 from thtrummer/develop Marshall Clow 2015-05-17 11:55:43 -0700
  • 3acaddd044 Add missing include for std::multiplies and std::plus Thomas Trummer 2015-05-17 19:59:08 +0200
  • 7f7ebc36ed Fixed the docs for clamp. Refs #10081 Marshall Clow 2015-04-10 08:10:16 -0700
  • a09963bf93 Merge from develop; new feature 'power'; doc fixes; remove usage of C++11 versions of the algorithms Marshall Clow 2015-03-18 21:31:53 -0700
  • ba1894bfde Manually apply pull request #10 (since it was against master) Marshall Clow 2015-03-18 08:39:42 -0700
  • 0693c80c98 Added meta/libraries.json Marshall Clow 2015-01-26 07:08:13 -0800
  • d4734356e9 Added more general power functionality as requested by Sean Parent. Also added enable_if to make sure the exponent is an integral type. Marshall Clow 2014-12-03 15:15:15 -0800
  • 85adf4c74e For some reason, these routines were only compiled in for C++11 and less. Make them available all the time. Marshall Clow 2014-12-03 15:07:33 -0800
  • 0c3f9a38f4 Add new algorithm boost::power, which raises a number to an integer power Marshall Clow 2014-12-02 14:38:25 -0800
  • c5c927bf25 Merge pull request #9 from jzmaddock/patch-1 Marshall Clow 2014-09-29 07:47:05 -0700
  • eb9079c49c Remove use of deprecated TR1 library. jzmaddock 2014-09-27 13:13:27 +0100
  • 0a55238652 Removed some debugging code from the test Marshall Clow 2014-09-24 10:33:46 -0700
  • 4dac507b77 Remove code to use standard library versions of algorithms. Always use the boost ones Marshall Clow 2014-08-28 10:07:16 -0700
  • 3fd9c35138 Removed some tabs that snuck in. No functionality change Marshall Clow 2014-07-08 08:47:15 -0700
  • b9d91c59e4 Add missing ::type in the range-based partition_point implementation. Add test for this call - since there was none before. Thanks to Wygos for the fix. Marshall Clow 2014-06-18 19:16:34 +0200
  • 5af84327ad Merge pull request #1 from pabigot/fixup/hex Marshall Clow 2014-05-13 15:24:43 -0600
  • d121a40f2b Add a missing 'not' to the description for mismatch. Thanks to K-ballo for the catch Marshall Clow 2014-05-03 15:13:44 -0700
  • cf249c090c Merge from develop: clean up is_permutation; fix clamp interface, and merge fix for bug #9335 as well Marshall Clow 2014-03-31 12:03:45 -0700
  • 0f63883818 Rework the file layout and implementation of 'is_permutation' to match the various versions of the C++ standard. In particular, move the four iterator versions into the cxx14/ directory. Marshall Clow 2014-03-23 14:56:48 -0700
  • 645be22fa7 Setting merge point for git merges Marshall Clow 2014-03-23 14:33:14 -0700
  • 28b12d7264 Algorithm: Remove obsolete MSVC version checks. Stephen Kelly 2013-09-30 00:18:17 +0000
  • 4d28d579e3 Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:13:10 +0000
  • 5adab54486 Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:19:17 +0000
  • a4d5f17173 #ifdef out the four argument versions of is_permutation when we are compiling with C++14, since they're in the standard library Marshall Clow 2014-03-19 09:11:51 -0700
  • 848b521850 Changed parameters for the sequence-based versions of clamp from being passed by vaue to being passed by const &. Thanks to Martin Moene for the suggestion. Marshall Clow 2014-03-11 12:09:51 -0700
  • bc3b806f56 Fixed some file perms that got munged in the git conversion. Marshall Clow 2014-02-04 08:13:44 -0800
  • 9155d4c1cb hex: remove unreferenced type declaration Peter A. Bigot 2013-12-30 07:01:44 -0600
  • 685a76f094 Merge a bunch of minor Boost.Algorithm changes to release Marshall Clow 2013-11-18 16:52:09 +0000
  • 0ac413ecb8 Updated docs for is_sorted, etc. Refs #9367 Marshall Clow 2013-11-17 20:47:14 +0000
  • 747722a8da Fix an uninitialized member in a default-initialized split_iterator; Refs #9335 Marshall Clow 2013-11-07 21:31:06 +0000
  • 5988a55b96 Minor merging; removing tabs from source files Marshall Clow 2013-10-15 15:44:55 +0000
  • 617ec03937 Updated license and copyright Marshall Clow 2013-10-14 21:35:20 +0000
  • 4c3b17ce77 Remove tabs Marshall Clow 2013-10-14 21:31:19 +0000
  • ef78dde448 Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:19:17 +0000
  • 432b3a3da0 Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:13:10 +0000
  • 850fc02667 Merge bug fix for #9063 to release Marshall Clow 2013-10-09 18:09:40 +0000
  • b44dff3a5b Revert to old behavior for find_iterator; will not find overlapping matches. Fixes #9063 Marshall Clow 2013-10-08 17:59:44 +0000
  • 5279c8f061 Merge minor Boost.Algorithm doc fixes to the release branch Marshall Clow 2013-10-08 15:31:14 +0000
  • 4b9a073780 Fixed typo in documentation for equal and mismatch; thanks to Larry for the catch Marshall Clow 2013-10-06 01:24:41 +0000
  • 083c6f5891 Algorithm: Remove obsolete MSVC version checks. Stephen Kelly 2013-09-30 00:18:17 +0000
  • 8b89b5ba27 Merged changes from trunk. Andrey Semashev 2013-09-20 17:40:42 +0000
  • d528574fe9 To reduce dependencies changed includes from iterator_range.hpp to iterator_range_core.hpp. Andrey Semashev 2013-09-17 20:37:20 +0000
  • fe51eb60a9 Rewrote iota_n to use pre-increment instead of post - now the same as iota. Added a test for 0 as well. Marshall Clow 2013-08-25 16:29:01 +0000
  • fc0fe6af52 Fixed typo "one_of_value" --> "one_of_equal". Refs #9010 Marshall Clow 2013-08-19 17:52:56 +0000
  • ca23b6f4f8 Merge bug fix to Release; Fixes #8546 Marshall Clow 2013-07-23 16:48:27 +0000
  • 5f79807d02 Removed unused typedef; Refs #8546 Marshall Clow 2013-07-22 15:46:43 +0000
  • 55cb3afefa Merge test fixup to release Marshall Clow 2013-06-18 14:48:37 +0000
  • 4f269a270c Fix error in compile-fail test; now fails to compile for the right reason Marshall Clow 2013-06-18 14:46:32 +0000
  • beeedadba9 Merge doc changes from trunk Marshall Clow 2013-06-11 16:21:22 +0000
  • 05475fec0f Fixed some mixed singular/plural bits Marshall Clow 2013-06-05 20:24:00 +0000
  • 44d65cb4ae Added documentation for 'is_permutation' Marshall Clow 2013-05-28 19:36:04 +0000
  • 3e5f571230 fixed Doxygen comment Marshall Clow 2013-05-23 18:29:49 +0000
  • 73cfe03b97 Added docs for C++14 variants of 'equal' and 'mismatch' Marshall Clow 2013-05-23 18:28:23 +0000
  • 1a70166889 Merge c++14 changes to release Marshall Clow 2013-05-22 15:10:49 +0000
  • b9d89c559b Better 'is_permutation' implementation, tests Marshall Clow 2013-05-20 15:37:50 +0000