d77e569c89Merge pull request #3 from boostorg/develop
Joel de Guzman
2014-05-12 07:27:34 +0800
c17f1ec5b2Merge pull request #1 from timblechmann/topic/silence_warning
Joel de Guzman
2014-04-17 08:53:51 +0800
476a5c155eMerge pull request #2 from Lastique/patch-1
Joel de Guzman
2014-04-17 08:53:12 +0800
7f09162df7Create merge base for git.
Daniel James
2014-04-06 14:40:59 +0100
f9b3dcb203Remove unused local typedef
Andrey Semashev
2014-03-08 10:58:09 +0300
f4a6eafdb3tuple: silence gcc warning
Tim Blechmann
2013-12-07 12:22:15 +0100
ffb3bc75faRemove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Stephen Kelly
2013-10-11 23:19:44 +0000
3cd92cec82Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Stephen Kelly
2013-10-11 23:19:17 +0000
10e946199dRemove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Stephen Kelly
2013-10-11 23:17:48 +0000
5f7673641aRemove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Stephen Kelly
2013-10-11 23:15:00 +0000
39181642d2Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Stephen Kelly
2013-10-11 23:13:10 +0000
27d746b9e3Remove obsolete files.
Stephen Kelly
2013-10-11 23:11:35 +0000
2f49af7db8Remove use of obsolete BOOST_NO_TEMPLATED_STREAMS macro.
Stephen Kelly
2013-09-30 15:56:52 +0000
40e5cd5e6cTuple: Remove obsolete MSVC version check.
Stephen Kelly
2013-09-30 00:21:22 +0000
2798fa2168Remove use of obsolete BOOST_APPEND_EXPLICIT_TEMPLATE_NON_TYPE macro.
Stephen Kelly
2013-09-25 10:29:59 +0000
136ffd5057Remove use of obsolete BOOST_EXPLICIT_TEMPLATE_NON_TYPE macro.
Stephen Kelly
2013-09-25 10:29:10 +0000
72cd223130Merge [67751] from the trunk.
Steven Watanabe
2011-04-19 20:10:43 +0000
f904cd5d69Revert [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
2b30eb2225Replacing 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
9fbc9b4cc6Handle width correctly. Fixes#5046.
Steven Watanabe
2011-01-07 15:22:13 +0000
a2c9608ef0Merge Tuple from the trunk
Steven Watanabe
2011-01-02 20:25:11 +0000
9d64187c34Add an element-wise swap for Boost.Tuple. Fixes#1324
Steven Watanabe
2010-06-09 19:30:35 +0000
7b6203747aUse 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
1b07c1a2d4Reimplement boost::tuples::element and boost::tuples::get to make better use of memoization. Fixes#2130
Steven Watanabe
2010-06-09 18:28:16 +0000
052b3db77fMake reading a tuple work with std::noskipws. Fixes#1920
Steven Watanabe
2010-06-09 17:45:24 +0000
d908a5d566rm 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
e36faf7e25rm 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
a75a686faeCopyrights 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
509bd47ef8Add basic copyright/license to keep cmake out of the inspection report
Troy D. Straszheim
2009-07-22 21:51:01 +0000
41ebb2ee6cMerge [51862], [53211], [53212], and [53218] from the trunk
Steven Watanabe
2009-06-13 18:30:31 +0000
b7c2e00b64Fix typos/markup problems in tuple docs. Fixes #
Steven Watanabe
2009-05-23 18:59:02 +0000
e89ea11d63Avoid ambiguites between std and boost components in C++0x mode. Fixes#3026
Steven Watanabe
2009-05-23 16:49:33 +0000
08277fd057Allow printing an empty tuple
Steven Watanabe
2009-05-23 16:39:13 +0000
700d64acc8Merge misc. changes from trunk, mostly minor documentation fixes.
Daniel James
2009-03-22 10:42:48 +0000
70e04d2965Fix html.
Daniel James
2009-03-21 15:35:35 +0000
451415ebcefixed tuples::length not having a specialization for const tuple<> and const null_type
Joel de Guzman
2009-03-20 01:21:42 +0000
ff6b861ed7Merge [51449] from the trunk.
Steven Watanabe
2009-03-05 03:56:52 +0000
e9dc95ae93Supress gcc warning. Fixes#2388
Steven Watanabe
2009-02-26 02:35:44 +0000
99039c3db8merge of cmake build files from trunk per beman
Troy D. Straszheim
2009-01-24 18:57:20 +0000
1d1970d81dUpdating dependency information for modularized libraries.
Michael A. Jackson
2008-11-07 17:05:27 +0000
4e452cb734Updating 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
776be602e5Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
Michael A. Jackson
2008-11-01 13:15:41 +0000
785ada83f4With his kind permission, change Jaakko "Järvi" to "Jarvi"
Beman Dawes
2008-06-28 13:57:20 +0000
a30a7f9604With his kind permission, change Jaakko "Järvi" to "Jarvi"
Beman Dawes
2008-06-28 13:45:21 +0000
eea1937afcConverted to Boost Software License, Version 1.0
Douglas Gregor
2004-07-27 03:43:34 +0000
8820994ffdDoug Gregor -> Douglas Gregor
Douglas Gregor
2004-07-25 02:29:29 +0000
045d761ab5suppressed scoping the call get_class to the detail namespace
Toon Knapen
2004-06-17 13:51:33 +0000
63c93b59b4port 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
78572fca7bBug fix for vc6
Dave Abrahams
2003-11-19 22:01:52 +0000
ad29f96e5bupdated swallow_assign constness bug
Joel de Guzman
2003-10-28 09:42:43 +0000
9734556efemade "ingnore" a const object to avoid linker errors
Joel de Guzman
2003-10-21 23:25:17 +0000
c8e03a518badded praise for Dave for improving tuple support on non-partial template specialization compilers
Jaakko Järvi
2003-09-08 15:10:04 +0000
e4b869219bMore complete functionality for compilers without partial specialization.
Dave Abrahams
2003-09-05 16:52:55 +0000
eef0e01c8dAdjust for changed test library name
Dave Abrahams
2003-09-05 16:18:53 +0000
41d649b08ccleaning up after previous commit
Jaakko Järvi
2003-08-18 19:35:29 +0000
122bf636f5getting 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
359eaeecbfadded tests to ensure correct constness behaviour
Jaakko Järvi
2003-06-26 15:19:01 +0000
28e34eb757fixed a typo
Jaakko Järvi
2003-05-12 14:51:42 +0000
5ea6623d49restore from disk crash
Dave Abrahams
2003-05-08 02:19:10 +0000
d349450992fixed a few links
Jaakko Järvi
2003-05-07 16:01:33 +0000
8b4daa1385patch of a patch
Jaakko Järvi
2003-03-03 16:45:55 +0000
1972959fdaelement<T>::type takes constness into consideration
Jaakko Järvi
2003-02-26 23:10:55 +0000
496cc84960a patch for borland
Jaakko Järvi
2003-02-26 16:04:56 +0000
c1a28e5d81typofix
Jaakko Järvi
2003-02-20 15:30:48 +0000