Commit Graph

  • fb55aa6d4d Add OS X to Travis cc Peter Dimov 2017-11-07 16:13:33 +0200
  • bbf1609d82 Merge branch 'develop' Peter Dimov 2017-11-07 16:11:43 +0200
  • 889ff6de9f Add .travis.yml Peter Dimov 2017-11-07 15:17:15 +0200
  • 895af7c97a Add, and update, documentation build targets. Rene Rivera 2016-10-07 23:07:37 -0500
  • 158c7ef640 Fixes Ticket #12064 Joel de Guzman 2016-03-13 08:03:26 +0800
  • 68eff7df4b Merge pull request #7 from AMDmi3/patch-1 Joel de Guzman 2016-03-02 00:38:58 +0800
  • 8b6613e592 Only check for BOOST_GCC when it's defined Dmitry Marakasov 2016-03-01 13:54:12 +0300
  • b54dd8073b Merge pull request #6 from K-ballo/boostbook Joel de Guzman 2014-08-23 07:07:07 +0800
  • b4f05902b8 Ported documentation to boostbook K-ballo 2014-08-22 18:50:32 -0300
  • 38ccaa9fa1 Merge pull request #5 from danieljames/metadata Joel de Guzman 2014-08-19 06:08:54 +0800
  • 4fb261873e Add metadata file. Daniel James 2014-08-18 15:11:48 +0100
  • bc8ada354a Merge pull request #4 from MarcelRaad/patch-1 Joel de Guzman 2014-06-03 23:36:47 +0800
  • 8bdf2a9c58 Make tuple constructor explicit Marcel Raad 2014-06-03 14:32:44 +0200
  • d77e569c89 Merge pull request #3 from boostorg/develop Joel de Guzman 2014-05-12 07:27:34 +0800
  • c17f1ec5b2 Merge pull request #1 from timblechmann/topic/silence_warning Joel de Guzman 2014-04-17 08:53:51 +0800
  • 476a5c155e Merge pull request #2 from Lastique/patch-1 Joel de Guzman 2014-04-17 08:53:12 +0800
  • 7f09162df7 Create merge base for git. Daniel James 2014-04-06 14:40:59 +0100
  • f9b3dcb203 Remove unused local typedef Andrey Semashev 2014-03-08 10:58:09 +0300
  • f4a6eafdb3 tuple: silence gcc warning Tim Blechmann 2013-12-07 12:22:15 +0100
  • ffb3bc75fa Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:19:44 +0000
  • 3cd92cec82 Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:19:17 +0000
  • 10e946199d Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:17:48 +0000
  • 5f7673641a Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:15:00 +0000
  • 39181642d2 Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:13:10 +0000
  • 27d746b9e3 Remove obsolete files. Stephen Kelly 2013-10-11 23:11:35 +0000
  • 2f49af7db8 Remove use of obsolete BOOST_NO_TEMPLATED_STREAMS macro. Stephen Kelly 2013-09-30 15:56:52 +0000
  • 40e5cd5e6c Tuple: Remove obsolete MSVC version check. Stephen Kelly 2013-09-30 00:21:22 +0000
  • 2798fa2168 Remove use of obsolete BOOST_APPEND_EXPLICIT_TEMPLATE_NON_TYPE macro. Stephen Kelly 2013-09-25 10:29:59 +0000
  • 136ffd5057 Remove use of obsolete BOOST_EXPLICIT_TEMPLATE_NON_TYPE macro. Stephen Kelly 2013-09-25 10:29:10 +0000
  • 72cd223130 Merge [67751] from the trunk. Steven Watanabe 2011-04-19 20:10:43 +0000
  • f904cd5d69 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
  • 2b30eb2225 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
  • 9fbc9b4cc6 Handle width correctly. Fixes #5046. Steven Watanabe 2011-01-07 15:22:13 +0000
  • a2c9608ef0 Merge Tuple from the trunk Steven Watanabe 2011-01-02 20:25:11 +0000
  • 9d64187c34 Add an element-wise swap for Boost.Tuple. Fixes #1324 Steven Watanabe 2010-06-09 19:30:35 +0000
  • 7b6203747a Use an inline function instead of a static object for boost::tuples::ignore, avoiding problems with the ODR and Borland precompiled headers. Fixes #2656 Steven Watanabe 2010-06-09 19:00:56 +0000
  • 1b07c1a2d4 Reimplement boost::tuples::element and boost::tuples::get to make better use of memoization. Fixes #2130 Steven Watanabe 2010-06-09 18:28:16 +0000
  • 052b3db77f Make reading a tuple work with std::noskipws. Fixes #1920 Steven Watanabe 2010-06-09 17:45:24 +0000
  • d908a5d566 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
  • e36faf7e25 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
  • a75a686fae 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
  • 509bd47ef8 Add basic copyright/license to keep cmake out of the inspection report Troy D. Straszheim 2009-07-22 21:51:01 +0000
  • 41ebb2ee6c Merge [51862], [53211], [53212], and [53218] from the trunk Steven Watanabe 2009-06-13 18:30:31 +0000
  • b7c2e00b64 Fix typos/markup problems in tuple docs. Fixes # Steven Watanabe 2009-05-23 18:59:02 +0000
  • e89ea11d63 Avoid ambiguites between std and boost components in C++0x mode. Fixes #3026 Steven Watanabe 2009-05-23 16:49:33 +0000
  • 08277fd057 Allow printing an empty tuple Steven Watanabe 2009-05-23 16:39:13 +0000
  • 700d64acc8 Merge misc. changes from trunk, mostly minor documentation fixes. Daniel James 2009-03-22 10:42:48 +0000
  • 70e04d2965 Fix html. Daniel James 2009-03-21 15:35:35 +0000
  • 451415ebce fixed tuples::length not having a specialization for const tuple<> and const null_type Joel de Guzman 2009-03-20 01:21:42 +0000
  • ff6b861ed7 Merge [51449] from the trunk. Steven Watanabe 2009-03-05 03:56:52 +0000
  • e9dc95ae93 Supress gcc warning. Fixes #2388 Steven Watanabe 2009-02-26 02:35:44 +0000
  • 99039c3db8 merge of cmake build files from trunk per beman Troy D. Straszheim 2009-01-24 18:57:20 +0000
  • 1d1970d81d Updating dependency information for modularized libraries. Michael A. Jackson 2008-11-07 17:05:27 +0000
  • 4e452cb734 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
  • 776be602e5 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
  • 785ada83f4 With his kind permission, change Jaakko "Järvi" to "Jarvi" Beman Dawes 2008-06-28 13:57:20 +0000
  • a30a7f9604 With his kind permission, change Jaakko "Järvi" to "Jarvi" Beman Dawes 2008-06-28 13:45:21 +0000
  • 57c6d6fd00 Merged revisions 43206,43208-43213 via svnmerge from https://svn.boost.org/svn/boost/trunk Daniel James 2008-02-10 16:39:38 +0000
  • 62d366fa68 Link to people pages on the website, as they've been removed from the download. Daniel James 2008-02-10 14:56:22 +0000
  • 591a9a3ddf Full merge from trunk at revision 41356 of entire boost-root tree. Beman Dawes 2007-11-25 18:38:02 +0000
  • 310c0cda3f Starting point for releases Beman Dawes 2007-10-05 14:25:06 +0000
  • d08c9bfab1 Update to V2 Vladimir Prus 2007-08-08 19:42:04 +0000
  • e3455e7ddf This commit was manufactured by cvs2svn to create tag 'Version_1_34_1'. nobody 2007-07-24 19:28:14 +0000
  • ec599f4b77 Merged a typofix from trunk to branch Jaakko Järvi 2007-02-06 00:30:57 +0000
  • 19b8004830 Fixed a typo. Jaakko Järvi 2007-02-06 00:23:26 +0000
  • 0af5b76442 Merge fixed links from RC_1_34_0. Daniel James 2007-01-07 23:50:56 +0000
  • 31af4e8ec5 Fix the license link (again - I got it wrong the first time, sorry). Daniel James 2007-01-07 23:18:58 +0000
  • c493a8938d Fix a couple of links. Daniel James 2007-01-07 22:58:41 +0000
  • 8bc4064ec5 Fix a broken link. Daniel James 2007-01-07 22:55:23 +0000
  • 3e7b7f407d Merged copyright and license addition Beman Dawes 2006-11-07 19:27:00 +0000
  • defe1c94d6 Add copyright, license Beman Dawes 2006-11-07 19:11:57 +0000
  • 88163596d0 Remove obsolete Boost.Build v1 files. Rene Rivera 2006-11-06 17:10:46 +0000
  • 588c928e5a This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'. nobody 2006-03-21 02:26:31 +0000
  • 76c2151830 avoid g++ -Wall -W "unused parameter" warnings Ralf W. Grosse-Kunstleve 2006-01-22 19:29:32 +0000
  • 2d13a60d05 applied patch by Rupert Kittinger, avoids potentially undefined behavior Jaakko Järvi 2005-08-26 16:03:05 +0000
  • 9c6ef41dfe Large patch from Ulrich Eckhardt to fix support for EVC++ 4. John Maddock 2005-08-25 16:27:28 +0000
  • 5686969287 Merged from 1.33.0 release Douglas Gregor 2005-08-12 13:02:37 +0000
  • a17ce206f2 replaced BOOST_TEST Stefan Slapeta 2005-02-03 13:55:45 +0000
  • 34690282fe fixes in element<> for BCB compilers, with help from Tobias Schwinger Joaquín M. López Muñoz 2004-10-18 06:03:18 +0000
  • bc3d37ec2b c++boost.gif -> boost.png replacement Aleksey Gurtovoy 2004-10-05 15:45:52 +0000
  • eea1937afc Converted to Boost Software License, Version 1.0 Douglas Gregor 2004-07-27 03:43:34 +0000
  • 8820994ffd Doug Gregor -> Douglas Gregor Douglas Gregor 2004-07-25 02:29:29 +0000
  • 045d761ab5 suppressed scoping the call get_class to the detail namespace Toon Knapen 2004-06-17 13:51:33 +0000
  • 63c93b59b4 port to vacpp: added default template arguments explicitly (Joaquin M Lopez) removed member template keyword (Toon Knapen) Toon Knapen 2004-06-17 07:01:13 +0000
  • 78572fca7b Bug fix for vc6 Dave Abrahams 2003-11-19 22:01:52 +0000
  • ad29f96e5b updated swallow_assign constness bug Joel de Guzman 2003-10-28 09:42:43 +0000
  • 9734556efe made "ingnore" a const object to avoid linker errors Joel de Guzman 2003-10-21 23:25:17 +0000
  • c8e03a518b added praise for Dave for improving tuple support on non-partial template specialization compilers Jaakko Järvi 2003-09-08 15:10:04 +0000
  • e4b869219b More complete functionality for compilers without partial specialization. Dave Abrahams 2003-09-05 16:52:55 +0000
  • eef0e01c8d Adjust for changed test library name Dave Abrahams 2003-09-05 16:18:53 +0000
  • 41d649b08c cleaning up after previous commit Jaakko Järvi 2003-08-18 19:35:29 +0000
  • 122bf636f5 getting rid of some library specific macros and using BOOST_NO_EXPLICIT_- FUNCTION_TEMPLATE_ARGUMENTS related helper macros from the config library Jaakko Järvi 2003-08-18 19:33:47 +0000
  • 359eaeecbf added tests to ensure correct constness behaviour Jaakko Järvi 2003-06-26 15:19:01 +0000
  • 28e34eb757 fixed a typo Jaakko Järvi 2003-05-12 14:51:42 +0000
  • 5ea6623d49 restore from disk crash Dave Abrahams 2003-05-08 02:19:10 +0000
  • d349450992 fixed a few links Jaakko Järvi 2003-05-07 16:01:33 +0000
  • 8b4daa1385 patch of a patch Jaakko Järvi 2003-03-03 16:45:55 +0000
  • 1972959fda element<T>::type takes constness into consideration Jaakko Järvi 2003-02-26 23:10:55 +0000
  • 496cc84960 a patch for borland Jaakko Järvi 2003-02-26 16:04:56 +0000
  • c1a28e5d81 typofix Jaakko Järvi 2003-02-20 15:30:48 +0000