Commit Graph
65 Commits
Author SHA1 Message Date
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
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 a4085a5269 Trivial patches to silence MSVC warnings.
[SVN r42076]
2007-12-15 17:36:31 +00:00
Vladimir Prus e0ba7aaea6 Remove V1 Jamfiles
[SVN r38516]
2007-08-08 19:02:26 +00:00
Vladimir Prus 03d3918627 Allow building of shared versions of some Boost.Test libraries.
Adjust tests to use always use static linking to Boost.Test, since
linking to the shared version requires test changes.

Patch from Juergen Hunold.


[SVN r35989]
2006-11-10 19:09:56 +00:00
Beman Dawes 4722f5ebcf Add copyright, license
[SVN r35905]
2006-11-07 19:11:57 +00:00
Daryle Walker 8dfc0e65d1 Added license to a person profile; updated license on Boost.Integer and Boost.IO doc files; changed 'BOOST_TEST' to 'BOOST_CHECK' on Boost.Integer testing *.cpp files
[SVN r35844]
2006-11-04 22:58:43 +00:00
Douglas Gregor 7aa98502d3 Include workaround header
[SVN r34127]
2006-05-31 12:35:53 +00:00
Nicola Musatti bd1c699220 Fixed for BCB2006
[SVN r33835]
2006-04-27 06:50:17 +00:00
Dave Abrahams 9f164153eb Modernize
[SVN r32421]
2006-01-26 17:03:53 +00:00
Rene Rivera cf2a12b4a3 Fix to allow for the possibility that std::locale support is not available in some standard library implementations.
[SVN r28568]
2005-05-02 06:24:20 +00:00
Daryle Walker 3bcf03e985 Added 'restore' member function to recover state (multiple times) within a code block
[SVN r27520]
2005-02-28 19:41:10 +00:00
Aleksey Gurtovoy 84d932365a c++boost.gif -> boost.png replacement
[SVN r25573]
2004-10-05 15:45:52 +00:00
John Maddock a14284ef8a Added Daryle Walker's copyrights as requested.
[SVN r24481]
2004-08-15 10:13:49 +00:00
John Maddock e9ca71f9f3 Removed Boost.org copyrights and replaced with originating authors copyright instead.
[SVN r24372]
2004-08-10 12:53:34 +00:00
Vladimir Prus 61141d5872 Add V2 Jamfile
[SVN r23090]
2004-06-11 12:03:36 +00:00