Commit Graph

50 Commits

Author SHA1 Message Date
Tinko Bartels
f39107f228 Replace broken links. 2019-04-23 13:48:19 +02:00
James E. King III
01b0dd8648 fix extraneous colon in test jamfile causing a build warning 2018-10-30 15:30:23 +00:00
Marshall Clow
3659b18846 Add newlines at the end of the fuzzing files 2018-07-04 11:26:52 -07:00
Marshall Clow
ea7d35d949 Added some comments 2018-05-13 17:24:36 -07:00
Marshall Clow
7ec1c5c413 Remove too-simple test, add tests for the variants of minmax_element 2018-05-02 11:41:16 -07:00
Marshall Clow
d574d1edd7 Fuzzing targets for minmax 2018-05-01 19:10:47 -07:00
Daniela Engert
8ae18ae455 Conditionally replace deprecated c++98 features by c++11 ones
change std::random_shuffle -> std::shuffle + random_engine if indicated by the supported language level or Boost configuration macro.

Signed-off-by: Daniela Engert <dani@ngrt.de>
2017-07-20 16:33:17 +02:00
aldonin
352768cf66 Fix missing include <iterator> 2016-04-27 17:56:17 +03:00
Marshall Clow
f65d36aca7 Updated Boost.Algorithm tests to use non-deprecated test framework
[SVN r82785]
2013-02-08 17:21:43 +00:00
Marshall Clow
0d750ae554 Fix broken link to Alexandrescu paper; Refs #7551
[SVN r81821]
2012-12-10 15:25:39 +00:00
Steven Watanabe
81b04cde96 Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
[SVN r68168]
2011-01-15 08:11:51 +00:00
Bryce Adelstein-Lelbach
0c0a866f07 Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost.
On Linux, GNU's libstdc++, which is the default stdlib for icc and clang,
cannot parse the <iomanip> header in version 4.5+ (which thankfully neither
compiler advises the use of yet), as it's original C++98-friendly
implementation has been replaced with a gnu++0x implementation.
<boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing
boost::detail::setfill, boost::detail::setbase, boost::detail::setw,
boost::detail::setprecision, boost::detail::setiosflags and
boost::detail::resetiosflags. 



[SVN r68140]
2011-01-14 02:35:58 +00:00
Steven Watanabe
823b199df3 Fix typo. Fixes #4937.
[SVN r67106]
2010-12-08 17:37:52 +00:00
Steven Watanabe
7e2e6856cc Remove duplicate closing angle brackets. Fixes #4198
[SVN r61856]
2010-05-08 18:27:44 +00:00
Jeremiah Willcock
235c81be61 Fixed various issues in docs (mostly duplicate bookmarks and broken links) found by inspect tool
[SVN r61437]
2010-04-20 18:49:18 +00:00
Troy D. Straszheim
8f2b8d4888 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
[SVN r56942]
2009-10-17 02:07:38 +00:00
Troy D. Straszheim
236b142308 Copyrights on CMakeLists.txt to keep them from clogging up the inspect
reports.  This is essentially the same commit as r55095 on the release
branch.



