Jeremiah Willcock
964a29979c
Applied patches from #5697 ; refs #5697
...
[SVN r77723]
2012-04-02 18:19:44 +00:00
Jeremiah Willcock
fbbdcf8c99
Merged in BGL, enable_if, and related changes from trunk: r67035, r57559, r72837, r73010, r73026, r72960, r73425, r73424, r73009, r73998, r73997, r73006, r73630, r73631, r73999, r73422, r73423, r73996, r71221
...
[SVN r74023]
2011-08-23 18:26:46 +00:00
Daniel James
5d72ae48da
Iterator: Use boost::result_of to determine nested result type of function in transform_iterator. Fixes #1427 .
...
[SVN r70715]
2011-03-29 21:31:29 +00:00
Daniel James
1ca1caddff
Iterator: merge several changes from trunk.
...
- Update iterator_facade test for #1019
(header change already merged).
- Category of each iterator is reduced to a known category before we try to
find a minimum. Fixes #1517 .
- `function_input_iterator` from Dean Michael Berris. Fixes #2893
- Fix typo in `boost/iterator.hpp`. Fixes #3434 .
- Always include `add_reference` header in iterator adaptor header.
Did not merge changes for #1427 .
[SVN r70709]
2011-03-29 21:17:11 +00:00
Daniel James
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
Daniel James
d45b57c33c
Revert [68076], refs #1427 .
...
Will try to fix this properly in 1.47.
[SVN r68524]
2011-01-28 08:40:25 +00:00
Marshall Clow
caa0e5035a
Added Michel's patches for #1427
...
[SVN r68205]
2011-01-17 14:52:49 +00:00
Marshall Clow
5a88e6f958
Merging fixes to release; Fixes #1427
...
[SVN r68076]
2011-01-13 01:25:09 +00:00
Marshall Clow
36565eae63
Merging fixes to release; fixes #2294 fixes #4918 fixes #3645 refs #2823 refs #1427 refs #2893
...
[SVN r67792]
2011-01-08 18:38:08 +00:00
Marshall Clow
14b1075d6b
Apply patch for #3645 ; will merge to release after tests cycle
...
[SVN r67738]
2011-01-06 23:42:00 +00:00
Jeremiah Willcock
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
Daniel James
de4ef14f9b
Merge documentation fixes.
...
* Use `doc/src/*.css` instead of `doc/html/*.css`.
* Remove wiki and people directories.
* Some documentation fixes.
* Left out `minimal.css` changes and boostbook changes because of clashes.
[SVN r63347]
2010-06-26 12:30:09 +00:00
Daniel James
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
Jeremiah Willcock
d469568de7
function_input_iterator fixes from Dean Michael Berris
...
[SVN r62710]
2010-06-10 05:59:46 +00:00
Jeremiah Willcock
251b9f8057
Fixed #3434
...
[SVN r62626]
2010-06-09 01:13:28 +00:00
Jeremiah Willcock
2786268510
Applied patches from #1427 ; fixes #1427
...
[SVN r62625]
2010-06-09 01:08:45 +00:00
Jeremiah Willcock
6bb82230b9
Added function_input_iterator from Dean Michael Berris; fixes #2893
...
[SVN r62615]
2010-06-09 00:09:56 +00:00
Jeremiah Willcock
f65f03afcc
Merged r62593 from trunk
...
[SVN r62594]
2010-06-08 19:11:44 +00:00
Jeremiah Willcock
c07f55ff65
Removed unneeded #include; fixes #1533
...
[SVN r62593]
2010-06-08 19:10:16 +00:00
Dave Abrahams
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
Dave Abrahams
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
Troy D. Straszheim
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
Troy D. Straszheim
cfc04ce11e
rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
...
[SVN r56941]
2009-10-17 01:10:45 +00:00
Troy D. Straszheim
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
Troy D. Straszheim
25d4d34ebe
Add basic copyright/license to keep cmake out of the inspection report
...
[SVN r55095]
2009-07-22 21:51:01 +00:00
John Maddock
ea26e9f109
Merge PDF build changes from Trunk.
...
[SVN r51417]
2009-02-23 18:39:32 +00:00
John Maddock
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
Troy D. Straszheim
264c186eac
merge of cmake build files from trunk per beman
...
[SVN r50756]
2009-01-24 18:57:20 +00:00
Michael A. Jackson
55c08b706c
Updating dependency information for modularized libraries.
...
[SVN r49628]
2008-11-07 17:05:27 +00:00
Michael A. Jackson
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
Michael A. Jackson
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
Nicola Musatti
2ece3ac5c2
CodeGear patch. Fixes #2344
...
[SVN r49321]
2008-10-13 19:27:26 +00:00
Nicola Musatti
e06c4b3279
Applied patch from ticket #2344
...
[SVN r49227]
2008-10-09 21:49:48 +00:00
Dave Abrahams
78effefadb
Merging SunPro 5.9 workaround from trunk
...
[SVN r47467]
2008-07-16 04:52:14 +00:00
Daniel James
37c46f7da5
Merged revisions 43206,43208-43213 via svnmerge from
...
https://svn.boost.org/svn/boost/trunk
........
r43206 | danieljames | 2008-02-10 09:55:03 +0000 (Sun, 10 Feb 2008) | 1 line
Fix some broken links.
........
r43209 | danieljames | 2008-02-10 14:56:22 +0000 (Sun, 10 Feb 2008) | 1 line
Link to people pages on the website, as they've been removed from the download.
........
r43210 | danieljames | 2008-02-10 15:02:17 +0000 (Sun, 10 Feb 2008) | 1 line
Point links to the pages that used to be in 'more' to the site.
........
r43212 | danieljames | 2008-02-10 16:10:16 +0000 (Sun, 10 Feb 2008) | 1 line
Fix links on the home page as well.
........
r43213 | danieljames | 2008-02-10 16:21:22 +0000 (Sun, 10 Feb 2008) | 1 line
Generated documentation which is no longer generated.
........
[SVN r43214]
2008-02-10 16:39:38 +00:00
Daniel James
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
Boris Gubenko
6d0f901b2e
merge trunk version (changeset/42064) to release branch
...
[SVN r42129]
2007-12-17 18:43:36 +00:00
Boris Gubenko
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
Dave Abrahams
65e229fb0d
SunPro 5.9 can't detect lvalue returns
...
[SVN r41956]
2007-12-10 15:19:21 +00:00
Beman Dawes
db0e0b7b91
Full merge from trunk at revision 41356 of entire boost-root tree.
...
[SVN r41370]
2007-11-25 18:38:02 +00:00
Beman Dawes
23d53055f9
Full merge from trunk at revision 41356 of entire boost-root tree.
...
[SVN r41369]
2007-11-25 18:07:19 +00:00
Beman Dawes
bd5731efa9
// Add or correct comment identifying Boost library this header is associated with.
...
[SVN r41173]
2007-11-17 20:13:16 +00:00
Beman Dawes
a2d9e63f94
Get rid of .cvsignore files
...
[SVN r41107]
2007-11-15 15:20:27 +00:00
Dave Abrahams
f34109aa26
Merging some of the more obvious changes from RC_1_34_0
...
[SVN r40714]
2007-11-03 03:25:13 +00:00
Beman Dawes
ff73538b5b
Starting point for releases
...
[SVN r39706]
2007-10-05 14:25:06 +00:00
Vladimir Prus
0f88de3d88
Update
...
[SVN r38519]
2007-08-08 19:09:45 +00:00
Vladimir Prus
107595b76c
Fix missing include
...
[SVN r38518]
2007-08-08 19:09:25 +00:00
Vladimir Prus
1f0a885def
Remove V1 Jamfiles
...
[SVN r38516]
2007-08-08 19:02:26 +00:00
nobody
30685528c7
This commit was manufactured by cvs2svn to create tag
...
'Version_1_34_1'.
[SVN r38286]
2007-07-24 19:28:14 +00:00
Thomas Witt
c849f35965
Doc and build fixes by Dave Abrahams.
...
[SVN r38154]
2007-07-06 19:47:17 +00:00