9b2d0b58d7
Create branches/filesystem-v3 for v2 removal
...
[SVN r77385]
2012-03-18 20:54:17 +00:00
5c477dc695
Always include add_reference in iterator_adaptor.
...
It's only included for certain configurations but is always used. This
didn't matter in the past because it was transitively included by
is_convertible. But it isn't now on Visual C++ because its itsintrinsic
version is being used, which doesn't require add_reference.
[SVN r69855]
2011-03-11 18:28:31 +00:00
caa0e5035a
Added Michel's patches for #1427
...
[SVN r68205]
2011-01-17 14:52:49 +00:00
14b1075d6b
Apply patch for #3645 ; will merge to release after tests cycle
...
[SVN r67738]
2011-01-06 23:42:00 +00:00
752fc7c185
Removed <boost/pending/integer_range.hpp> and a few more uses of it; fixes #4642
...
[SVN r67035]
2010-12-05 20:38:44 +00:00
15f3bf9352
Update various libraries' documentation build.
...
Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.
[SVN r63146]
2010-06-20 18:00:48 +00:00
d469568de7
function_input_iterator fixes from Dean Michael Berris
...
[SVN r62710]
2010-06-10 05:59:46 +00:00
251b9f8057
Fixed #3434
...
[SVN r62626]
2010-06-09 01:13:28 +00:00
2786268510
Applied patches from #1427 ; fixes #1427
...
[SVN r62625]
2010-06-09 01:08:45 +00:00
6bb82230b9
Added function_input_iterator from Dean Michael Berris; fixes #2893
...
[SVN r62615]
2010-06-09 00:09:56 +00:00
c07f55ff65
Removed unneeded #include; fixes #1533
...
[SVN r62593]
2010-06-08 19:10:16 +00:00
ac522bc9e1
category of each component iterator is reduced to a known category before we try to find a minimum.
...
Closes #1517
[SVN r58012]
2009-11-28 18:53:43 +00:00
4c60e26bf8
Made sure that iterator_facade's nested `::pointer
` type is always
...
the same as what's returned from operator->. For input iterators,
that wasn't always the case (see operator_arrow_proxy).
Fixes #1019 .
[SVN r57989]
2009-11-28 05:12:29 +00:00
d11c7a3ec4
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
76fd8e27fb
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
f2433c63d5
Add PDF generation options to fix external links to point to the web site.
...
Added a few more Boostbook based libs that were missed first time around.
Fixed PDF naming issues.
[SVN r51284]
2009-02-17 10:05:58 +00:00
55c08b706c
Updating dependency information for modularized libraries.
...
[SVN r49628]
2008-11-07 17:05:27 +00:00
835498603d
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
b0ec5a759b
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
e06c4b3279
Applied patch from ticket #2344
...
[SVN r49227]
2008-10-09 21:49:48 +00:00
bf7d904bf8
Point links to the pages that used to be in 'more' to the site.
...
[SVN r43210]
2008-02-10 15:02:17 +00:00
efecbd0d27
don't use identifires R1 and R2: some HP-UX headers define them as macros
...
[SVN r42064]
2007-12-15 03:42:49 +00:00
65e229fb0d
SunPro 5.9 can't detect lvalue returns
...
[SVN r41956]
2007-12-10 15:19:21 +00:00
bd5731efa9
// Add or correct comment identifying Boost library this header is associated with.
...
[SVN r41173]
2007-11-17 20:13:16 +00:00
a2d9e63f94
Get rid of .cvsignore files
...
[SVN r41107]
2007-11-15 15:20:27 +00:00
f34109aa26
Merging some of the more obvious changes from RC_1_34_0
...
[SVN r40714]
2007-11-03 03:25:13 +00:00
0f88de3d88
Update
...
[SVN r38519]
2007-08-08 19:09:45 +00:00
107595b76c
Fix missing include
...
[SVN r38518]
2007-08-08 19:09:25 +00:00
1f0a885def
Remove V1 Jamfiles
...
[SVN r38516]
2007-08-08 19:02:26 +00:00
5bf5110cdb
Resolved symbol ambiguities.
...
[SVN r38098]
2007-06-26 19:12:52 +00:00
0b095e687f
Correct testing bugs:
...
either changing assert(...) or BOOST_ASSERT(...) to BOOST_TEST
(in my code only)
or adding "return boost::report_errors();" where it was clearly
missing (and a pure bug, in anyone's code).
[SVN r37057]
2007-02-24 22:40:59 +00:00
c0d6dacf62
Pull all non-runtime stuff out of the USAGE clause
...
[SVN r37056]
2007-02-24 22:01:22 +00:00
c080ee4dcf
Remove detritus
...
[SVN r35427]
2006-09-29 22:22:28 +00:00
9d241238f8
Fix inspection issues
...
[SVN r35239]
2006-09-21 02:40:19 +00:00
45f64ea8f7
Remove flotsam
...
[SVN r35210]
2006-09-19 16:47:36 +00:00
71abf15b60
Take advantage of BOOST_CONCEPT_USAGE for defining usage requirements:
...
Using this macro is better than simply defining a destructor because
usage patterns will be tested whenever associated types are accessed.
[SVN r35199]
2006-09-19 13:41:30 +00:00
7243852b0a
GCC-3.3.x workarounds
...
[SVN r35151]
2006-09-18 02:34:18 +00:00
e7843bdea3
The previous test ran afoul of a few compilers. Let's try again.
...
[SVN r35126]
2006-09-15 16:40:07 +00:00
bca372da18
fix for http://tinyurl.com/kbwzm
...
[SVN r35102]
2006-09-13 22:36:10 +00:00
0237e49a17
fix for http://tinyurl.com/zuohe
...
[SVN r35101]
2006-09-13 22:24:14 +00:00
b5492bd866
Fix license text, with Thomas B's permission
...
[SVN r35074]
2006-09-12 22:33:29 +00:00
1fad13e34f
add missing license/copyright info
...
[SVN r35068]
2006-09-11 22:08:18 +00:00
3355660636
Added missing 'struct'
...
[SVN r33960]
2006-05-07 21:00:35 +00:00
eaf9bf62d1
Strip off "Concept" suffix.
...
[SVN r33899]
2006-05-01 21:42:56 +00:00
9f20320f59
Change UnaryFunction -> UnaryFunc to get out of the way of the concept checking class for VC6.
...
[SVN r33898]
2006-05-01 20:07:13 +00:00
2cb253ed35
Throw out bogus commented-out conversion operators.
...
[SVN r33871]
2006-04-30 03:38:28 +00:00
230d47e93a
Move difference_type from the Forward Traversal Iterator concept to
...
the Single Pass Traversal concept, so that input iterators are still
input iterators. It does make sense to measure the distance between
Single Pass iterators, provided you're willing to throw away the data.
[SVN r33870]
2006-04-30 03:35:16 +00:00
e2957cfb0c
use idiomatic convertibility assertions.
...
[SVN r33869]
2006-04-30 03:33:33 +00:00
f5b644e765
Fixes for concept checking; use destructors for checking classes, misc cleanup.
...
[SVN r33862]
2006-04-29 20:27:14 +00:00
28dd458088
Add missing "inline". Fixes boost-Bugs-1476219.
...
[SVN r33819]
2006-04-25 20:34:32 +00:00