eldiener
5fa66f1f76
Merge branch 'develop'
2017-10-30 11:39:42 -04:00
eldiener
560bbb84e3
Removed --depth 1
2017-10-29 21:42:12 -04:00
eldiener
8b6eca07ed
Merge branch 'develop'
2017-10-27 22:19:59 -04:00
Edward Diener
c63b43c9d8
Better appveyor file setup.
2017-10-09 12:06:51 -04:00
Edward Diener
0c4a3d4ee9
Added Appveyor file and Travis CI file.
2017-10-09 08:14:35 -04:00
Edward Diener
5b43ba88f9
Merge branch 'develop'
2017-02-19 03:55:56 -05:00
Edward Diener
00ef24c843
Merge pull request #2 from eldiener/develop
...
Fix for gcc and clang. Right now gcc throws an old ABI version of std…
2017-01-29 15:23:39 -08:00
Edward Diener
436e153c3e
Updated code for inclusion of stdexcept
2016-11-10 13:08:08 -05:00
Edward Diener
820699b385
Fix for gcc and clang. Right now gcc throws an old ABI version of std::ios_base::failure even when the version being used is the newer ABI version of std::ios_base::failure. I have been told that this will be fixed in gcc-7.
2016-10-27 11:25:27 -04:00
Daryle Walker
b3e349c595
Merge pull request #1 from danieljames/metadata
...
Create metadata file.
2014-08-19 23:59:32 -04:00
Daniel James
9b8b326ecc
Add metadata file.
2014-08-18 15:00:09 +01:00
Daniel James
5458fd86d5
Create merge base for git.
2014-04-06 14:09:16 +01:00
Beman Dawes
6e3e9c2ce7
Editorial. Tweak spacing.
...
[SVN r83424]
2013-03-14 12:53:24 +00:00
Gennadiy Rozental
337e0ddc59
eliminated unit_test_framework and BOOST_MESSAGE
...
[SVN r74724]
2011-10-05 09:34:51 +00:00
Beman Dawes
59368c46a9
Merge from trunk
...
[SVN r68301]
2011-01-19 17:37:43 +00:00
Steven Watanabe
e2fe59318b
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
...
[SVN r68168]
2011-01-15 08:11:51 +00:00
Beman Dawes
f5f8d96157
Merge from trunk
...
[SVN r68159]
2011-01-14 19:21:55 +00:00
Bryce Adelstein-Lelbach
4b6617d62b
Replacing 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.
[SVN r68140]
2011-01-14 02:35:58 +00:00
Beman Dawes
961be4e927
Fix bug quoted_manip.hpp and in its tests. Thanks to Daniel James for a patch.
...
[SVN r64856]
2010-08-16 21:53:33 +00:00
Beman Dawes
7e90f31161
Merge from trunk
...
[SVN r63686]
2010-07-06 10:52:01 +00:00
Daniel James
1962b0b090
Move minimal.css to doc/src.
...
[SVN r63148]
2010-06-20 18:02:14 +00:00
Beman Dawes
14827ce116
Use boost::io::quoted I/O manipulator as a better solution to embedded spaces. See #3863
...
[SVN r63136]
2010-06-20 13:41:26 +00:00
Beman Dawes
f1cb359a30
String may be const type so disable assignment
...
[SVN r63135]
2010-06-20 12:56:34 +00:00
Beman Dawes
ab59f094aa
Add boost/io/detail/quoted_manip.hpp, with docs and test
...
[SVN r63119]
2010-06-19 20:30:31 +00:00
Beman Dawes
b925279bc9
Move header to detail in preparation for merge to trunk
...
[SVN r63100]
2010-06-19 14:55:01 +00:00
Beman Dawes
a6f0ee9b19
Cope with I/O errors or premature eof
...
[SVN r63099]
2010-06-19 13:25:55 +00:00
Beman Dawes
cab10052da
Clean up code, add initial documentation draft
...
[SVN r63082]
2010-06-18 16:37:34 +00:00
Beman Dawes
fa2be5fde6
Accept a number of Eric Niebler's suggestions, including renaming.
...
[SVN r63074]
2010-06-18 00:59:40 +00:00
Beman Dawes
292f21393c
Move header, provide all template parameters, clean up code
...
[SVN r63042]
2010-06-17 16:09:50 +00:00
Beman Dawes
df0f93e3b5
v2, v3, integration branch
...
[SVN r62649]
2010-06-09 11:34:33 +00:00
Daniel James
93932c0d55
Merge warning fix from trunk. Fixes #1414 .
...
[SVN r58747]
2010-01-06 08:55:23 +00:00
Troy D. Straszheim
81458c44a6
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
772d182b24
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
3bf1eee7e4
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
8631d8087c
Add basic copyright/license to keep cmake out of the inspection report
...
[SVN r55095]
2009-07-22 21:51:01 +00:00
Vladimir Prus
bb80cdd26c
Add private assignment operators.
...
Patch from Richard Webb.
This fixes #1414 , where msvc complained that default assignment operator
could not be generated. This can be fixed either by pragmas, or by
declaring (but not defining), private assignment operator. The latter
approach seems better, since it's likely to help on other compilers.
[SVN r53425]
2009-05-30 05:59:08 +00:00
Troy D. Straszheim
9498b1b241
merge of cmake build files from trunk per beman
...
[SVN r50756]
2009-01-24 18:57:20 +00:00
Michael A. Jackson
1865f2b8f9
Updating dependency information for modularized libraries.
...
[SVN r49628]
2008-11-07 17:05:27 +00:00
Michael A. Jackson
25d1746f8a
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
3b31c330d5
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
Daniel James
eea2bb328c
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
a720ac89c1
Point links to the pages that used to be in 'more' to the site.
...
[SVN r43210]
2008-02-10 15:02:17 +00:00
Daniel James
1c7374e831
Link to people pages on the website, as they've been removed from the download.
...
[SVN r43209]
2008-02-10 14:56:22 +00:00
John Maddock
a562c02c77
Merge some trivial MSVC warning fixes from Trunk.
...
[SVN r42077]
2007-12-15 17:44:30 +00:00
John Maddock
a4085a5269
Trivial patches to silence MSVC warnings.
...
[SVN r42076]
2007-12-15 17:36:31 +00:00
Beman Dawes
d252d20333
Full merge from trunk at revision 41356 of entire boost-root tree.
...
[SVN r41370]
2007-11-25 18:38:02 +00:00
Beman Dawes
57aec158b0
Full merge from trunk at revision 41356 of entire boost-root tree.
...
[SVN r41369]
2007-11-25 18:07:19 +00:00
Beman Dawes
d9ae85cc23
Starting point for releases
...
[SVN r39706]
2007-10-05 14:25:06 +00:00
Vladimir Prus
e0ba7aaea6
Remove V1 Jamfiles
...
[SVN r38516]
2007-08-08 19:02:26 +00:00
nobody
1c8d616d16
This commit was manufactured by cvs2svn to create tag
...
'Version_1_34_1'.
[SVN r38286]
2007-07-24 19:28:14 +00:00