Jeremiah Willcock
12d17bc26d
Fixed duplicate anchors
...
[SVN r86423]
2013-10-25 02:46:04 +00:00
Stephen Kelly
03047e3f00
Simplify multi-component ifdefs containing BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
...
[SVN r86248]
2013-10-11 23:20:59 +00:00
Stephen Kelly
468fb2dd5f
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
...
Process #ifndef...#else...#endif blocks.
[SVN r86245]
2013-10-11 23:17:48 +00:00
Stephen Kelly
e97577a0ae
Remove obsolete files.
...
[SVN r86242]
2013-10-11 23:11:35 +00:00
Joel Falcou
a90bc68a7f
Fix #9170 - Add BOOST_FORCEINLINE in address_of for performance issues
...
[SVN r86125]
2013-10-01 15:05:39 +00:00
Joel Falcou
b39e4e5aea
Fix #9169 - Add BOOST_FORCEINLINE on boost::ref for performance issue
...
[SVN r86124]
2013-10-01 15:02:28 +00:00
Stephen Kelly
37c8f45edc
Operators: Remove obsolete GCC version check.
...
[SVN r86114]
2013-10-01 08:47:11 +00:00
Stephen Kelly
4dc9659097
Remove check for obsolete DMC version.
...
[SVN r86043]
2013-09-30 00:36:13 +00:00
Stephen Kelly
3d1646cf51
Detail: Remove obsolete MSVC version checks.
...
[SVN r86039]
2013-09-30 00:21:39 +00:00
Stephen Kelly
adf57817ec
Ref: Remove obsolete MSVC version check.
...
[SVN r86031]
2013-09-30 00:19:48 +00:00
Stephen Kelly
1fd5883b34
Remove obsolete MSVC check from pragma guard
...
git grep -h -B1 "^#\s*pragma once" | grep -v pragma | sort | uniq
is now clean.
[SVN r85952]
2013-09-26 13:02:51 +00:00
Stephen Kelly
fc4bc227b5
Utility: Remove obsolete MSVC version check
...
[SVN r85932]
2013-09-26 09:41:00 +00:00
Stephen Kelly
bcd50e9105
Remove use of obsolete BOOST_APPEND_EXPLICIT_TEMPLATE_TYPE{,_SPEC} macro.
...
[SVN r85896]
2013-09-25 10:29:44 +00:00
Andrey Semashev
0f5ae0e73c
Corrected comment.
...
[SVN r85624]
2013-09-09 18:43:27 +00:00
Andrey Semashev
e33f8b0055
Merged new added components from trunk. Merged other sublibraries which tests are passing for a long time as well.
...
[SVN r85613]
2013-09-08 19:28:44 +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
b051dd665b
[utility] Fixes to value_init docs.
...
[SVN r85335]
2013-08-13 21:39:57 +00:00
Robert Kawulak
eca8d9f1ef
[utility] Fixes to value_init docs.
...
[SVN r85335]
2013-08-13 21:39:57 +00:00
Andrey Semashev
b813232bba
Merged recent changes from trunk.
...
[SVN r85088]
2013-07-20 17:17:10 +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
e02523e286
Merged changes from trunk. Fixes operator<< handling of width specification.
...
[SVN r84674]
2013-06-07 17:33:25 +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
Marshall Clow
0d605befd4
Merge bug fix in test to release
...
[SVN r84449]
2013-05-23 18:38:20 +00:00
Vicente J. Botet Escriba
4080fe22e3
utility/noncopyable : fix #6578 .
...
[SVN r83869]
2013-04-13 13:49:52 +00:00
Vicente J. Botet Escriba
1057ff4d9e
Utility/noncopyable: Make use of =delete #6578 .
...
[SVN r83833]
2013-04-10 17:16:02 +00:00
Vicente J. Botet Escriba
2eda3f5299
Utility/address_off: fix #7079 .
...
[SVN r83524]
2013-03-23 01:44:06 +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
Vicente J. Botet Escriba
1ab9131bca
Utility: merge [68982] to fix #5213 .
...
[SVN r83427]
2013-03-14 17:35:42 +00:00
Eric Niebler
d51799518b
merge [82901], [82902], and [83147] from trunk
...
[SVN r83403]
2013-03-10 21:18:49 +00:00
Eric Niebler
f9540f360c
merge [82960] to release, fixes #7663
...
[SVN r83381]
2013-03-09 22:55:05 +00:00
Marshall Clow
c1fdb477c1
Merged boost::algorithm::gather and updated tests for Utility, Algorithm and Utility libraries
...
[SVN r83154]
2013-02-25 18:43:26 +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
1b2cd6378b
Merge doc typo; Fixes #8002
...
[SVN r82821]
2013-02-11 16:22:32 +00:00