Commit Graph

169 Commits

Author SHA1 Message Date
Eric Niebler
697f8082cf support for noncopyable rvalue ranges using C++0x
[SVN r74584]
2011-09-26 18:10:45 +00:00
Eric Niebler
11dc423e18 [foreach] merge 69941 from trunk
[SVN r71263]
2011-04-15 03:20:55 +00:00
Eric Niebler
1116c80833 use rvalue refs on supporting compilers for const rvalue detection
[SVN r69941]
2011-03-13 14:41:51 +00:00
Daniel James
232fa07faf Merge documentation fixes to release.
[SVN r66285]
2010-10-30 17:34:45 +00:00
Daniel James
33bda938b0 Link fixes.
[SVN r66273]
2010-10-30 14:32:50 +00:00
Eric Niebler
4ed1e3294e Merged revisions 65515 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r65515 | eric_niebler | 2010-09-21 07:37:31 -0700 (Tue, 21 Sep 2010) | 1 line
  
  make auto_any ctor explicit
........


[SVN r65792]
2010-10-06 21:36:44 +00:00
Eric Niebler
3c9cf3d715 make auto_any ctor explicit
[SVN r65515]
2010-09-21 14:37:31 +00:00
Christopher Jefferson
e3cb6bc456 Merge foreach from trunk - remove unused parameter and add clang exception to a gcc hack
[SVN r64486]
2010-07-30 20:26:40 +00:00
Christopher Jefferson
aca3d7b81a Stop gcc-specific hack applying to clang
[SVN r64413]
2010-07-28 16:35:35 +00:00
Daniel James
c35bb1ed03 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
4b8437344a Detab some jamfiles.
[SVN r63343]
2010-06-26 12:10:47 +00:00
Daniel James
bfb4c8adb5 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
Eric Niebler
a64a9293a4 Merged revisions 62660-62661 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r62660 | eric_niebler | 2010-06-09 10:25:14 -0400 (Wed, 09 Jun 2010) | 1 line
  
  remove out-of-date work-arounds for sun compilers
........
  r62661 | eric_niebler | 2010-06-09 10:52:52 -0400 (Wed, 09 Jun 2010) | 1 line
  
  add foreach_fwd.hpp for forward declarations of foreach's customization points
........


[SVN r62740]
2010-06-10 15:22:27 +00:00
Eric Niebler
8640fbc588 add foreach_fwd.hpp for forward declarations of foreach's customization points, fixes #3998
[SVN r62661]
2010-06-09 14:52:52 +00:00
Eric Niebler
76c3604513 remove out-of-date work-arounds for sun compilers, fixes #4306
[SVN r62660]
2010-06-09 14:25:14 +00:00
Eric Niebler
d0e5457833 Merged revisions 61264,61449 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r61264 | eric_niebler | 2010-04-13 18:26:51 -0700 (Tue, 13 Apr 2010) | 1 line
  
  actually test the documented extension interface
........
  r61449 | dgregor | 2010-04-20 23:33:52 -0700 (Tue, 20 Apr 2010) | 1 line
  
  Default-initialized const objects of class type are ill-formed of the class does not have a user-declared default constructor
........


[SVN r61627]
2010-04-27 20:08:09 +00:00
Daniel James
3b7dedf19e Merge some link fixes and release notes.
[SVN r61474]
2010-04-21 23:00:35 +00:00
Douglas Gregor
37f5c22da9 Default-initialized const objects of class type are ill-formed of the class does not have a user-declared default constructor
[SVN r61449]
2010-04-21 06:33:52 +00:00
Daniel James
b77af9df8f Fix links from foreach to range documentation.
[SVN r61352]
2010-04-18 12:18:13 +00:00
Eric Niebler
638b7a179b actually test the documented extension interface
[SVN r61264]
2010-04-14 01:26:51 +00:00
John Maddock
0067a122a1 Suppress msvc warnings.
Refs #3686.

[SVN r57996]
2009-11-28 10:26:26 +00:00
Troy D. Straszheim
4a760d2c74 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
775c269348 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
Eric Niebler
a6cbbb6eeb Merged revisions 55718 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r55718 | eric_niebler | 2009-08-22 12:30:40 -0400 (Sat, 22 Aug 2009) | 1 line
  
  escape quickbook special character
........


