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 |
|
Peter Dimov
|
55b2786770
|
Add ref_cv_test
|
2017-02-02 18:40:06 +02:00 |
|
Glen Fernandes
|
76110e56a0
|
Merge pull request #23 from glenfe/develop
Define CORE_NO_CONSTEXPR_ADDRESSOF if NO_CXX11_CONSTEXPR is defined
|
2017-02-01 11:03:54 -05:00 |
|
Glen Fernandes
|
4016f8e7cc
|
Define CORE_NO_CONSTEXPR_ADDRESSOF if NO_CXX11_CONSTEXPR is defined
The test case could check for BOOST_NO_CXX11_CONSTEXPR but it makes sense for BOOST_CORE_NO_CONSTEXPR_ADDRESSOF to be defined in this case also.
|
2017-02-01 11:02:01 -05:00 |
|
Glen Fernandes
|
686dbcb8eb
|
No BOOST_WORKAROUND for MSVC as >1900 has builtin
|
2017-02-01 08:34:03 -05:00 |
|
Glen Fernandes
|
3d98e6aed4
|
Use __builtin_addressof when available
|
2017-01-31 20:10:18 -05:00 |
|
Glen Fernandes
|
26f290d09f
|
Merge pull request #22 from glenfe/develop
Implement constexpr addressof
|
2017-01-31 08:47:51 -05:00 |
|
Glen Fernandes
|
09dcc68ecd
|
Implement constexpr addressof
|
2017-01-31 08:45:47 -05:00 |
|
Peter Dimov
|
fa88cc32cf
|
The build-in clang++ fails in c++11 mode with g++-6 installed for some reason
|
2017-01-30 17:51:39 +02:00 |
|
Peter Dimov
|
f7183714c1
|
Expand platform coverage in .travis.yml
|
2017-01-30 16:03:38 +02:00 |
|
Andrey Semashev
|
1abd68102d
|
Simplified demangle() a little to make better use of RVO.
|
2017-01-11 22:25:31 +03:00 |
|
Andrey Semashev
|
c0f277a7d8
|
Silenced warnings about unused variables.
|
2016-11-07 17:56:45 +03:00 |
|
Andrey Semashev
|
5507006fc2
|
Disabled warnings about signed/unsigned mismatch when using BOOST_TEST_EQ/BOOST_TEST_NE.
|
2016-11-06 20:57:05 +03:00 |
|
Andrey Semashev
|
b7f49c9c78
|
Use auto_ptr only when it is provided by the standard library. Improves compatibility with C++17.
|
2016-11-06 20:00:47 +03:00 |
|
Rene Rivera
|
9953994761
|
Add, and update, documentation build targets.
|
2016-10-07 23:07:33 -05:00 |
|
Peter Dimov
|
8156259043
|
Copy repo instead of doing a checkout, for pull requests.
|
2016-09-10 13:50:36 +03:00 |
|
Peter Dimov
|
5263c5d47f
|
Enable Travis notifications on success.
|
2016-09-10 01:50:43 +03:00 |
|
Peter Dimov
|
29810a490a
|
Change Appveyor to use msvc-14.0 because 12.0 doesn't work.
|
2016-09-10 01:49:51 +03:00 |
|
Peter Dimov
|
aa17d6a5e2
|
Merge branch 'develop' of https://github.com/eldiener/core into develop
|
2016-09-10 01:06:07 +03:00 |
|
Andrey Semashev
|
df2f358766
|
Merge branch 'develop'
|
2016-07-12 13:56:43 +03:00 |
|
Andrey Semashev
|
2128428ca1
|
Made the workaround for Oracle compiler more strict.
|
2016-07-12 13:52:05 +03:00 |
|
Andrey Semashev
|
b0b16d6ddb
|
Attempt to re-enable Boost.Core.Swap tests.
|
2016-07-11 17:08:28 +03:00 |
|
Andrey Semashev
|
d732412924
|
Added a workaround for Oracle compiler with STLport when the first argument to distance() is an array and the second one is a pointer (presumably, pointing into the array).
|
2016-07-11 16:34:02 +03:00 |
|
Peter Dimov
|
9823a4135b
|
Do not fetch tools/inspect in .yml files
|
2016-05-21 23:37:42 +03:00 |
|
Peter Dimov
|
05f6c1d642
|
Merge branch 'develop'
|
2016-05-21 22:44:55 +03:00 |
|
Peter Dimov
|
0ad01c60a0
|
Add .travis.yml
|
2016-05-21 22:09:15 +03:00 |
|
Peter Dimov
|
a7607030a9
|
Merge branch 'develop'
|
2016-05-21 20:55:42 +03:00 |
|
Peter Dimov
|
94d3d3540f
|
Remove test dependency on mpl/not.hpp.
|
2016-05-21 20:07:35 +03:00 |
|
Peter Dimov
|
45a63809bf
|
Update README.md
|
2016-05-21 19:37:50 +03:00 |
|
Peter Dimov
|
f55d2a5cf9
|
Add appveyor.yml.
|
2016-05-21 19:29:04 +03:00 |
|
Edward Diener
|
fd022e2d86
|
Added documentation and tests for BOOST_TEST_NOT.
|
2016-05-20 05:22:20 -04:00 |
|
Edward Diener
|
f1c51cb19c
|
Added BOOST_TEST_NOT to lightweight test.
|
2016-05-19 09:56:23 -04:00 |
|
Andrey Semashev
|
f81653660b
|
Added a boostdoc target to unify Boost release docs building.
boost-1.61.0
|
2016-01-06 21:06:49 +03:00 |
|
Andrey Semashev
|
6345b93198
|
-Added constexpr and noexcept specifiers to make the emulation technically closer to the actual enums.
|
2016-01-01 19:02:48 +03:00 |
|
Andrey Semashev
|
181965f303
|
Added support for __has_include on gcc, in addition to clang.
|
2015-12-31 19:45:37 +03:00 |
|
Andrey Semashev
|
3add966877
|
Added support for gabi++ ABI implementation used in Android NDK.
boost-1.60.0
|
2015-08-28 22:31:26 +03:00 |
|