Vicente J. Botet Escriba
8036d4370f
Utility/declval: update history.
...
[SVN r78729]
2012-05-28 18:44:24 +00:00
Lorenzo Caminiti
5fe00c4322
Added identity_type.hpp to utility.hpp.
...
Added static to Addable data members because they are references.
Marked a couple of regression tests for release compilers.
[SVN r78653]
2012-05-26 20:39:22 +00:00
Lorenzo Caminiti
eb613e1b16
Resolved all LocalFunctions to-dos. Still trying to pin-point a VACPP internal error.
...
[SVN r78371]
2012-05-07 18:54:38 +00:00
John Maddock
923caf4410
Fix for GCC-4.3.x.
...
[SVN r78268]
2012-04-30 14:07:24 +00:00
Lorenzo Caminiti
36bc0a72ac
Updated docs.
...
[SVN r78234]
2012-04-28 02:35:08 +00:00
Eric Niebler
d5cacff7c6
only use decltype when Boost.Config says it's ok
...
[SVN r78195]
2012-04-25 17:41:51 +00:00
Lorenzo Caminiti
b9411f807f
Added Lorenzo Caminiti to maintainers.txt and libraries.htm.
...
[SVN r77945]
2012-04-13 01:02:02 +00:00
Eric Niebler
4111de6f68
result_of uses decltype on compilers that implement N3276
...
[SVN r77905]
2012-04-11 00:28:33 +00:00
Eric Niebler
df9315101e
whoops
...
[SVN r77904]
2012-04-11 00:13:10 +00:00
Eric Niebler
2637dfcc59
result_of uses decltype on compilers that implement N3276
...
[SVN r77903]
2012-04-11 00:05:56 +00:00
Lorenzo Caminiti
a7e8d28621
Updated IdentityType docs.
...
[SVN r77902]
2012-04-10 21:53:28 +00:00
Daniel Walker
acf8b66a4f
Applied patch from Michel Morin to fix #6755 . Updated copyright to recognize contributors from the past several years.
...
[SVN r77702]
2012-04-01 20:38:36 +00:00
Vicente J. Botet Escriba
c11e08b6b7
Utility: Rollback unwanted commit while adding noexcept to boost::declval
...
[SVN r77562]
2012-03-26 17:07:17 +00:00
Vicente J. Botet Escriba
2cfe775694
Utility: Fix for Adding noexcept to boost::declval
...
[SVN r77552]
2012-03-25 23:17:39 +00:00
Vicente J. Botet Escriba
799b066e7d
Utility: Added doc for Adding noexcept to boost::declval
...
[SVN r77543]
2012-03-25 18:28:24 +00:00
Vicente J. Botet Escriba
9fa5d63525
Utility: Apply patch for 6570: Adding noexcept to boost::declval
...
[SVN r77539]
2012-03-25 15:58:40 +00:00
Lorenzo Caminiti
2a6cd0c9c4
Split Utility/IdentityType and Functional/OverloadedFunction tests into smaller tests.
...
Updated docs for ScopeExit, LocalFunction, Utility/IdentityType, and Functional/OverloadedFunction.
[SVN r77484]
2012-03-22 20:54:20 +00:00
Lorenzo Caminiti
5825b6c329
Fixed test indentation and updated docs.
...
[SVN r77080]
2012-02-20 20:17:07 +00:00
Lorenzo Caminiti
54c78121c2
Updated ScopeExit "world" tests making person a struct instead of a class.
...
Added a code comment to Utility/IdentityType tmp_assert test.
[SVN r77071]
2012-02-18 19:29:35 +00:00
Lorenzo Caminiti
2891cb52d6
Added Boost.Utility/IdentityType and Boost.Functional/OverloadedFunction to status/Jamfile.v2 list of regression tests.
...
Updated Boost.ScopeExit documentation.
[SVN r77059]
2012-02-17 21:02:00 +00:00
Daryle Walker
0db9276e8c
Fixed (hopefully) conflict between boost::base_from_member's C++11 constructor template and the automatically defined non-template copy- and/or move-constructors.
...
[SVN r77046]
2012-02-17 01:55:33 +00:00
Lorenzo Caminiti
d6cb9a9176
Fixed a bug in BOOST_LOCAL_FUNCTION_DETAIL_PP_VOID_LIST: a typo VOId -> VOID.
...
Fixed a bug in scope_exit.hpp: An extra trailing \ in a macro definition (compiled only when BOOST_NO_VARIADIC_MACROS is defined).
Renamed LocalFunction and ScopeExit tests and examples from _err to _error.
Updated LocalFunction docs.
[SVN r77042]
2012-02-16 18:24:34 +00:00
Lorenzo Caminiti
ef0f82f62b
Added Utility/IdentityType docs, tests, and examples to libs/.
...
[SVN r77029]
2012-02-15 01:16:00 +00:00
Lorenzo Caminiti
9a16aaa2b9
Added LocalFunction and Utility/IdentityType source files.
...
[SVN r77024]
2012-02-15 00:41:33 +00:00
Daryle Walker
e763315b55
Updated boost::base_from_member for C++2011.
...
[SVN r76982]
2012-02-11 18:27:02 +00:00
John Maddock
fe653d0a9a
Change call_traits to pass enum's by value.
...
Fixes #5790 .
[SVN r73953]
2011-08-20 16:03:58 +00:00
John Maddock
26b39384e3
Apply patch from #5607 .
...
Refs #5607 .
[SVN r72580]
2011-06-14 08:27:14 +00:00
Daniel Walker
9525d062b3
added clarification to result_of doc
...
[SVN r72377]
2011-06-03 14:45:59 +00:00
Daniel Walker
6d196c4244
added tr1_result_of info to result_of doc
...
[SVN r72337]
2011-06-01 20:02:40 +00:00
Daniel Walker
e83682c091
updated result_of doc with decltype info
...
[SVN r72336]
2011-06-01 19:29:57 +00:00
Daniel Walker
1d146d010a
upped BOOST_RESULT_OF_NUM_ARGS for Phoenix
...
[SVN r71769]
2011-05-06 19:55:35 +00:00
Jeremiah Willcock
5684a2f2b3
Applied doc patches from Matt Calabrese
...
[SVN r71221]
2011-04-13 02:30:39 +00:00
Steven Watanabe
95d2c38379
Fix doc errors reported by Rob Stewart. Fixes #5421 .
...
[SVN r71047]
2011-04-06 20:21:51 +00:00
David Deakins
7d23c75eef
Revised the assertion_failed_msg function to use std::exit(-1) instead of std::abort() for Windows CE (since Windows CE does not have an abort() function in the CRT library)
...
[SVN r68982]
2011-02-18 03:46:55 +00:00
Beman Dawes
3279399fe3
Remove BOOST_ENABLE_ASSERT_MSG_HANDLER; use BOOST_ENABLE_ASSERT_HANDLER in its stead
...
[SVN r68423]
2011-01-24 20:15:36 +00:00
Beman Dawes
87875cadda
Add BOOST_ASSERT_MSG. Add macros to configure output stream.
...
[SVN r68414]
2011-01-24 15:37:13 +00:00
Daniel Walker
c58748cfd9
use declval to fix #5098
...
[SVN r68373]
2011-01-22 22:18:48 +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