[SVN r55719]
2009-08-22 16:40:39 +00:00
Eric Niebler
dbaedb9de9 escape quickbook special character
[SVN r55718]
2009-08-22 16:30:40 +00:00
Troy D. Straszheim
1b95209b7e 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
28087ba0e9 Add basic copyright/license to keep cmake out of the inspection report
[SVN r55095]
2009-07-22 21:51:01 +00:00
Eric Niebler
9a46804a98 Merged revisions 52836 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r52836 | eric_niebler | 2009-05-07 10:16:46 -0700 (Thu, 07 May 2009) | 1 line
  
  work around conflict with python headers
........


[SVN r53055]
2009-05-16 18:24:03 +00:00
Eric Niebler
bd83b139a3 work around conflict with python headers, fixes #3000
[SVN r52836]
2009-05-07 17:16:46 +00:00
Eric Niebler
2edea86660 Merged revisions 51752-51753 via svnmerge from https://svn.boost.org/svn/boost/trunk
[SVN r51876]
2009-03-20 22:43:53 +00:00
Eric Niebler
5efc2d3d06 Intel-Win can't seem to handle const rvalues in the ternary conditional operator, fixes #2851
[SVN r51753]
2009-03-13 16:56:25 +00:00
Eric Niebler
96113c6db5 Intel-Win can't seem to handle const rvalues in the ternary conditional operator, fixes #2851
[SVN r51752]
2009-03-13 16:54:45 +00:00
John Maddock
1db36104d0 Merge PDF build changes from Trunk.
[SVN r51417]
2009-02-23 18:39:32 +00:00
John Maddock
de1369daff 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
Eric Niebler
d29531c339 Merged revisions 51169,51271 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r51169 | eric_niebler | 2009-02-09 16:50:16 -0800 (Mon, 09 Feb 2009) | 1 line
  
  eliminate shadow warnings on gcc for nested FOREACH loops
........
  r51271 | eric_niebler | 2009-02-16 09:50:31 -0800 (Mon, 16 Feb 2009) | 1 line
  
  mark up foreach failures on borland-6.1
........


[SVN r51272]
2009-02-16 18:03:41 +00:00
Eric Niebler
4925d93ce8 eliminate shadow warnings on gcc for nested FOREACH loops
[SVN r51169]
2009-02-10 00:50:16 +00:00
Troy D. Straszheim
b80e723dcc merge of cmake build files from trunk per beman
[SVN r50756]
2009-01-24 18:57:20 +00:00
Michael A. Jackson
94bbbecffc Updating dependency information for modularized libraries.
[SVN r49628]
2008-11-07 17:05:27 +00:00
Michael A. Jackson
f8dc734a17 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
7ce53a2307 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
Eric Niebler
ddf692ab28 Merged revisions 48992 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r48992 | eric_niebler | 2008-09-28 16:05:38 -0700 (Sun, 28 Sep 2008) | 1 line
  
  improve support for the latest CodeGear (formerly Borland) compiler, from nmusatti. fixes [2369]
........


[SVN r49087]
2008-10-01 16:31:19 +00:00
Eric Niebler
417d58e32e improve support for the latest CodeGear (formerly Borland) compiler, from nmusatti. fixes [2369]
[SVN r48992]
2008-09-28 23:05:38 +00:00
Eric Niebler
b92b58ae33 latest BOOST_FOREACH
[SVN r46538]
2008-06-20 02:14:03 +00:00
Markus Schöpflin
6c7e0cabf3 Fix for Tru64 CXX 7.1 which is able to correctly handle rvalues.
[SVN r46041]
2008-06-02 08:18:03 +00:00
Eric Niebler
cf32c10123 work with abstract classes, fixes #1814
[SVN r44182]
2008-04-11 16:27:29 +00:00
Eric Niebler
e98d00ff89 fix oops
[SVN r43539]
2008-03-07 17:47:40 +00:00
Eric Niebler
acc07d988c use a __pragma to disable a msvc warning, fixes #1672
[SVN r43538]
2008-03-07 17:46:38 +00:00
Eric Niebler
5addb3060a fix warnings
[SVN r43531]
2008-03-06 18:07:22 +00:00
Eric Niebler
9613b894de fix bug iterating over abstract base
[SVN r43509]
2008-03-05 07:12:03 +00:00
Eric Niebler
3402653d1a add BOOST_REVERSE_FOREACH, fixes #1071
[SVN r43508]
2008-03-05 06:32:39 +00:00