388404248c
Create branch to keep WIP patch for modular build.
...
[SVN r85883]
2013-09-25 08:12:19 +00:00
f904cd5d69
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
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.
[SVN r68140]
2011-01-14 02:35:58 +00:00
9fbc9b4cc6
Handle width correctly. Fixes #5046 .
...
[SVN r67751]
2011-01-07 15:22:13 +00:00
9d64187c34
Add an element-wise swap for Boost.Tuple. Fixes #1324
...
[SVN r62686]
2010-06-09 19:30:35 +00:00
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
...
[SVN r62684]
2010-06-09 19:00:56 +00:00
1b07c1a2d4
Reimplement boost::tuples::element and boost::tuples::get to make better use of memoization. Fixes #2130
...
[SVN r62683]
2010-06-09 18:28:16 +00:00
052b3db77f
Make reading a tuple work with std::noskipws. Fixes #1920
...
[SVN r62678]
2010-06-09 17:45:24 +00:00
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
...
[SVN r56942]
2009-10-17 02:07:38 +00:00
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.
[SVN r55159]
2009-07-26 00:49:56 +00:00
b7c2e00b64
Fix typos/markup problems in tuple docs. Fixes #
...
[SVN r53218]
2009-05-23 18:59:02 +00:00
e89ea11d63
Avoid ambiguites between std and boost components in C++0x mode. Fixes #3026
...
[SVN r53212]
2009-05-23 16:49:33 +00:00
08277fd057
Allow printing an empty tuple
...
[SVN r53211]
2009-05-23 16:39:13 +00:00
70e04d2965
Fix html.
...
[SVN r51881]
2009-03-21 15:35:35 +00:00
451415ebce
fixed tuples::length not having a specialization for const tuple<> and const null_type
...
[SVN r51862]
2009-03-20 01:21:42 +00:00
e9dc95ae93
Supress gcc warning. Fixes #2388
...
[SVN r51449]
2009-02-26 02:35:44 +00:00
1d1970d81d
Updating dependency information for modularized libraries.
...
[SVN r49628]
2008-11-07 17:05:27 +00:00
4e452cb734
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
776be602e5
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
a30a7f9604
With his kind permission, change Jaakko "Järvi" to "Jarvi"
...
[SVN r46808]
2008-06-28 13:45:21 +00:00
62d366fa68
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
d08c9bfab1
Update to V2
...
[SVN r38530]
2007-08-08 19:42:04 +00:00
19b8004830
Fixed a typo.
...
[SVN r36896]
2007-02-06 00:23:26 +00:00
0af5b76442
Merge fixed links from RC_1_34_0.
...
[SVN r36660]
2007-01-07 23:50:56 +00:00
defe1c94d6
Add copyright, license
...
[SVN r35905]
2006-11-07 19:11:57 +00:00
76c2151830
avoid g++ -Wall -W "unused parameter" warnings
...
[SVN r32373]
2006-01-22 19:29:32 +00:00
2d13a60d05
applied patch by Rupert Kittinger, avoids potentially undefined behavior
...
[SVN r30690]
2005-08-26 16:03:05 +00:00
9c6ef41dfe
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
...
[SVN r30670]
2005-08-25 16:27:28 +00:00
5686969287
Merged from 1.33.0 release
...
[SVN r30540]
2005-08-12 13:02:37 +00:00
a17ce206f2
replaced BOOST_TEST
...
[SVN r27057]
2005-02-03 13:55:45 +00:00
34690282fe
fixes in element<> for BCB compilers, with help from Tobias Schwinger
...
[SVN r25763]
2004-10-18 06:03:18 +00:00
bc3d37ec2b
c++boost.gif -> boost.png replacement
...
[SVN r25573]
2004-10-05 15:45:52 +00:00
eea1937afc
Converted to Boost Software License, Version 1.0
...
[SVN r24096]
2004-07-27 03:43:34 +00:00
8820994ffd
Doug Gregor -> Douglas Gregor
...
[SVN r24016]
2004-07-25 02:29:29 +00:00
045d761ab5
suppressed scoping the call get_class to the detail namespace
...
[SVN r23113]
2004-06-17 13:51:33 +00:00
63c93b59b4
port to vacpp:
...
added default template arguments explicitly (Joaquin M Lopez)
removed member template keyword (Toon Knapen)
[SVN r23109]
2004-06-17 07:01:13 +00:00
78572fca7b
Bug fix for vc6
...
[SVN r20866]
2003-11-19 22:01:52 +00:00
ad29f96e5b
updated swallow_assign constness bug
...
[SVN r20520]
2003-10-28 09:42:43 +00:00
9734556efe
made "ingnore" a const object to avoid linker errors
...
[SVN r20449]
2003-10-21 23:25:17 +00:00
c8e03a518b
added praise for Dave for improving tuple support on non-partial
...
template specialization compilers
[SVN r19965]
2003-09-08 15:10:04 +00:00
e4b869219b
More complete functionality for compilers without partial specialization.
...
[SVN r19925]
2003-09-05 16:52:55 +00:00
eef0e01c8d
Adjust for changed test library name
...
[SVN r19924]
2003-09-05 16:18:53 +00:00
41d649b08c
cleaning up after previous commit
...
[SVN r19688]
2003-08-18 19:35:29 +00:00
122bf636f5
getting rid of some library specific macros and using BOOST_NO_EXPLICIT_-
...
FUNCTION_TEMPLATE_ARGUMENTS related helper macros from the config library
[SVN r19687]
2003-08-18 19:33:47 +00:00
359eaeecbf
added tests to ensure correct constness behaviour
...
[SVN r18871]
2003-06-26 15:19:01 +00:00
28e34eb757
fixed a typo
...
[SVN r18386]
2003-05-12 14:51:42 +00:00
5ea6623d49
restore from disk crash
...
[SVN r18353]
2003-05-08 02:19:10 +00:00
d349450992
fixed a few links
...
[SVN r18344]
2003-05-07 16:01:33 +00:00
8b4daa1385
patch of a patch
...
[SVN r17706]
2003-03-03 16:45:55 +00:00
1972959fda
element<T>::type takes constness into consideration
...
[SVN r17666]
2003-02-26 23:10:55 +00:00