55a68b1e31Replace all uses of boost/utility.hpp with more-granular includes. Solves modularization dependency nightmare.
Dave Abrahams
2012-05-18 04:44:04 +0000
059973ba5dBimap: Merge documentation update.
Daniel James
2011-04-03 11:00:15 +0000
25b5f19171Update links to boost tools in bimap.
Daniel James
2011-02-27 12:02:25 +0000
06d38c2bbcRevert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
Steven Watanabe
2011-01-15 08:11:51 +0000
f4b59e8072Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost. On Linux, GNU's libstdc++, which is the default stdlib for icc and clang, cannot parse the <iomanip> header in version 4.5+ (which thankfully neither compiler advises the use of yet), as it's original C++98-friendly implementation has been replaced with a gnu++0x implementation. <boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing boost::detail::setfill, boost::detail::setbase, boost::detail::setw, boost::detail::setprecision, boost::detail::setiosflags and boost::detail::resetiosflags.
Bryce Adelstein-Lelbach
2011-01-14 02:35:58 +0000
809f15edf5Merge documentation changes.
Daniel James
2010-07-19 23:29:09 +0000
2889448652Rebuild bimap documentation.
Daniel James
2010-07-19 20:17:18 +0000
fe38a7dafeMerge documentation fixes.
Daniel James
2010-06-26 12:30:09 +0000
2ebaf27e94Update various libraries' documentation build.
Daniel James
2010-06-20 18:00:48 +0000
8c89813fb4merge from trunk (58852-58891)
Matias Capeletto
2010-01-13 19:04:38 +0000
78c68703b3merge from trunk (58852-58891)
Matias Capeletto
2010-01-13 19:04:08 +0000
682cb9fee7fix context to complex for V7.1
Matias Capeletto
2010-01-11 11:24:52 +0000
60dab6da41Merge [57804] - rebuilt documentation.
Daniel James
2009-11-20 09:53:08 +0000
2aac1b730cRebuild bimap documentation.
Daniel James
2009-11-20 09:47:30 +0000
10e7b1ae59Merge [43256] from trunk: fix tabs in files.
Daniel James
2009-11-20 09:40:56 +0000
b12584eecdrm 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
Troy D. Straszheim
2009-10-17 02:07:38 +0000
a8d0d33be3rm 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.
Troy D. Straszheim
2009-10-17 01:10:45 +0000
7e7da76142Copyrights on CMakeLists.txt to keep them from clogging up the inspect reports. This is essentially the same commit as r55095 on the release branch.
Troy D. Straszheim
2009-07-26 00:49:56 +0000
21d8cfd23aChanged to use new property map headers
Jeremiah Willcock
2009-07-23 02:00:27 +0000
4214f03b10Add basic copyright/license to keep cmake out of the inspection report
Troy D. Straszheim
2009-07-22 21:51:01 +0000
e00f6a6aeaFixed almost all tab and min/max issues found by inspect tool
Jeremiah Willcock
2009-05-20 19:41:20 +0000
e02a1bbd7dMoved property map library into property_map/ directory; made old files into stubs with #warnings; converted uses and docs of property map library to use new names
Jeremiah Willcock
2009-04-07 01:28:38 +0000
f4e70bba65Merge PDF build changes from Trunk.
John Maddock
2009-02-23 18:39:32 +0000
8eb20de2cdAdd 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.
John Maddock
2009-02-17 10:05:58 +0000
43ed5b98fbChange images to 120dpi.
John Maddock
2009-02-09 09:50:36 +0000
81efcfb4e0Add 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.
John Maddock
2009-02-08 16:59:14 +0000
8c16371c78merge of cmake build files from trunk per beman
Troy D. Straszheim
2009-01-24 18:57:20 +0000
7ad40d2a94Updating dependency information for modularized libraries.
Michael A. Jackson
2008-11-07 17:05:27 +0000
645d9d6901Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
Michael A. Jackson
2008-11-07 17:02:56 +0000
eb5c91bdb3Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
Michael A. Jackson
2008-11-01 13:15:41 +0000
3daa894cf5Add minor documentation fixes to the release branch. (I left out the changes to the hash library).
Daniel James
2008-05-21 20:57:05 +0000
02b2282260Merge in documentation fixes. Apart from the change to optional's documenation Jamfile, which I included by mistake.
Daniel James
2008-04-27 07:39:49 +0000
f9b24fa200Rebuild a lot of documentation.
Daniel James
2008-03-16 11:38:32 +0000
c35326f5e0docs fixes and tabs in files removed
Matias Capeletto
2008-02-14 21:29:19 +0000