16913b5484
Move my ostream_string function to the IO library
2019-12-15 09:20:05 -05:00
74db4d9a58
Merge pull request #6 from glenfe/develop
...
Update and release the quoted manipulators
2019-12-15 00:21:31 -05:00
76ee346773
Update and release the quoted manipulators
2019-12-15 00:20:12 -05:00
f47bf89c19
Add Glen Fernandes as maintainer
2019-12-14 17:30:27 -08:00
dd40a6cae4
Add documentation to libraries.json
2019-12-14 17:40:39 -05:00
4fa5ded263
Merge pull request #5 from glenfe/develop
...
Implement ostream_joiner
2019-12-14 11:24:26 -05:00
2dc89e1eee
Implement ostream_joiner
2019-12-14 10:55:58 -05:00
41bafc2908
Merge branch 'develop'
2019-12-14 10:20:24 -05:00
a6b31015c6
Update quoted documentation
2019-12-14 01:32:58 -05:00
ec89e7ad9f
Correct asciidoc Jamfile
2019-12-14 01:14:07 -05:00
ba7a6bef42
Merge pull request #4 from glenfe/develop
...
Convert documentation to asciidoc
2019-12-14 00:07:16 -05:00
a66dac2ccc
Convert documentation to asciidoc
2019-12-13 23:43:13 -05:00
c0febbb420
Remove special characters in documentation
2019-12-13 21:25:46 -05:00
69560d45d2
Switch to Lightweight Test for unit tests
2019-12-12 22:22:17 -05:00
4255fe9abe
Update Travis and Appveyor configurations
2019-12-12 21:37:40 -05:00
3a643e558d
Updated for b2 cmake support.
2018-12-19 22:19:48 -05:00
cc27047270
Merge pull request #3 from Mike-Devel/min_cmake
...
[CMake] Add minimal cmake file
2018-11-12 11:18:36 -05:00
fbceb17be3
[CMake] Small formatting and comment changes
2018-11-12 13:59:42 +01:00
20f343cc03
[CMake] Add test for cmake file
2018-11-12 10:57:35 +01:00
d206a7b5ed
[CMake] Add minimal cmake file
...
Generate cmake target that can be used by other libraries
to express their dependency on this library and retrieve
any configuration information such as the include directory,
transitive dependencies, necessary compiler options or the
required c++ standards level.
2018-10-02 21:50:48 +02:00
5fa66f1f76
Merge branch 'develop'
boost-1.72.0.beta1
boost-1.72.0
boost-1.71.0.beta1
boost-1.71.0
boost-1.70.0.beta1
boost-1.70.0
boost-1.69.0-beta1
boost-1.69.0
boost-1.68.0
boost-1.67.0
boost-1.66.0
2017-10-30 11:39:42 -04:00
560bbb84e3
Removed --depth 1
2017-10-29 21:42:12 -04:00
8b6eca07ed
Merge branch 'develop'
2017-10-27 22:19:59 -04:00
c63b43c9d8
Better appveyor file setup.
2017-10-09 12:06:51 -04:00
0c4a3d4ee9
Added Appveyor file and Travis CI file.
2017-10-09 08:14:35 -04:00
5b43ba88f9
Merge branch 'develop'
boost-1.65.1
boost-1.65.0
boost-1.64.0-beta2
boost-1.64.0-beta1
boost-1.64.0
2017-02-19 03:55:56 -05:00
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
436e153c3e
Updated code for inclusion of stdexcept
2016-11-10 13:08:08 -05:00
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
b3e349c595
Merge pull request #1 from danieljames/metadata
...
Create metadata file.
2014-08-19 23:59:32 -04:00
9b8b326ecc
Add metadata file.
2014-08-18 15:00:09 +01:00
5458fd86d5
Create merge base for git.
boost-1.56.0
boost-1.63.0
boost-1.62.0
boost-1.61.0
boost-1.60.0
boost-1.59.0
boost-1.58.0
boost-1.57.0
2014-04-06 14:09:16 +01:00
6e3e9c2ce7
Editorial. Tweak spacing.
...
[SVN r83424]
2013-03-14 12:53:24 +00:00
337e0ddc59
eliminated unit_test_framework and BOOST_MESSAGE
...
[SVN r74724]
2011-10-05 09:34:51 +00:00
59368c46a9
Merge from trunk
...
[SVN r68301]
2011-01-19 17:37:43 +00:00
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
f5f8d96157
Merge from trunk
...
[SVN r68159]
2011-01-14 19:21:55 +00:00
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
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
7e90f31161
Merge from trunk
...
[SVN r63686]
2010-07-06 10:52:01 +00:00
1962b0b090
Move minimal.css to doc/src.
...
[SVN r63148]
2010-06-20 18:02:14 +00:00
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
f1cb359a30
String may be const type so disable assignment
...
[SVN r63135]
2010-06-20 12:56:34 +00:00
ab59f094aa
Add boost/io/detail/quoted_manip.hpp, with docs and test
...
[SVN r63119]
2010-06-19 20:30:31 +00:00
b925279bc9
Move header to detail in preparation for merge to trunk
...
[SVN r63100]
2010-06-19 14:55:01 +00:00
a6f0ee9b19
Cope with I/O errors or premature eof
...
[SVN r63099]
2010-06-19 13:25:55 +00:00
cab10052da
Clean up code, add initial documentation draft
...
[SVN r63082]
2010-06-18 16:37:34 +00:00
fa2be5fde6
Accept a number of Eric Niebler's suggestions, including renaming.
...
[SVN r63074]
2010-06-18 00:59:40 +00:00
292f21393c
Move header, provide all template parameters, clean up code
...
[SVN r63042]
2010-06-17 16:09:50 +00:00
df0f93e3b5
v2, v3, integration branch
...
[SVN r62649]
2010-06-09 11:34:33 +00:00