Daniel James
6a93732f6b
Branch to work on filename handling without disturbing trunk.
...
[SVN r68345]
2011-01-21 09:17:08 +00:00
Steven Watanabe
58bb88d4bd
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
Bryce Adelstein-Lelbach
11d50ecb9f
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
Daniel Frey
636283d7c2
Limit warning suppression to old versions of VC++, fixes #4432
...
[SVN r67278]
2010-12-16 17:30:46 +00:00
Daniel James
1df0bf80bc
Stop inspect complaining that assert is used in BOOST_ASSERT.
...
[SVN r66574]
2010-11-14 18:37:37 +00:00
John Maddock
71e78a0081
Add declval and common type from Vicente J. Botet Escriba.
...
Regenerate docs.
[SVN r65443]
2010-09-17 12:12:03 +00:00
Steven Watanabe
f7e4b0e399
Make sure that utility/index.html has a complete list of components. Fixes #4629 .
...
[SVN r65437]
2010-09-16 15:40:47 +00:00
Daniel Walker
fb1d2effef
correction to result_of documentation
...
[SVN r64696]
2010-08-09 16:23:50 +00:00
Daniel Walker
94b91e8c92
updated result_of documentation
...
[SVN r64695]
2010-08-09 16:07:20 +00:00
Daniel James
a4b8043e68
Fix some header links.
...
[SVN r64006]
2010-07-14 08:15:33 +00:00
Niels Dekker
b4a08fc80e
Added test for private_int_array_pair, hoping to (possibly) fix a minion-clang/darwin-4.2.1 failure at boost.org/development/tests/trunk/developer/utility_.html
...
[SVN r63045]
2010-06-17 16:53:55 +00:00
Niels Dekker
9da96d9737
Added value_init_workaround_test, reviewed by Fernando Cacciola, see #3869
...
[SVN r63014]
2010-06-16 08:45:43 +00:00
Niels Dekker
a991936c96
Made memset call in value_init conditional, see #3869 . Updated the section "compiler issues" of its documentation.
...
[SVN r62307]
2010-05-30 09:19:09 +00:00
Niels Dekker
6239e685a2
value_init_test now uses lightweight_test by Peter Dimov; see #4246 . Fernando Cacciola mailed me he agreed as well.
...
[SVN r62158]
2010-05-22 22:05:54 +00:00
Niels Dekker
e601fcb9c9
Locally disabled a trivial MSVC warning in value_init.hpp (C4512, "assignment operator could not be generated")
...
[SVN r62030]
2010-05-16 11:08:00 +00:00
Niels Dekker
f29a5db08e
Hopefully fixed value_initialized compile errors on clang and comeau (strict mode) reported by Christopher Jefferson, see #4213
...
[SVN r61947]
2010-05-13 14:36:06 +00:00
Niels Dekker
22743ee125
Added boost::initialized<T> as was agreed at http://lists.boost.org/Archives/boost/2010/04/164916.php -- see #3472
...
[SVN r61883]
2010-05-09 20:51:24 +00:00
Eric Niebler
e3c982287a
add tr1_result_of that always behaves as TR1 specifies, fix Boost.TR1's result_of to use tr1_result_of
...
[SVN r61248]
2010-04-13 15:01:11 +00:00
Daniel James
82e1111bb8
Revert [60052], as it causes other libraries to break.
...
[SVN r61097]
2010-04-06 07:56:54 +00:00
Niels Dekker
9339b32178
Updated copyright notice.
...
[SVN r61075]
2010-04-05 19:08:01 +00:00
Niels Dekker
3770221507
Hopefully fixed #3984 (std::bitset constructor issue). Tested by Juergen Hunold on msvc-10.0, msvc-9.0, and gcc-4.4. See thread starting at http://lists.boost.org/Archives/boost/2010/03/162690.php
...
[SVN r60331]
2010-03-07 21:42:22 +00:00
Daniel James
e6cb3a77ee
Fix a couple of comments.
...
[SVN r60294]
2010-03-07 13:11:10 +00:00
Daniel James
bbccfbbab4
Remove use of deprecated macro in result_of test.
...
[SVN r60293]
2010-03-07 13:10:54 +00:00
Daniel James
74a6a693d3
Remove use of deprecated config macro in result_of.
...
[SVN r60052]
2010-03-01 19:39:52 +00:00
Dave Abrahams
bf713ad47a
Revert unintentional reference to "noncopyable_adl_barrier" test that's not checked in.
...
[SVN r59332]
2010-01-28 14:41:16 +00:00
Dave Abrahams
76b17c497b
Support different MS calling conventions, thanks to Nicolas Lelong.
...
Closes #3833 .
[SVN r59247]
2010-01-24 02:08:46 +00:00
Emil Dotchevski
3de5974419
Suppressing warnings. Please report any problems (may have broken something!)
...
[SVN r58072]
2009-12-01 02:16:50 +00:00
John Maddock
7eb1536590
Suppress/fix some msvc and gcc compiler warnings.
...
[SVN r57494]
2009-11-08 18:53:59 +00:00
Troy D. Straszheim
9339431e03
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
Niels Dekker
f2349baf7d
Updated value_init documentation, because the fix of #2548 was not yet included with Boost release 1.40.0.
...
[SVN r56544]
2009-10-03 09:18:26 +00:00
Niels Dekker
8745ca628a
Updated revision date of Boost Swap documentation
...
[SVN r56108]
2009-09-08 17:07:13 +00:00
Niels Dekker
ba61e9d796
Mentioned swap.hpp header, as requested by Thorsten Ottosen < http://lists.boost.org/Archives/boost/2009/06/153477.php > and David Abrahams < http://lists.boost.org/Archives/boost/2009/09/156064.php >
...
[SVN r56107]
2009-09-08 16:54:54 +00:00
Troy D. Straszheim
afe74fffbc
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
Niels Dekker
09a0137016
Reverted value_init revision [54502], intel_9_value_init_conversion-operator.patch from ticket #2548 , as it only increased the number of compile errors at the regression page, and Fernando Cacciola also suggested me to leave it broken (without the patch), for this specific (old) compiler version.
...
[SVN r54832]
2009-07-09 08:06:19 +00:00
Emil Dotchevski
a1d3ec6c53
Documentation update
...
[SVN r54828]
2009-07-09 03:51:30 +00:00
Emil Dotchevski
5be3004e6c
Added commonly used error_info typedefs.
...
Added boost/exception/all.hpp.
Removed tabs from source files.
[SVN r54825]
2009-07-08 23:44:28 +00:00
Niels Dekker
d387905150
Updated documentation of value_initialized, according to a remark by Daniel James at ticket #2548
...
[SVN r54503]
2009-06-29 18:04:24 +00:00
Niels Dekker
b514e40733
Worked around Intel 9 specific ambiguity w.r.t. value_initialized conversion operators, by applying intel_9_value_init_conversion-operator.patch, as discussed w/ Daniel James at ticket #2548
...
[SVN r54502]
2009-06-29 17:53:33 +00:00
Jeremiah Willcock
b02677375f
Fixed most tab and min/max issues from trunk inspection report
...
[SVN r53141]
2009-05-20 19:19:00 +00:00
Steven Watanabe
61a6015b5a
Replace aFactoty with aFactory. Fixes #3019
...
[SVN r53060]
2009-05-17 00:06:34 +00:00
Daniel James
682032a340
Use a local copy of the valid HTML 4.01 icon.
...
[SVN r53048]
2009-05-16 14:23:59 +00:00
Eric Niebler
67afd7e315
eliminate noisy warning on msvc, fixes #2993
...
[SVN r52837]
2009-05-07 17:47:08 +00:00
Daniel Frey
75cf20cace
primary operand type must be class type, see ticket #2938
...
[SVN r52463]
2009-04-18 09:06:31 +00:00
Peter Dimov
91385ac627
Another try at the Sun workaround.
...
[SVN r52010]
2009-03-27 12:50:09 +00:00
Peter Dimov
61e9b93f7c
Try the Sun workaround with int instead of size_t.
...
[SVN r51986]
2009-03-26 13:05:05 +00:00
Peter Dimov
d97b303777
Try to fix array addressof failures on Sun C++.
...
[SVN r51977]
2009-03-26 00:06:47 +00:00
Peter Dimov
3900e8ece4
Disable new addressof code for all Borland versions. Refs #2878 .
...
[SVN r51891]
2009-03-21 20:20:37 +00:00
Peter Dimov
e27fc4a853
Attempt to fix addressof in trunk to handle classes with conversion operators. Refs #2878 .
...
[SVN r51872]
2009-03-20 17:14:00 +00:00
Peter Dimov
f7aa9a8935
Refs #2128 (fixed in trunk.)
...
[SVN r51512]
2009-03-01 17:04:14 +00:00
Niels Dekker
0af1959b30
Updated value_initialized documentation and test following changeset [51355].
...
[SVN r51356]
2009-02-20 20:35:34 +00:00