https://svn.boost.org/svn/boost/trunk
........
r49661 | danieljames | 2008-11-09 12:03:45 +0000 (Sun, 09 Nov 2008) | 1 line
Move hash detail headers out of boost/functional/detail.
........
r49662 | danieljames | 2008-11-09 12:11:50 +0000 (Sun, 09 Nov 2008) | 1 line
Add a forwarding header for container_fwd.hpp
........
r49666 | danieljames | 2008-11-09 19:12:05 +0000 (Sun, 09 Nov 2008) | 1 line
Avoid comparing default initialised iterators in position_iterator.
........
r49669 | danieljames | 2008-11-09 21:57:38 +0000 (Sun, 09 Nov 2008) | 2 lines
Add link to the header to the synopsis in reference documentation.
Refs #2214
........
r49735 | danieljames | 2008-11-14 12:51:00 +0000 (Fri, 14 Nov 2008) | 1 line
Explicitly specify the template parameters in the unordered container friend, in order to avoid some warnings.
........
r49756 | danieljames | 2008-11-14 16:11:16 +0000 (Fri, 14 Nov 2008) | 1 line
Use pragmas to suppress a Visual C++ warning.
........
r49770 | danieljames | 2008-11-15 13:07:29 +0000 (Sat, 15 Nov 2008) | 1 line
Use the new swap library.
........
r49811 | danieljames | 2008-11-16 23:10:00 +0000 (Sun, 16 Nov 2008) | 1 line
Fix a typo.
........
[SVN r49855]
Merged revisions 49670 via svnmerge from
https://svn.boost.org/svn/boost/trunk
........
r49670 | danieljames | 2008-11-09 22:30:19 +0000 (Sun, 09 Nov 2008) | 1 line
Some more svn:eol-style and svn:mime-types. Mostly files that don't have an entry in our standard subversion config file. Ref #2441
........
[SVN r49853]
https://svn.boost.org/svn/boost/trunk
........
r49803 | eric_niebler | 2008-11-16 10:57:15 -0800 (Sun, 16 Nov 2008) | 1 line
remove old dead proto v2
........
[SVN r49804]
Merged revisions 49601-49602 via svnmerge from
https://svn.boost.org/svn/boost/trunk
........
r49601 | danieljames | 2008-11-05 19:38:45 +0000 (Wed, 05 Nov 2008) | 2 lines
Set several svn:mime-type and svn:eol-style for several files.
........
r49602 | danieljames | 2008-11-05 19:41:20 +0000 (Wed, 05 Nov 2008) | 1 line
A couple more svn:mime-type's that I missed.
........
[SVN r49660]
Merged revisions 49339-49341,49541 via svnmerge from
https://svn.boost.org/svn/boost/trunk
........
r49339 | danieljames | 2008-10-15 11:25:07 +0100 (Wed, 15 Oct 2008) | 1 line
Note about change in boost 1.37.
........
r49340 | danieljames | 2008-10-15 11:26:55 +0100 (Wed, 15 Oct 2008) | 4 lines
Changed the warnings in the deprecated headers from 1.34.0 to errors. These
will be removed in a future version of Boost (probably 1.39.0).
........
r49341 | danieljames | 2008-10-15 11:34:15 +0100 (Wed, 15 Oct 2008) | 2 lines
Add note about changes to deprecated headers. Refs #2412.
........
r49541 | danieljames | 2008-11-02 22:32:00 +0000 (Sun, 02 Nov 2008) | 3 lines
Slightly more accurated comment - now that the headers cause errors, they've
moved past the deprecation stage (I think).
........
[SVN r49597]
https://svn.boost.org/svn/boost/trunk
........
r49482 | chris_kohlhoff | 2008-10-29 23:49:05 +1100 (Wed, 29 Oct 2008) | 3 lines
Fix problem in read_until's match_condition handling when the delimiter
lies at the end of the data.
........
r49484 | chris_kohlhoff | 2008-10-30 00:00:24 +1100 (Thu, 30 Oct 2008) | 2 lines
Fix scoped_ptr usage to work with Sun Studio 11.
........
[SVN r49495]
https://svn.boost.org/svn/boost/trunk
........
r49435 | danieljames | 2008-10-22 20:16:22 +0100 (Wed, 22 Oct 2008) | 1 line
Update the version number in the getting started guide.
........
[SVN r49437]