|
1a34a6935b
|
[micro] Added "#include <functional>"
|
2016-07-11 18:26:18 +03:00 |
|
|
093900a8f3
|
[micro] Replaced constructor of singleElement
Replaced bracket initializes constructor to simply constructor with two arguments in std::vector
|
2016-07-11 18:25:04 +03:00 |
|
|
4fcb7afa84
|
Merge branch 'feature_branch/is_palindromic' of https://github.com/ZaMaZaN4iK/algorithm into feature_branch/is_palindromic
|
2016-07-10 22:53:57 +03:00 |
|
|
52f91139af
|
Fix comments
|
2016-07-10 22:52:55 +03:00 |
|
|
fb964d72d7
|
Updated documentation for is_palindrome
Added two lines with examples.
|
2016-07-06 23:00:55 +03:00 |
|
|
366274ff0a
|
Added new tests to is_palindrome_test
Added evenNonPalindrome and oddPalindrome tests.
|
2016-07-06 22:56:02 +03:00 |
|
|
1ec1cd3045
|
Fixed is_palindrome_test
|
2016-07-06 11:57:05 +03:00 |
|
|
9bee197bd8
|
Added all files to the new repository
|
2016-07-06 11:42:18 +03:00 |
|
|
5314d592e3
|
Fix up misleading indentation; Fixes https://svn.boost.org/trac/boost/ticket/12206
|
2016-05-16 07:47:09 -07:00 |
|
|
3aef0ab9ac
|
Merge pull request #17 from kundor/develop
Remove some includes, fix some comments and docs. Thanks! Please remind me in a week or so to merge to master; after the tests have cycled.
|
2016-04-29 16:07:27 -07:00 |
|
|
c11878cd8a
|
typo
|
2016-04-29 16:20:43 -04:00 |
|
|
e066bfae81
|
Fix documentation to reflect commit 4dac507
|
2016-04-29 16:12:49 -04:00 |
|
|
f06dc424dd
|
In cxx14, remove unnecessary #include <algorithm> and correct some comments
|
2016-04-29 16:04:17 -04:00 |
|
|
1da90fcc4a
|
Remove unnecessary #include <algorithm> and correct some comments
|
2016-04-29 15:37:09 -04:00 |
|
|
795c6c69e5
|
Removed doc comment for replace_all that said it returned something; Fixes https://svn.boost.org/trac/boost/ticket/12163
|
2016-04-28 08:47:47 -07:00 |
|
|
94bed863f0
|
Merge pull request #16 from aldonin/fix-minmax-example
Fix missing include <iterator>
|
2016-04-27 10:56:56 -07:00 |
|
|
352768cf66
|
Fix missing include <iterator>
|
2016-04-27 17:56:17 +03:00 |
|
|
dc2149fbc5
|
Merge pull request #15 from nigels-com/develop
Implement algorithm::hex_lower #7064 (rebased on develop)
|
2016-03-07 21:54:42 -08:00 |
|
|
3cedd051fa
|
Test coverage for algorithm::hex_lower, adapting existing coverage for algorithm::hex
|
2016-03-08 09:47:52 +10:00 |
|
|
b7d46e6531
|
Another overload of algorithm::hex_lower as lower-case alternative to algorithm::hex
|
2016-03-08 09:47:41 +10:00 |
|
|
d558476f41
|
Implement algorithm::hex_lower as lower-case alternative to algorithm::hex
|
2016-03-08 09:47:35 +10:00 |
|
|
205f5ff4bb
|
Update searchers to return a pair of iterators
|
2016-02-15 22:23:58 -08:00 |
|
|
782d7665dc
|
Comment out unused parameter to silence a warning. Thanks to @meetingcpp for the report
|
2016-02-07 13:20:22 -05:00 |
|
|
8d095e9d30
|
Added constexpr modifiers for C++14 mode and some tests
|
2016-01-25 13:11:01 +03:00 |
|
|
61a4bd45fb
|
Merge pull request #12 from trel/patch-1
comment typo fix
|
2015-12-14 10:56:18 -08:00 |
|
|
f646230db8
|
comment typo fix
|
2015-12-14 13:53:12 -05:00 |
|
|
1a79438687
|
New algorithm 'partition_subrange'. Name not 100% final, bue we've got tests. No docs yet.
|
2015-10-01 11:59:31 -07:00 |
|
|
1085f31e7e
|
Add include to algorithm.hpp; this was causing a failure on MSVC 8.0
|
2015-09-29 07:20:16 -07:00 |
|
|
7a2ae62f22
|
Added new algorithm 'sort_subrange' from Sean Parent's CppCon keynote. Docs to come
|
2015-09-28 10:28:05 -07:00 |
|
|
4fbc56bae9
|
Merge pull request #11 from thtrummer/develop
Add missing include for std::multiplies and std::plus. Thanks to @thtrummer for the patch!
|
2015-05-17 11:55:43 -07:00 |
|
|
3acaddd044
|
Add missing include for std::multiplies and std::plus
|
2015-05-17 19:59:08 +02:00 |
|
|
7f7ebc36ed
|
Fixed the docs for clamp. Refs #10081
|
2015-04-10 08:10:16 -07:00 |
|
|
ba1894bfde
|
Manually apply pull request #10 (since it was against master)
|
2015-03-18 08:39:42 -07:00 |
|
|
0693c80c98
|
Added meta/libraries.json
|
2015-01-26 07:08:13 -08:00 |
|
|
d4734356e9
|
Added more general power functionality as requested by Sean Parent. Also added enable_if to make sure the exponent is an integral type.
|
2014-12-03 15:15:15 -08:00 |
|
|
85adf4c74e
|
For some reason, these routines were only compiled in for C++11 and less. Make them available all the time.
|
2014-12-03 15:07:33 -08:00 |
|
|
0c3f9a38f4
|
Add new algorithm boost::power, which raises a number to an integer power
|
2014-12-02 14:38:25 -08:00 |
|
|
c5c927bf25
|
Merge pull request #9 from jzmaddock/patch-1
Remove use of deprecated TR1 library.
|
2014-09-29 07:47:05 -07:00 |
|
|
eb9079c49c
|
Remove use of deprecated TR1 library.
|
2014-09-27 13:13:27 +01:00 |
|
|
0a55238652
|
Removed some debugging code from the test
|
2014-09-24 10:33:46 -07:00 |
|
|
4dac507b77
|
Remove code to use standard library versions of algorithms. Always use the boost ones
|
2014-08-28 10:07:16 -07:00 |
|
|
3fd9c35138
|
Removed some tabs that snuck in. No functionality change
|
2014-07-08 08:47:15 -07:00 |
|
|
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.
|
2014-06-18 19:16:34 +02:00 |
|
|
5af84327ad
|
Merge pull request #1 from pabigot/fixup/hex
hex: remove unreferenced type declaration. Thanks to pabigot.
|
2014-05-13 15:24:43 -06:00 |
|
|
d121a40f2b
|
Add a missing 'not' to the description for mismatch. Thanks to K-ballo for the catch
|
2014-05-03 15:13:44 -07:00 |
|
|
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.
|
2014-03-23 14:56:48 -07:00 |
|
|
a4d5f17173
|
#ifdef out the four argument versions of is_permutation when we are compiling with C++14, since they're in the standard library
|
2014-03-19 09:11:51 -07:00 |
|
|
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.
|
2014-03-11 12:09:51 -07:00 |
|
|
bc3b806f56
|
Fixed some file perms that got munged in the git conversion.
|
2014-02-04 08:13:44 -08:00 |
|
|
9155d4c1cb
|
hex: remove unreferenced type declaration
Presence with gcc -Wunused -Werror produces error.
|
2013-12-30 07:03:47 -06:00 |
|