c63b43c9d8Better appveyor file setup.
Edward Diener
2017-10-09 12:06:51 -0400
0c4a3d4ee9Added Appveyor file and Travis CI file.
Edward Diener
2017-10-09 08:14:35 -0400
5b43ba88f9Merge branch 'develop'
Edward Diener
2017-02-19 03:55:56 -0500
00ef24c843Merge pull request #2 from eldiener/develop
Edward Diener
2017-01-29 15:23:39 -0800
436e153c3eUpdated code for inclusion of stdexcept
Edward Diener
2016-11-10 13:08:08 -0500
820699b385Fix 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.
Edward Diener
2016-10-27 11:25:27 -0400
337e0ddc59eliminated unit_test_framework and BOOST_MESSAGE
Gennadiy Rozental
2011-10-05 09:34:51 +0000
59368c46a9Merge from trunk
Beman Dawes
2011-01-19 17:37:43 +0000
e2fe59318bRevert [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
f5f8d96157Merge from trunk
Beman Dawes
2011-01-14 19:21:55 +0000
4b6617d62bReplacing 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
961be4e927Fix bug quoted_manip.hpp and in its tests. Thanks to Daniel James for a patch.
Beman Dawes
2010-08-16 21:53:33 +0000
7e90f31161Merge from trunk
Beman Dawes
2010-07-06 10:52:01 +0000
1962b0b090Move minimal.css to doc/src.
Daniel James
2010-06-20 18:02:14 +0000
14827ce116Use boost::io::quoted I/O manipulator as a better solution to embedded spaces. See #3863
Beman Dawes
2010-06-20 13:41:26 +0000
f1cb359a30String may be const type so disable assignment
Beman Dawes
2010-06-20 12:56:34 +0000
ab59f094aaAdd boost/io/detail/quoted_manip.hpp, with docs and test
Beman Dawes
2010-06-19 20:30:31 +0000
b925279bc9Move header to detail in preparation for merge to trunk
Beman Dawes
2010-06-19 14:55:01 +0000
a6f0ee9b19Cope with I/O errors or premature eof
Beman Dawes
2010-06-19 13:25:55 +0000
93932c0d55Merge warning fix from trunk. Fixes#1414.
Daniel James
2010-01-06 08:55:23 +0000
81458c44a6rm 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
772d182b24rm 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
3bf1eee7e4Copyrights 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
8631d8087cAdd basic copyright/license to keep cmake out of the inspection report
Troy D. Straszheim
2009-07-22 21:51:01 +0000
bb80cdd26cAdd private assignment operators.
Vladimir Prus
2009-05-30 05:59:08 +0000
9498b1b241merge of cmake build files from trunk per beman
Troy D. Straszheim
2009-01-24 18:57:20 +0000
1865f2b8f9Updating dependency information for modularized libraries.
Michael A. Jackson
2008-11-07 17:05:27 +0000
25d1746f8aUpdating 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
3b31c330d5Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
Michael A. Jackson
2008-11-01 13:15:41 +0000
a720ac89c1Point links to the pages that used to be in 'more' to the site.
Daniel James
2008-02-10 15:02:17 +0000
1c7374e831Link to people pages on the website, as they've been removed from the download.
Daniel James
2008-02-10 14:56:22 +0000
a562c02c77Merge some trivial MSVC warning fixes from Trunk.
John Maddock
2007-12-15 17:44:30 +0000
a4085a5269Trivial patches to silence MSVC warnings.
John Maddock
2007-12-15 17:36:31 +0000
d252d20333Full merge from trunk at revision 41356 of entire boost-root tree.
Beman Dawes
2007-11-25 18:38:02 +0000
57aec158b0Full merge from trunk at revision 41356 of entire boost-root tree.
Beman Dawes
2007-11-25 18:07:19 +0000
d9ae85cc23Starting point for releases
Beman Dawes
2007-10-05 14:25:06 +0000
e0ba7aaea6Remove V1 Jamfiles
Vladimir Prus
2007-08-08 19:02:26 +0000
1c8d616d16This commit was manufactured by cvs2svn to create tag 'Version_1_34_1'.
nobody
2007-07-24 19:28:14 +0000
d63ab99fa6Merge from HEAD. 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.
Vladimir Prus
2006-11-10 19:59:52 +0000
03d3918627Allow 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.
Vladimir Prus
2006-11-10 19:09:56 +0000
06754cc5b6Merged copyright and license addition
Beman Dawes
2006-11-07 19:27:00 +0000
8dfc0e65d1Added 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
Daryle Walker
2006-11-04 22:58:43 +0000
5e88f0cc3bMerged fix from HEAD
Nicola Musatti
2006-06-06 20:05:18 +0000
9354484518Added (forgotten) include for boost/detail/workaround.hpp
Nicola Musatti
2006-06-06 20:01:05 +0000
7aa98502d3Include workaround header
Douglas Gregor
2006-05-31 12:35:53 +0000
6b76d13280Fixed for BCB2006
Nicola Musatti
2006-04-27 06:50:17 +0000
bd1c699220Fixed for BCB2006
Nicola Musatti
2006-04-27 06:50:17 +0000
8d152999d0This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
nobody
2006-03-21 02:26:31 +0000
9f164153ebModernize
Dave Abrahams
2006-01-26 17:03:53 +0000
cf2a12b4a3Fix to allow for the possibility that std::locale support is not available in some standard library implementations.
Rene Rivera
2005-05-02 06:24:20 +0000
3bcf03e985Added 'restore' member function to recover state (multiple times) within a code block
Daryle Walker
2005-02-28 19:41:10 +0000