Glen Fernandes
|
6fd649d7fd
|
Qualify pointer_traits in detail namespace
|
2017-05-18 07:09:26 -04:00 |
|
Glen Fernandes
|
335aa4f396
|
Merge pull request #33 from glenfe/pointer_traits
Add pointer_traits with to_address
|
2017-05-17 09:21:21 -04:00 |
|
Glen Fernandes
|
26cab26e52
|
Add pointer_traits with to_address
|
2017-05-17 08:09:05 -04:00 |
|
Peter Dimov
|
b805efd4fe
|
Add get_pointer tests for 0
|
2017-05-10 20:22:19 +03:00 |
|
Glen Fernandes
|
80875a19b6
|
Reduce detection conditions for constexpr addressof
|
2017-04-30 21:56:10 -04:00 |
|
Glen Fernandes
|
6ba388125e
|
Merge branch 'develop'
|
2017-04-30 19:22:27 -04:00 |
|
Peter Dimov
|
889502504d
|
Add BOOST_TEST_LT, BOOST_TEST_LE
|
2017-04-24 18:52:54 +03:00 |
|
Glen Fernandes
|
16c5503648
|
Merge pull request #30 from glenfe/develop
Also disable addressof for r-values when possible
|
2017-04-23 09:16:11 -04:00 |
|
Glen Fernandes
|
dc6003e26f
|
Disable addressof for r-values when possible
|
2017-04-23 02:04:54 -04:00 |
|
Peter Dimov
|
46545326d8
|
Add BOOST_TEST_LT, BOOST_TEST_LE
|
2017-03-16 01:31:43 +02:00 |
|
Peter Dimov
|
a49e7f2f87
|
Merge branch 'develop'
|
2017-03-16 00:53:11 +02:00 |
|
Peter Dimov
|
064cfd3d73
|
Add missing [endsect]
|
2017-03-16 00:52:00 +02:00 |
|
Glen Fernandes
|
6e7e44e334
|
Merge branch 'develop'
|
2017-03-03 21:57:34 -05:00 |
|
Glen Fernandes
|
0942b1a366
|
Move constexpr notes to a separate section
|
2017-03-03 21:55:48 -05:00 |
|
Glen Fernandes
|
1343535926
|
Update addressof documentation
|
2017-03-03 21:31:29 -05:00 |
|
Glen Fernandes
|
3ef30643a4
|
Use new BOOST_NO_CXX11_SFINAE_EXPR feature macro
|
2017-02-24 19:37:02 -05:00 |
|
Peter Dimov
|
4436576c68
|
Merge branch 'develop'
|
2017-02-23 21:00:17 +02:00 |
|
Peter Dimov
|
1dff55872b
|
Merge branch 'breese-feature/test-all-with' into develop
|
2017-02-21 03:19:37 +02:00 |
|
Bjorn Reese
|
a796c200e5
|
Moved failing test to separate file
|
2017-02-18 19:52:12 +01:00 |
|
Bjorn Reese
|
a3382dd5a8
|
Added BOOST_TEST_ALL_WITH macro to compare container contents with a predicate
|
2017-02-18 13:43:29 +01:00 |
|
Andrey Semashev
|
6ecc56c289
|
Revert "Use new BOOST_NO_CXX11_SFINAE_EXPR feature macro"
This reverts commit 98ee47effd .
This is a temporary revert until Boost.Config master is updated to
provide BOOST_NO_CXX11_SFINAE_EXPR.
|
2017-02-17 16:16:53 +03:00 |
|
Andrey Semashev
|
306b792a5e
|
Merge branch 'develop'
|
2017-02-17 13:32:00 +03:00 |
|
Peter Dimov
|
d753d9a221
|
Merge branch 'breese-feature/test-all' into develop
|
2017-02-13 18:14:24 +02:00 |
|
Bjorn Reese
|
1bdb657b71
|
Renamed test suite for BOOST_TEST_ALL_EQ
|
2017-02-13 15:58:15 +01:00 |
|
Bjorn Reese
|
54e262ee13
|
Minor fixes
|
2017-02-13 15:55:42 +01:00 |
|
Bjorn Reese
|
c8b7acc8aa
|
Changed lightweight_test_fail11 from run-fail to run
|
2017-02-12 15:11:30 +01:00 |
|
Bjorn Reese
|
baed4103a0
|
Optimized calculation of container sizes
|
2017-02-12 15:08:25 +01:00 |
|
Bjorn Reese
|
d828e40f6d
|
Output at most 8 differing container values
|
2017-02-12 15:06:31 +01:00 |
|
Bjorn Reese
|
db8efb4ce9
|
Changed ForwardIterator to InputIterator for test_all_eq_impl
|
2017-02-12 13:19:39 +01:00 |
|
Bjorn Reese
|
fb09632580
|
Use test_output_impl in test_all_eq_impl
|
2017-02-12 12:26:58 +01:00 |
|
Bjorn Reese
|
c96ad4ccba
|
Added container sizes to error output of test_all_eq_impl
|
2017-02-11 18:39:06 +01:00 |
|
Bjorn Reese
|
265583bc78
|
Fixed error output of test_all_eq_impl
|
2017-02-11 18:26:57 +01:00 |
|
Bjorn Reese
|
6a5f540f08
|
Removed std::ostringstream
|
2017-02-11 16:37:12 +01:00 |
|
Bjorn Reese
|
3bc56800cd
|
Added BOOST_TEST_ALL_EQ macro to compare container contents
|
2017-02-11 15:03:45 +01:00 |
|
Peter Dimov
|
9dd5285dbb
|
Handle char*, volatile* properly in BOOST_TEST_EQ/NE
|
2017-02-09 23:14:07 +02:00 |
|
Peter Dimov
|
ef9bb78f19
|
Merge branch 'bug_fix_support_for_c_string' of https://github.com/HDembinski/core into develop
|
2017-02-09 19:16:52 +02:00 |
|
hans.dembinski@gmail.com
|
b59a3df4c4
|
reverting changes to jamfile
|
2017-02-09 13:52:33 +00:00 |
|
hans.dembinski@gmail.com
|
fe137b97c3
|
adding documentation for new test macros
|
2017-02-09 12:48:06 +00:00 |
|
hans.dembinski@gmail.com
|
7038296c15
|
build fix
|
2017-02-09 12:47:47 +00:00 |
|
hans.dembinski@gmail.com
|
4570cced27
|
more compared code following suggestion from Glen Fernandes and testing expected failures
|
2017-02-07 15:05:08 +00:00 |
|
Peter Dimov
|
a44090aebe
|
Only install necessary packages in .travis.yml to speed it up
|
2017-02-07 01:52:59 +02:00 |
|
hans.dembinski@gmail.com
|
cc5472623f
|
compare pointers as addresses and use BOOST_TEST_CSTR_xx to compare cstrings
|
2017-02-06 20:08:43 +00:00 |
|
Glen Fernandes
|
518549f7ff
|
Merge pull request #25 from glenfe/develop
Use new BOOST_NO_CXX11_SFINAE_EXPR feature macro
|
2017-02-06 10:47:41 -05:00 |
|
Glen Fernandes
|
98ee47effd
|
Use new BOOST_NO_CXX11_SFINAE_EXPR feature macro
|
2017-02-06 08:14:36 -05:00 |
|
hans.dembinski@gmail.com
|
3942e9c097
|
following pdimovs suggestion to avoid folding
|
2017-02-05 20:01:47 +00:00 |
|
hans.dembinski@gmail.com
|
7774d33e45
|
really make sure addresses are different
|
2017-02-05 19:24:15 +00:00 |
|
hans.dembinski@gmail.com
|
cdee8e76c5
|
fix for trac issue #12814, including a new test for the issue
|
2017-02-05 19:06:21 +00:00 |
|
Glen Fernandes
|
e647763fb0
|
Exclude g++4.7 from constexpr implementation
|
2017-02-02 21:44:14 -05:00 |
|
Glen Fernandes
|
9587d6b845
|
Support g++4.7 with SFINAE workaround
|
2017-02-02 13:43:08 -05:00 |
|
Peter Dimov
|
b0a58a16e2
|
Add g++4.7-c++11, g++4.8-c++11, g++5-c++14 to .travis.yml
|
2017-02-02 20:01:02 +02:00 |
|