Marshall Clow
9c376db7e5
Fixed 'the the' in comments; Refs #7714
...
[SVN r82235]
2012-12-28 16:51:09 +00:00
Steven Watanabe
3caa685662
Merge [67640] from the trunk.
...
[SVN r70065]
2011-03-17 16:29:28 +00:00
Steven Watanabe
2ed8d7f4df
Fix return type deduction for pointers to data members. Fixes #4962 . Fixes #4566 .
...
[SVN r67640]
2011-01-03 22:31:21 +00:00
Daniel Walker
2c14c3a13b
merged changeset 63726 from trunk
...
[SVN r63907]
2010-07-12 01:36:38 +00:00
Daniel Walker
4091f55a4b
removed arity detection from has_xxx_template
...
[SVN r63726]
2010-07-07 20:44:59 +00:00
Steven Watanabe
0d0f71272e
Merge lambda from the trunk
...
[SVN r63555]
2010-07-03 19:05:15 +00:00
Daniel James
08b3f6336c
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
45c6ba535c
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
Steven Watanabe
57a605d7cc
Revert [62617], since there is already a Jamfile for Lambda's tests
...
[SVN r62628]
2010-06-09 02:10:06 +00:00
Steven Watanabe
fcfcc42baf
Enable using result_of with Boost.Lambda. Fixes #426 . Fixes #864
...
[SVN r62627]
2010-06-09 01:39:48 +00:00
Jeremiah Willcock
c516504670
Changed compound assignment (and actually all binary operators) to copy their RHS arguments like the documentation said; added a test for this; fixes #4043
...
[SVN r62620]
2010-06-09 00:33:25 +00:00
Jeremiah Willcock
c479b3b7b7
Fixed warning
...
[SVN r62619]
2010-06-09 00:31:02 +00:00
Jeremiah Willcock
269ac93b1b
Added Jamfile.v2 from Daniel Walker; refs #864
...
[SVN r62617]
2010-06-09 00:16:43 +00:00
Steven Watanabe
15d4e6ab79
Make sure that all top level headers in Lambda include their dependencies. Fixes #4203
...
[SVN r61881]
2010-05-09 20:07:07 +00:00
Steven Watanabe
77495bb7e1
Deal with warnings with /Za. Fixes #3485
...
[SVN r57479]
2009-11-08 04:11:21 +00:00
Troy D. Straszheim
c183b699bc
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
e368877636
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
3d4a3e7050
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
22bc52b7c4
Add basic copyright/license to keep cmake out of the inspection report
...
[SVN r55095]
2009-07-22 21:51:01 +00:00
Steven Watanabe
8a943f6510
Merge [43113], [45097], [53261], [53343], [53648], [53649], and [53651] from the trunk
...
[SVN r53875]
2009-06-13 21:18:10 +00:00
Steven Watanabe
c14095472e
Don't propagate constness from pointer to pointee. Fixes #1572
...
[SVN r53651]
2009-06-05 02:43:54 +00:00
Steven Watanabe
1afc4b6779
Use boost/detail/container_fwd.hpp. Fixes #2601
...
[SVN r53649]
2009-06-05 01:43:39 +00:00
Steven Watanabe
41eb864595
Add result_type to lambda::ret. Fixes #1222
...
[SVN r53648]
2009-06-05 01:20:06 +00:00
Jeremiah Willcock
0f60055086
Fixed tabs
...
[SVN r53343]
2009-05-28 14:49:25 +00:00
Steven Watanabe
d69f83d074
Merge [53061] and [53233] from the trunk
...
[SVN r53266]
2009-05-26 00:59:17 +00:00
Steven Watanabe
9a8e5d7784
Fix lambda regression with msvc 7.1
...
[SVN r53261]
2009-05-25 21:52:12 +00:00
Steven Watanabe
6985fca6ee
Avoid ambiguities between boost::lambda::bind and std::bind with VC10. Fixes #3075
...
[SVN r53233]
2009-05-24 22:58:52 +00:00
Steven Watanabe
04ae944c3c
Avoid using namespace std; to prevent ambiguity between boost and std components. Fixes #3025
...
[SVN r53061]
2009-05-17 00:25:06 +00:00
Steven Watanabe
7648a7adf1
Merge [51448] from the trunk.
...
[SVN r51617]
2009-03-05 03:52:26 +00:00
Steven Watanabe
0c4e251ebe
Supress warnings on gcc and msvc. Fixes #1515
...
[SVN r51448]
2009-02-26 02:33:15 +00:00
John Maddock
48e6f45d92
Merge PDF build changes from Trunk.
...
[SVN r51417]
2009-02-23 18:39:32 +00:00
Steven Watanabe
927a04351e
Merge [50516] and [50999] from the trunk. These are the fixes for #781 and #2446 respectively
...
[SVN r51368]
2009-02-21 18:10:20 +00:00
John Maddock
0faeb3f19e
Add Jamfile to build PDF versions of all the docs.
...
Tweaked some existing Jamfiles so that PDF build finds all the necessary image files etc.
Tweaked fo.xsl to provide more options by default, and improve formatting.
[SVN r51104]
2009-02-08 16:59:14 +00:00
Steven Watanabe
150736273e
Add <async-exceptions>on. Fixes #2446
...
[SVN r50999]
2009-02-03 21:47:58 +00:00
Troy D. Straszheim
b5b41af8f4
merge of cmake build files from trunk per beman
...
[SVN r50756]
2009-01-24 18:57:20 +00:00
Marshall Clow
1f6ca994e6
Merged revisions 50413 via svnmerge from
...
https://svn.boost.org/svn/boost/trunk
........
r50413 | marshall | 2008-12-30 10:27:43 -0800 (Tue, 30 Dec 2008) | 1 line
Typo: fixes bug #2583
........
[SVN r50602]
2009-01-15 03:46:14 +00:00
Steven Watanabe
d5a98758fa
Add specializations of plain_return_type_2 for std::string. Fixes #781
...
[SVN r50516]
2009-01-08 16:58:48 +00:00
Marshall Clow
cd3d5fd03a
Typo: fixes bug #2583
...
[SVN r50413]
2008-12-30 18:27:43 +00:00
Michael A. Jackson
48a89b7705
Updating dependency information for modularized libraries.
...
[SVN r49628]
2008-11-07 17:05:27 +00:00
Michael A. Jackson
ec350abf06
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
d56abd61ce
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
Beman Dawes
4a254c4161
With his kind permission, change Jaakko "Järvi" to "Jarvi"
...
[SVN r46809]
2008-06-28 13:57:20 +00:00
Beman Dawes
2788ede42a
With his kind permission, change Jaakko "Järvi" to "Jarvi"
...
[SVN r46808]
2008-06-28 13:45:21 +00:00
Marshall Clow
1c953ed38c
Updated docs re bug #1855
...
[SVN r45097]
2008-05-03 23:45:30 +00:00
Marshall Clow
b2dc95bb18
Applied patch (fixes bug #1307 )
...
[SVN r43113]
2008-02-05 16:15:35 +00:00
Beman Dawes
e67976c740
Full merge from trunk at revision 41356 of entire boost-root tree.
...
[SVN r41370]
2007-11-25 18:38:02 +00:00
Beman Dawes
a0cd34c938
Full merge from trunk at revision 41356 of entire boost-root tree.
...
[SVN r41369]
2007-11-25 18:07:19 +00:00
Beman Dawes
672c8e10d4
Starting point for releases
...
[SVN r39706]
2007-10-05 14:25:06 +00:00
Vladimir Prus
797b5756cf
Update for V2
...
[SVN r38520]
2007-08-08 19:16:43 +00:00
Peter Dimov
bd4da55f0f
Rvalue support
...
[SVN r38299]
2007-07-29 20:33:46 +00:00