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
7ae5e14681
Extracted BOOST_EXPLICIT_OPERATOR_BOOL macro from Boost.Log.
...
[SVN r85543]
2013-09-01 16:31:16 +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
9092b9277b
Added a test for long padding.
...
[SVN r84613]
2013-06-02 20:00:04 +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
Marshall Clow
9cb31aee6e
Fix bug in test; thanks to AddressSanitizer for the heads-up
...
[SVN r83493]
2013-03-18 20:46:53 +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
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
98d793152c
Move string_ref to Boost.Utility; first crack at docs
...
[SVN r81972]
2012-12-15 16:38:07 +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
Eric Niebler
3d650b7f92
nicer work-around for gcc warnings
...
[SVN r80656]
2012-09-23 02:08:32 +00:00
Daniel Walker
ac9f617f7f
SFINAE enabled result_of fixes [7343]
...
[SVN r80605]
2012-09-19 23:10:08 +00:00
Daniel Walker
ff0cb36416
Fixes [6754]. Minor edits to documentation.
...
[SVN r80352]
2012-09-01 20:00:33 +00:00
Eric Niebler
4111de6f68
result_of uses decltype on compilers that implement N3276
...
[SVN r77905]
2012-04-11 00:28:33 +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
Daniel Walker
c58748cfd9
use declval to fix #5098
...
[SVN r68373]
2011-01-22 22:18:48 +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
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
bbccfbbab4
Remove use of deprecated macro in result_of test.
...
[SVN r60293]
2010-03-07 13:10:54 +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
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
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
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
Michael A. Jackson
53f6d10652
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
Michael A. Jackson
ebe853ff2f
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
Matthew Calabrese
f15c96ffb0
Adding binary literal utility.
...
[SVN r48637]
2008-09-06 21:11:48 +00:00
Douglas Gregor
a487f72329
Fix result_of to work with const-qualified function pointers. Fixes #1310
...
[SVN r48620]
2008-09-05 19:58:30 +00:00
Douglas Gregor
ad0bcf4a00
result_of implementation that makes use of C++0x decltype, from Daniel Walker. Fixes #862 .
...
[SVN r45256]
2008-05-09 22:08:46 +00:00
Beman Dawes
b3a971e7e9
Copyright and/or License cleanup
...
[SVN r40890]
2007-11-07 16:08:09 +00:00
John Maddock
7ddb559887
Fix path to test case.
...
[SVN r40736]
2007-11-04 12:01:16 +00:00
Peter Dimov
56b0846099
BOOST_VERIFY added.
...
[SVN r40728]
2007-11-03 20:55:22 +00:00
Vladimir Prus
3f72b10182
Remove V1 Jamfiles
...
[SVN r38516]
2007-08-08 19:02:26 +00:00
Douglas Gregor
2d860e2574
Fix result_of's handling of F(void).
...
[SVN r37140]
2007-03-05 15:25:16 +00:00
Eric Niebler
66514f61ff
fix result_of ambiguity error for nullary functions
...
[SVN r36773]
2007-01-24 06:44:20 +00:00
Eric Niebler
63cde4d3fd
slightly modified implementation works around msvc 7.1/8.0 compiler bugs
...
[SVN r36668]
2007-01-08 20:38:51 +00:00
Vladimir Prus
0782034333
Allow building of shared versions of some Boost.Test libraries.
...
Adjust tests to use always use static linking to Boost.Test, since
linking to the shared version requires test changes.
Patch from Juergen Hunold.
[SVN r35989]
2006-11-10 19:09:56 +00:00
Peter Dimov
dcb2dd4736
Removed type_traits include, added more tests
...
[SVN r27712]
2005-03-16 22:02:22 +00:00
Aleksey Gurtovoy
e5ba34472d
merge RC_1_32_0 fixes
...
[SVN r26333]
2004-11-28 04:44:21 +00:00
Aleksey Gurtovoy
e549baf93a
move enable_if tests into their own subdirectory
...
[SVN r25649]
2004-10-10 16:15:58 +00:00
Fernando Cacciola
325bd73df7
In-place factories moved from /detail to /utility
...
New value_initalized tests added
[SVN r25313]
2004-09-21 14:54:32 +00:00
Douglas Gregor
167fa4154f
Eliminated unreviewed, unused, noncompiling code
...
[SVN r24314]
2004-08-05 18:57:39 +00:00
Stefan Slapeta
0c7e7c3c39
half_open_range_test removed
...
[SVN r24313]
2004-08-05 18:46:55 +00:00
Aleksey Gurtovoy
39c4445b39
add missing tests, reorder tests by filename
...
[SVN r24216]
2004-08-01 05:40:21 +00:00
Douglas Gregor
e998010184
Add license
...
[SVN r24021]
2004-07-25 03:57:20 +00:00
Vladimir Prus
35d3c03d19
Update
...
[SVN r23085]
2004-06-11 11:18:50 +00:00