Vladimir Prus
dbb99bf7df
Create branch to keep WIP patch for modular build.
...
[SVN r85883]
2013-09-25 08:12:19 +00:00
Andrey Semashev
0f5ae0e73c
Corrected comment.
...
[SVN r85624]
2013-09-09 18:43:27 +00:00
Andrey Semashev
497198c624
Made indents similar.
...
[SVN r85611]
2013-09-08 18:45:41 +00:00
Andrey Semashev
9df000eece
Extracted empty_deleter to Boost.Utility.
...
[SVN r85577]
2013-09-05 18:25:41 +00:00
Andrey Semashev
8e4054467e
Attempt to work around explicit_operator_bool_compile_fail_conv_pvoid test failure for VACPP.
...
[SVN r85570]
2013-09-05 08:28:24 +00:00
Andrey Semashev
7ae5e14681
Extracted BOOST_EXPLICIT_OPERATOR_BOOL macro from Boost.Log.
...
[SVN r85543]
2013-09-01 16:31:16 +00:00
Robert Kawulak
eca8d9f1ef
[utility] Fixes to value_init docs.
...
[SVN r85335]
2013-08-13 21:39:57 +00:00
Daniel Walker
15021632dc
added new result_of mode that uses TR1 with a decltype fallback as suggested by Nathan Crookston; fixes #7753
...
[SVN r84949]
2013-07-03 22:14:27 +00:00
Andrey Semashev
9baf33dd16
Optimized BOOST_ASSERT_MSG so that it is more lightweight and doesn't prevent enclosing functions from inlining. Also added branching hints for the checked conditions.
...
[SVN r84682]
2013-06-07 20:21:24 +00:00
Andrey Semashev
6bb1ce9b7b
Avoid using ios_base and streamsize, which are not defined in iosfwd.
...
[SVN r84636]
2013-06-04 18:41:39 +00:00
Andrey Semashev
9092b9277b
Added a test for long padding.
...
[SVN r84613]
2013-06-02 20:00:04 +00:00
Andrey Semashev
d09b37d3ef
More modifications according to the review.
...
[SVN r84611]
2013-06-02 19:16:50 +00:00
Andrey Semashev
f3bb2a493c
Modifications according to the review.
...
[SVN r84609]
2013-06-02 18:15:53 +00:00
Andrey Semashev
71b501a0b0
Removed constexpr from substr() as it doesn't work with BOOST_THROW_EXCEPTION. Added a test for streaming.
...
[SVN r84518]
2013-05-26 19:23:52 +00:00
Andrey Semashev
547c562464
Minor change (no need to create a sentry, it will be created by the stream methods).
...
[SVN r84513]
2013-05-26 15:52:16 +00:00
Andrey Semashev
91aab126e1
1. Extracted forward declarations to a separate header so that it can be included by other libraries (Boost.Log, for instance).
...
2. Added a default value for char traits template parameter.
3. Added missing headers and removed unused ones.
4. Added inline specifiers to operators.
5. Fixed operator<< behaving incorrectly when particular width is requested (std::setw, etc.).
6. Replaced all throw statements with BOOST_THROW_EXCEPTION.
[SVN r84511]
2013-05-26 15:36:25 +00:00
Vicente J. Botet Escriba
1057ff4d9e
Utility/noncopyable: Make use of =delete #6578 .
...
[SVN r83833]
2013-04-10 17:16:02 +00:00
Marshall Clow
9cb31aee6e
Fix bug in test; thanks to AddressSanitizer for the heads-up
...
[SVN r83493]
2013-03-18 20:46:53 +00:00
Vicente J. Botet Escriba
2e4007413e
Assert: rollback [82428].
...
[SVN r83431]
2013-03-14 22:27:04 +00:00
Vicente J. Botet Escriba
98bb9e6300
Utility: address_of take care of #7079 .
...
[SVN r83429]
2013-03-14 17:48:06 +00:00
Vicente J. Botet Escriba
1cdb78c30a
Assert: take care of #7028 .
...
[SVN r83428]
2013-03-14 17:46:52 +00:00
Eric Niebler
e0e16be802
fix breakage of string_ref logical ops, detabify, remove trailing whitespace
...
[SVN r83147]
2013-02-25 06:30:00 +00:00
Eric Niebler
9284a64936
disable annoying msvc warning, refs #7663
...
[SVN r82960]
2013-02-17 23:56:10 +00:00
Marshall Clow
6e2c1b6b53
Added to_string and better comparisons to Boost.StringRef
...
[SVN r82902]
2013-02-15 16:12:30 +00:00
Marshall Clow
e4d622019f
Fixed bug in string_ref::find; Refs #8067
...
[SVN r82901]
2013-02-15 16:07:06 +00:00
Marshall Clow
05af0deaed
Update Boost.StringRef tests to use newer Boost.Test features
...
[SVN r82825]
2013-02-11 21:49:56 +00:00
Marshall Clow
00d151828c
Fixed typo; Refs #8002
...
[SVN r82771]
2013-02-07 14:14:53 +00:00
Marshall Clow
f0c62e9e00
Fix typo in docs; Refs #7974
...
[SVN r82729]
2013-02-04 14:14:42 +00:00
Marshall Clow
71205b6e84
Updated the string_ref docs with a reference section; committed the generated HTML
...
[SVN r82489]
2013-01-14 16:25:56 +00:00
Marshall Clow
98d793152c
Move string_ref to Boost.Utility; first crack at docs
...
[SVN r81972]
2012-12-15 16:38:07 +00:00
Marshall Clow
dc8ffe92b8
Removed use of deprecated macros
...
[SVN r81801]
2012-12-08 18:37:29 +00:00
Marshall Clow
c55d5ca7de
Removed usage of deprecated macros in Boost.Utility; specifically result_of
...
[SVN r81574]
2012-11-26 20:32:24 +00:00
Michel Morin
943af35553
Tweak comments (removing a non-ascii character, updating references to the C++11 standard, etc.) and rename the include guard macro.
...
[SVN r81112]
2012-10-30 16:51:16 +00:00
Eric Niebler
3cca2755cf
add missing close tag
...
[SVN r80834]
2012-10-03 23:08:44 +00:00
Eric Niebler
93f6e3473b
friendlier wrt overloaded comma
...
[SVN r80732]
2012-09-28 08:47:35 +00:00
Eric Niebler
4a08e3d0bf
remove workaround for gcc-4.4, boost.config is correct now
...
[SVN r80712]
2012-09-26 18:47:08 +00:00
Eric Niebler
3d650b7f92
nicer work-around for gcc warnings
...
[SVN r80656]
2012-09-23 02:08:32 +00:00
Daniel Walker
0568a114a8
supress warnings in result_of_iterate.hpp on gcc 4 and up.
...
[SVN r80655]
2012-09-23 01:44:39 +00:00
Eric Niebler
7148d6c95e
gcc-4.4 doesn't have robust enough support for sfinae-for-expressions
...
[SVN r80654]
2012-09-23 01:11:00 +00:00
Eric Niebler
1cfe3145b4
sfinae-friendly result_of implementation for compilers that don't have extended sfinae for expressions
...
[SVN r80636]
2012-09-22 19:15:37 +00:00
Eric Niebler
57d65d6a94
untab-ify
...
[SVN r80608]
2012-09-20 17:06:34 +00:00
Daniel Walker
ac9f617f7f
SFINAE enabled result_of fixes [7343]
...
[SVN r80605]
2012-09-19 23:10:08 +00:00
Daniel Walker
b6a55f878c
reverting [78195] in result_of_iterate.hpp to allow users to force result_of to use decltype
...
[SVN r80550]
2012-09-17 00:04:55 +00:00
Daniel Walker
a4e332c4c0
updated docs to include guidelines, changes and various suggestions from Andrey Semashev, JeffLee Hellrung and others
...
[SVN r80535]
2012-09-16 00:39:41 +00:00
Daniel Walker
e9bbb50eb4
reverting [80445] which is still under discussion on the mailing list
...
[SVN r80452]
2012-09-08 15:32:35 +00:00
Andrey Semashev
e8440e8855
Added result_of usage guideline.
...
[SVN r80445]
2012-09-08 13:54:41 +00:00
Daniel Walker
ff0cb36416
Fixes [6754]. Minor edits to documentation.
...
[SVN r80352]
2012-09-01 20:00:33 +00:00
Emil Dotchevski
37c5395e7a
Ticket #7094 , thanks 1czajnik
...
[SVN r79398]
2012-07-10 03:43:13 +00:00
Daniel James
3558d61c51
Make the new pdf install rules explicit, and fix intrusive's.
...
[SVN r78877]
2012-06-11 01:33:10 +00:00
John Maddock
a201cbe646
Changes required to build PDF versions of docs.
...
[SVN r78845]
2012-06-07 12:32:56 +00:00