2
0
mirror of https://github.com/boostorg/io.git synced 2026-01-30 20:02:14 +00:00
Commit Graph

80 Commits

Author SHA1 Message Date
Glen Fernandes
f0b3cf1323 Merge pull request #7 from glenfe/develop
Move my ostream_string function to the IO library
2019-12-15 09:43:52 -05:00
Glen Fernandes
16913b5484 Move my ostream_string function to the IO library 2019-12-15 09:20:05 -05:00
Glen Fernandes
74db4d9a58 Merge pull request #6 from glenfe/develop
Update and release the quoted manipulators
2019-12-15 00:21:31 -05:00
Glen Fernandes
76ee346773 Update and release the quoted manipulators 2019-12-15 00:20:12 -05:00
Michael Caisse
f47bf89c19 Add Glen Fernandes as maintainer 2019-12-14 17:30:27 -08:00
Glen Fernandes
dd40a6cae4 Add documentation to libraries.json 2019-12-14 17:40:39 -05:00
Glen Fernandes
4fa5ded263 Merge pull request #5 from glenfe/develop
Implement ostream_joiner
2019-12-14 11:24:26 -05:00
Glen Fernandes
2dc89e1eee Implement ostream_joiner 2019-12-14 10:55:58 -05:00
Glen Fernandes
a6b31015c6 Update quoted documentation 2019-12-14 01:32:58 -05:00
Glen Fernandes
ec89e7ad9f Correct asciidoc Jamfile 2019-12-14 01:14:07 -05:00
Glen Fernandes
ba7a6bef42 Merge pull request #4 from glenfe/develop
Convert documentation to asciidoc
2019-12-14 00:07:16 -05:00
Glen Fernandes
a66dac2ccc Convert documentation to asciidoc 2019-12-13 23:43:13 -05:00
Glen Fernandes
c0febbb420 Remove special characters in documentation 2019-12-13 21:25:46 -05:00
Glen Fernandes
69560d45d2 Switch to Lightweight Test for unit tests 2019-12-12 22:22:17 -05:00
Glen Fernandes
4255fe9abe Update Travis and Appveyor configurations 2019-12-12 21:37:40 -05:00
Edward Diener
3a643e558d Updated for b2 cmake support. 2018-12-19 22:19:48 -05:00
Edward Diener
cc27047270 Merge pull request #3 from Mike-Devel/min_cmake
[CMake] Add minimal cmake file
2018-11-12 11:18:36 -05:00
Mike Dev
fbceb17be3 [CMake] Small formatting and comment changes 2018-11-12 13:59:42 +01:00
Mike Dev
20f343cc03 [CMake] Add test for cmake file 2018-11-12 10:57:35 +01:00
Mike Dev
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
eldiener
560bbb84e3 Removed --depth 1 2017-10-29 21:42:12 -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
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
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
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
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
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
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
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
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
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
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