[SVN r55159]
2009-07-26 00:49:56 +00:00
Steven Watanabe
ce98e8b87e Qualify minmax with boost:: to avoid ambiguity with std::minmax. Fixes #3023
[SVN r53062]
2009-05-17 00:39:22 +00:00
Steven Watanabe
7b2754b937 Fix copy/paste error in minmax docs. Fixes #2500
[SVN r51045]
2009-02-06 03:45:09 +00:00
Michael A. Jackson
1188575e7b Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
[SVN r49627]
2008-11-07 17:02:56 +00:00
Michael A. Jackson
bff2a1e112 Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
[SVN r49510]
2008-11-01 13:15:41 +00:00
Daniel James
346f032be2 Quote href values - our tools don't support unquoted values.
[SVN r45283]
2008-05-11 13:49:20 +00:00
Vladimir Prus
f0b8b60379 Update
[SVN r38522]
2007-08-08 19:24:04 +00:00
Vladimir Prus
8758222006 Remove V1 Jamfiles
[SVN r38516]
2007-08-08 19:02:26 +00:00
Douglas Gregor
d9ebe5da13 Merged from Version_1_33_1
[SVN r31949]
2005-12-08 03:23:02 +00:00
Hervé Brönnimann
e2d5feeb06 Link to Alexandrescu's paper
[SVN r31135]
2005-09-27 21:42:58 +00:00
Douglas Gregor
45949a9316 Merged from 1.33.0 release
[SVN r30540]
2005-08-12 13:02:37 +00:00
Vladimir Prus
0f4aa23e9c Update Jamfile.v2 for minmax.
[SVN r28201]
2005-04-13 06:18:54 +00:00
Douglas Gregor
1489b70457 Make sure atoi is available
[SVN r27913]
2005-04-01 22:19:44 +00:00
Fredrik Blomqvist
c475f8559d fixed small cosmetic typo in link
[SVN r27220]
2005-02-07 18:04:15 +00:00
Aleksey Gurtovoy
747597c7ef merge RC_1_32_0 fixes
[SVN r26328]
2004-11-28 03:35:12 +00:00
Aleksey Gurtovoy
0a0facd7c7 c++boost.gif -> boost.png replacement
[SVN r25573]
2004-10-05 15:45:52 +00:00
Joaquín M. López Muñoz
053cc53eea workaround for a problem of GCC 2.95 with local scope using directives
[SVN r25077]
2004-09-14 07:15:51 +00:00
Douglas Gregor
54ac5bebd3 Fix stylesheet link
[SVN r25048]
2004-09-13 15:44:23 +00:00
Hervé Brönnimann
246794db2a Added copyright notices.
[SVN r24171]
2004-07-29 20:27:38 +00:00
Rene Rivera
33122fefa7 Fix tabs in file.
[SVN r24039]
2004-07-25 15:09:51 +00:00
Hervé Brönnimann
4b3118ed2b Added BOOST_EXPLICIT_TEMPLATE_TYPE(Value) to fix MSVC (thanks to Joaquin
Munoz)


[SVN r23998]
2004-07-23 17:17:37 +00:00
Hervé Brönnimann
85e0e920bf Removed char* name and dependence on iostream, not appropriate for test
suite (relic of example and debugging).


[SVN r23996]
2004-07-23 16:13:43 +00:00
Joaquín M. López Muñoz
483bc9e231 replaced tuple::get memfun with equivalent global function so as to cover MSVC
[SVN r23956]
2004-07-22 13:43:01 +00:00
Joaquín M. López Muñoz
643c793f3b added a fix for compilers without PTS
[SVN r23955]
2004-07-22 13:39:25 +00:00
Hervé Brönnimann
69339b779c Removed initialization from singular iterator.
[SVN r23910]
2004-07-21 17:23:40 +00:00
Hervé Brönnimann
7a88ef8658 Now includes minmax_test in the test suite.
[SVN r23909]
2004-07-21 17:15:40 +00:00
Hervé Brönnimann
2b2086dd8f Why were these committed in the first place???
[SVN r23908]
2004-07-21 16:48:41 +00:00
Aleksey Gurtovoy
f6752d3ae1 change test-suite names to match library names
[SVN r23820]
2004-07-20 01:41:00 +00:00
Hervé Brönnimann
a568d32ba9 Cleanup Jamfile
[SVN r23341]
2004-07-04 22:24:17 +00:00
Hervé Brönnimann
9dcf3e6b76 Cleanup html, dates, grammar, synopsis code. --Herve'
[SVN r23339]
2004-07-04 22:08:29 +00:00
Hervé Brönnimann
16f4b20083 Testing minmax_element only.
[SVN r23310]
2004-07-01 20:52:50 +00:00
Hervé Brönnimann
cf85da14ed Documentation for the minmax library.
Moved from libs/minmax/ to libs/algorithm/minmax
Also changed documentation to reflect use of Boost.tuple
and separation into two header files. --Herve'


[SVN r23308]
2004-07-01 20:15:51 +00:00
Hervé Brönnimann
6df2923b40 Remove these files from the libs/directory, and reenter them later in
the libs/algorithm/ subdir. --Herve'


[SVN r23304]
2004-07-01 18:31:21 +00:00
Hervé Brönnimann
1e7aec2dee Finally adding the minmax library. Still allowing overlap with header
minmax.hpp from Eric Niebler, which should be resolved soon. --Herve'


[SVN r23225]
2004-06-28 08:36:43 +00:00