|
073eb62f64
|
Another overload of algorithm::hex_lower as lower-case alternative to algorithm::hex
|
2016-01-31 20:17:23 +10:00 |
|
|
cc1392cae6
|
Implement algorithm::hex_lower as lower-case alternative to algorithm::hex
|
2016-01-31 19:11:11 +10:00 |
|
|
a09963bf93
|
Merge from develop; new feature 'power'; doc fixes; remove usage of C++11 versions of the algorithms
|
2015-03-18 21:31:53 -07:00 |
|
|
ba1894bfde
|
Manually apply pull request #10 (since it was against master)
|
2015-03-18 08:39:42 -07: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 |
|
|
eb9079c49c
|
Remove use of deprecated TR1 library.
|
2014-09-27 13:13:27 +01: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 |
|
|
cf249c090c
|
Merge from develop: clean up is_permutation; fix clamp interface, and merge fix for bug #9335 as well
|
2014-03-31 12:03:45 -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 |
|
|
28b12d7264
|
Algorithm: Remove obsolete MSVC version checks.
[SVN r86024]
|
2014-03-23 14:30:10 -07:00 |
|
|
4d28d579e3
|
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Process #ifdef...#endif blocks.
[SVN r86243]
|
2014-03-23 14:27:55 -07:00 |
|
|
5adab54486
|
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Process #ifdef...#else...#endif blocks.
[SVN r86246]
|
2014-03-23 14:27:55 -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 |
|
|
685a76f094
|
Merge a bunch of minor Boost.Algorithm changes to release
[SVN r86757]
|
2013-11-18 16:52:09 +00:00 |
|
|
747722a8da
|
Fix an uninitialized member in a default-initialized split_iterator; Refs #9335
[SVN r86583]
|
2013-11-07 21:31:06 +00:00 |
|
|
5988a55b96
|
Minor merging; removing tabs from source files
[SVN r86323]
|
2013-10-15 15:44:55 +00:00 |
|
|
4c3b17ce77
|
Remove tabs
[SVN r86310]
|
2013-10-14 21:31:19 +00:00 |
|
|
ef78dde448
|
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Process #ifdef...#else...#endif blocks.
[SVN r86246]
|
2013-10-11 23:19:17 +00:00 |
|
|
432b3a3da0
|
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Process #ifdef...#endif blocks.
[SVN r86243]
|
2013-10-11 23:13:10 +00:00 |
|
|
850fc02667
|
Merge bug fix for #9063 to release
[SVN r86218]
|
2013-10-09 18:09:40 +00:00 |
|
|
b44dff3a5b
|
Revert to old behavior for find_iterator; will not find overlapping matches. Fixes #9063
[SVN r86206]
|
2013-10-08 17:59:44 +00:00 |
|
|
083c6f5891
|
Algorithm: Remove obsolete MSVC version checks.
[SVN r86024]
|
2013-09-30 00:18:17 +00:00 |
|
|
8b89b5ba27
|
Merged changes from trunk.
[SVN r85804]
|
2013-09-20 17:40:42 +00:00 |
|
|
d528574fe9
|
To reduce dependencies changed includes from iterator_range.hpp to iterator_range_core.hpp.
[SVN r85731]
|
2013-09-17 20:37:20 +00:00 |
|
|
fe51eb60a9
|
Rewrote iota_n to use pre-increment instead of post - now the same as iota. Added a test for 0 as well.
[SVN r85465]
|
2013-08-25 16:29:01 +00:00 |
|
|
ca23b6f4f8
|
Merge bug fix to Release; Fixes #8546
[SVN r85134]
|
2013-07-23 16:48:27 +00:00 |
|
|
5f79807d02
|
Removed unused typedef; Refs #8546
[SVN r85106]
|
2013-07-22 15:46:43 +00:00 |
|
|
3e5f571230
|
fixed Doxygen comment
[SVN r84448]
|
2013-05-23 18:29:49 +00:00 |
|
|
1a70166889
|
Merge c++14 changes to release
[SVN r84415]
|
2013-05-22 15:10:49 +00:00 |
|
|
b9d89c559b
|
Better 'is_permutation' implementation, tests
[SVN r84389]
|
2013-05-20 15:37:50 +00:00 |
|
|
a4b907197e
|
Add C++14 extensions to 'equal' and 'mismatch'
[SVN r84206]
|
2013-05-09 17:22:46 +00:00 |
|
|
b8c95b412c
|
Detab
[SVN r83492]
|
2013-03-18 20:33:53 +00:00 |
|
|
1529f909a6
|
In c++11, use std:: instead of std::tr1:: stuff
[SVN r83491]
|
2013-03-18 20:29:56 +00:00 |
|
|
63da6f5713
|
Merge Algorithm changes to release; hex code cleanups; gather iterator requirements; copy_while and copy_until interface changes
[SVN r83347]
|
2013-03-07 15:37:08 +00:00 |
|
|
2381d0bdac
|
Merge bug fix to release; Fixes #7989
[SVN r83193]
|
2013-02-27 23:37:21 +00:00 |
|
|
40b5941652
|
One more failed merge
[SVN r83192]
|
2013-02-27 23:36:16 +00:00 |
|
|
ef16153353
|
Gather does not (in general) work with forward iterators, even though it does on some systems
[SVN r83158]
|
2013-02-25 22:31:52 +00:00 |
|
|
5f45246c6c
|
Changed the return type for boost::algorithm::copy_while and copy_until to return a pair<InputIterator, OutputIterator> instead of just an OutputIterator
[SVN r83064]
|
2013-02-21 16:18:51 +00:00 |
|
|
578c37b7fa
|
Fixed include guard; thanks to Ian Hobson for the catch
[SVN r83002]
|
2013-02-19 14:36:22 +00:00 |
|
|
21e88adcda
|
Fix potential ODR violation; disambiguate doxygen comments
[SVN r82789]
|
2013-02-08 17:34:57 +00:00 |
|
|
6d22c99f2e
|
Make find_iterator work with forward iterators; refs #7989
[SVN r82788]
|
2013-02-08 17:32:05 +00:00 |
|
|
4ca6b10441
|
Add new algorithm 'gather'
[SVN r82584]
|
2013-01-22 00:44:53 +00:00 |
|