Commit Graph

  • 5fa66f1f76 Merge branch 'develop' cc eldiener 2017-10-30 11:39:42 -0400
  • 560bbb84e3 Removed --depth 1 eldiener 2017-10-29 21:42:12 -0400
  • 8b6eca07ed Merge branch 'develop' eldiener 2017-10-27 22:19:59 -0400
  • c63b43c9d8 Better appveyor file setup. Edward Diener 2017-10-09 12:06:51 -0400
  • 0c4a3d4ee9 Added Appveyor file and Travis CI file. Edward Diener 2017-10-09 08:14:35 -0400
  • 5b43ba88f9 Merge branch 'develop' Edward Diener 2017-02-19 03:55:56 -0500
  • 00ef24c843 Merge pull request #2 from eldiener/develop Edward Diener 2017-01-29 15:23:39 -0800
  • 436e153c3e Updated code for inclusion of stdexcept Edward Diener 2016-11-10 13:08:08 -0500
  • 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. Edward Diener 2016-10-27 11:25:27 -0400
  • b3e349c595 Merge pull request #1 from danieljames/metadata Daryle Walker 2014-08-19 23:59:32 -0400
  • 9b8b326ecc Add metadata file. Daniel James 2014-08-18 15:00:09 +0100
  • 5458fd86d5 Create merge base for git. Daniel James 2014-04-06 14:09:16 +0100
  • 6e3e9c2ce7 Editorial. Tweak spacing. Beman Dawes 2013-03-14 12:53:24 +0000
  • 337e0ddc59 eliminated unit_test_framework and BOOST_MESSAGE Gennadiy Rozental 2011-10-05 09:34:51 +0000
  • 59368c46a9 Merge from trunk Beman Dawes 2011-01-19 17:37:43 +0000
  • e2fe59318b Revert [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
  • f5f8d96157 Merge from trunk Beman Dawes 2011-01-14 19:21:55 +0000
  • 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. Bryce Adelstein-Lelbach 2011-01-14 02:35:58 +0000
  • 961be4e927 Fix bug quoted_manip.hpp and in its tests. Thanks to Daniel James for a patch. Beman Dawes 2010-08-16 21:53:33 +0000
  • 7e90f31161 Merge from trunk Beman Dawes 2010-07-06 10:52:01 +0000
  • 1962b0b090 Move minimal.css to doc/src. Daniel James 2010-06-20 18:02:14 +0000
  • 14827ce116 Use boost::io::quoted I/O manipulator as a better solution to embedded spaces. See #3863 Beman Dawes 2010-06-20 13:41:26 +0000
  • f1cb359a30 String may be const type so disable assignment Beman Dawes 2010-06-20 12:56:34 +0000
  • ab59f094aa Add boost/io/detail/quoted_manip.hpp, with docs and test Beman Dawes 2010-06-19 20:30:31 +0000
  • b925279bc9 Move header to detail in preparation for merge to trunk Beman Dawes 2010-06-19 14:55:01 +0000
  • a6f0ee9b19 Cope with I/O errors or premature eof Beman Dawes 2010-06-19 13:25:55 +0000
  • cab10052da Clean up code, add initial documentation draft Beman Dawes 2010-06-18 16:37:34 +0000
  • fa2be5fde6 Accept a number of Eric Niebler's suggestions, including renaming. Beman Dawes 2010-06-18 00:59:40 +0000
  • 292f21393c Move header, provide all template parameters, clean up code Beman Dawes 2010-06-17 16:09:50 +0000
  • df0f93e3b5 v2, v3, integration branch Beman Dawes 2010-06-09 11:34:33 +0000
  • 93932c0d55 Merge warning fix from trunk. Fixes #1414. Daniel James 2010-01-06 08:55:23 +0000
  • 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 Troy D. Straszheim 2009-10-17 02:07:38 +0000
  • 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. Troy D. Straszheim 2009-10-17 01:10:45 +0000
  • 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. Troy D. Straszheim 2009-07-26 00:49:56 +0000
  • 8631d8087c Add basic copyright/license to keep cmake out of the inspection report Troy D. Straszheim 2009-07-22 21:51:01 +0000
  • bb80cdd26c Add private assignment operators. Vladimir Prus 2009-05-30 05:59:08 +0000
  • 9498b1b241 merge of cmake build files from trunk per beman Troy D. Straszheim 2009-01-24 18:57:20 +0000
  • 1865f2b8f9 Updating dependency information for modularized libraries. Michael A. Jackson 2008-11-07 17:05:27 +0000
  • 25d1746f8a Updating 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
  • 3b31c330d5 Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor Michael A. Jackson 2008-11-01 13:15:41 +0000
  • eea2bb328c Merged revisions 43206,43208-43213 via svnmerge from https://svn.boost.org/svn/boost/trunk Daniel James 2008-02-10 16:39:38 +0000
  • a720ac89c1 Point links to the pages that used to be in 'more' to the site. Daniel James 2008-02-10 15:02:17 +0000
  • 1c7374e831 Link to people pages on the website, as they've been removed from the download. Daniel James 2008-02-10 14:56:22 +0000
  • a562c02c77 Merge some trivial MSVC warning fixes from Trunk. John Maddock 2007-12-15 17:44:30 +0000
  • a4085a5269 Trivial patches to silence MSVC warnings. John Maddock 2007-12-15 17:36:31 +0000
  • d252d20333 Full merge from trunk at revision 41356 of entire boost-root tree. Beman Dawes 2007-11-25 18:38:02 +0000
  • 57aec158b0 Full merge from trunk at revision 41356 of entire boost-root tree. Beman Dawes 2007-11-25 18:07:19 +0000
  • d9ae85cc23 Starting point for releases Beman Dawes 2007-10-05 14:25:06 +0000
  • e0ba7aaea6 Remove V1 Jamfiles Vladimir Prus 2007-08-08 19:02:26 +0000
  • 1c8d616d16 This commit was manufactured by cvs2svn to create tag 'Version_1_34_1'. nobody 2007-07-24 19:28:14 +0000
  • d63ab99fa6 Merge 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
  • 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. Vladimir Prus 2006-11-10 19:09:56 +0000
  • 06754cc5b6 Merged copyright and license addition Beman Dawes 2006-11-07 19:27:00 +0000
  • 4722f5ebcf Add copyright, license Beman Dawes 2006-11-07 19:11:57 +0000
  • 2217edb80b Remove obsolete Boost.Build v1 files. Rene Rivera 2006-11-06 17:10:46 +0000
  • 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 Daryle Walker 2006-11-04 22:58:43 +0000
  • 5e88f0cc3b Merged fix from HEAD Nicola Musatti 2006-06-06 20:05:18 +0000
  • 9354484518 Added (forgotten) include for boost/detail/workaround.hpp Nicola Musatti 2006-06-06 20:01:05 +0000
  • 7aa98502d3 Include workaround header Douglas Gregor 2006-05-31 12:35:53 +0000
  • 6b76d13280 Fixed for BCB2006 Nicola Musatti 2006-04-27 06:50:17 +0000
  • bd1c699220 Fixed for BCB2006 Nicola Musatti 2006-04-27 06:50:17 +0000
  • 8d152999d0 This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'. nobody 2006-03-21 02:26:31 +0000
  • 9f164153eb Modernize Dave Abrahams 2006-01-26 17:03:53 +0000
  • cf2a12b4a3 Fix 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
  • 3bcf03e985 Added 'restore' member function to recover state (multiple times) within a code block Daryle Walker 2005-02-28 19:41:10 +0000
  • 84d932365a c++boost.gif -> boost.png replacement Aleksey Gurtovoy 2004-10-05 15:45:52 +0000
  • a14284ef8a Added Daryle Walker's copyrights as requested. John Maddock 2004-08-15 10:13:49 +0000
  • e9ca71f9f3 Removed Boost.org copyrights and replaced with originating authors copyright instead. John Maddock 2004-08-10 12:53:34 +0000
  • 61141d5872 Add V2 Jamfile Vladimir Prus 2004-06-11 12:03:36 +0000
  • 70043b1ee4 Fixed up license/copyright Daryle Walker 2003-11-24 07:11:48 +0000
  • 3328463521 Added notes on interaction of different savers Daryle Walker 2003-11-16 07:27:36 +0000
  • 30431241e2 Moved some of my stuff to the Boost Software License, Version 1.0 Daryle Walker 2003-11-05 07:04:53 +0000
  • 4e999873c5 new test was linking to boost_test_exec_monitor instead of boost_unit_test_framework Samuel Krempp 2003-09-12 06:02:07 +0000
  • 174a9d724e Moved Boost.I/O tests to separate file Daryle Walker 2003-09-12 04:57:05 +0000
  • 4674eca6b3 Changed all wide character operations to narrow characters so my GCC can work Daryle Walker 2003-09-12 04:37:04 +0000
  • 38c84588c0 Added new (unit) tests for I/O-state saving classes Daryle Walker 2003-06-23 08:34:06 +0000
  • 6ea242e6b1 Adjusted to changes in Boost.Test Daryle Walker 2003-06-15 22:29:44 +0000
  • 15ce64b708 add or update See www.boost.org comments Beman Dawes 2002-12-27 16:51:53 +0000
  • 689887f1fc init commit Beman Dawes 2002-08-19 23:29:18 +0000
  • dd1332522b Fixed new locales to be based on std::locale::classic() Daryle Walker 2002-08-05 20:11:06 +0000
  • 8b80cb3111 Added more exception (non-)safety notes Daryle Walker 2002-08-04 20:09:35 +0000
  • fdc0f5f5ab Clarified exception (non-)safety in some destructors; re-flowed text Daryle Walker 2002-08-04 06:48:18 +0000
  • fa5ed210ec add explicit base class qualification to work around Intel C++ 6.0 bug Jens Maurer 2002-05-11 15:08:14 +0000
  • 9a7bf6c9c4 Initial commit Beman Dawes 2002-05-09 01:10:05 +0000