jzmaddock
efefba30ee
Simplify runtime config check Jamfiles.
2016-02-27 19:08:25 +00:00
jzmaddock
9dd2b3afff
Add nvcc macro info.
2016-01-12 16:41:20 +00:00
jzmaddock
6d46b18e3b
Fix up std lib config for clang-3.8 and later
2016-01-03 14:12:01 +00:00
jzmaddock
ca7967820b
Remove dependency to Boost.Test.
2015-10-08 10:39:09 +01:00
jzmaddock
ca01235304
Add missing files.
2015-08-30 10:09:44 +01:00
jzmaddock
15fa6fd8b9
Add BOOST_HAS_FLOAT128 for compilers that support __float128 as a distinct type.
2015-08-13 17:13:32 +01:00
jzmaddock
854a785483
Add missing #include.
2015-08-04 12:44:49 +01:00
jzmaddock
a66898d292
Disable <codecvt> for VC14 as it fails at link time when using the facets.
2015-07-27 09:23:25 +01:00
jzmaddock
dfef189197
Fix test case for <shared_mutex>.
...
Both clang/libc++ and MSVC-14 support <shared_mutex>, but neither set the SD6 macros so, don't bother testing them.
Definitely don't test for the presence of std::shared_mutex as that's a C++17 feature.
2015-07-25 13:23:04 +01:00
jzmaddock
5ccb1b6c5f
Modify Jamfile to configure external library support better.
2015-07-07 17:27:04 +01:00
jzmaddock
54e8de973f
Merge branch 'shared_mutex' of https://github.com/eldiener/config into develop
2015-07-07 11:15:11 +01:00
Edward Diener
3ca81f1095
Addition of BOOST_NO_CXX14_HDR_SHARED_MUTEX tests
2015-06-27 21:08:56 -04:00
Edward Diener
b351a9a1ed
Updated example checking SD-6 macro
2015-06-27 21:07:50 -04:00
Marcel Raad
cd72cbe273
Add another constexpr test
...
MSVC 14 RC doesn't call the constexpr conversion operator in some cases.
It complains:
boost_no_constexpr.ipp(72): error C2051: case expression not constant
2015-06-27 13:08:29 +02:00
Edward Diener
3fa00f8adb
Support for C++14 shared_mutex header
2015-06-09 08:32:28 -04:00
jzmaddock
fa954b8b61
Change link rule to exe rule.
...
To prevent cyclic dependencies in status/Jamfile.v2.
2015-05-11 09:03:30 +01:00
Marcel Raad
4ec6a18686
Add more constexpr tests
...
MSVC 14 RC currently passes the constexpr tests, but fails to compile Boost if BOOST_NO_CXX11_CONSTEXPR is not defined. Added three tests that clang can compile in C++11 mode, but MSVC cannot.
2015-05-05 11:46:28 +02:00
jzmaddock
d7e258faf5
Update Jamfile to check for -latomic
...
The config_test tests all require linking against -latomic
when GCC provides it in order to test for <atomic>.
Seems to be a new gcc-5.1.0 requirement.
2015-04-24 18:10:30 +01:00
jzmaddock
a2ad620450
Fix inconsistencies in name of boost_no_cxx14_digit_separator(s).
2015-04-24 17:46:29 +01:00
jzmaddock
42cc344212
Merge branch 'develop' of https://github.com/boostorg/config into develop
2014-10-21 12:47:47 +01:00
jzmaddock
dcbb032aa3
Rename BOOST_NO_CXX14_DIGIT_SEPARATOR to BOOST_NO_CXX14_DIGIT_SEPARATORS.
...
Fix name of BOOST_NO_CXX14_INITIALIZED_LAMBDA_CAPTURES in docs.
2014-10-21 12:39:17 +01:00
Kohei Takahashi
78e67031e3
Define BOOST_NO_CXX14_CONSTEXPR unless clang > 3.4.
...
Signed-off-by: Kohei Takahashi <flast@flast.jp>
2014-10-21 01:04:06 +09:00
jzmaddock
d9026f1d45
Update for MSVC-14 CTP14.
...
Fix <type_traits> tests to check for the correct names!
2014-10-19 17:05:01 +01:00
jzmaddock
eaa5c714c8
Change generate.cpp to alphabetize it's results to reduce churn in the results.
...
Regenerate the generated files.
2014-10-13 13:12:59 +01:00
jzmaddock
b811dd40ae
Add C++14 support based on https://github.com/boostorg/config/pull/39
2014-10-12 10:01:22 +01:00
jzmaddock
003d33725e
Add helper macro - BOOST_ATTRIBUTE_UNUSED - to suppress unused type/variable warnings.
2014-10-11 13:10:25 +01:00
jzmaddock
d3c1db5436
Apply patch from https://svn.boost.org/trac/boost/ticket/5315 .
...
Allows auto-linking code to synch up with Boost.Build with the --buildid option.
2014-10-02 18:22:19 +01:00
jzmaddock
2690cb8b39
Set BOOST_NO_CXX11_FIXED_LENGTH_VARIADIC_TEMPLATE_EXPANSION_PACKS for Intel.
2014-08-25 19:00:50 +01:00
jzmaddock
4dc7c66c4d
Add new macro BOOST_NO_CXX11_NON_PUBLIC_DEFAULTED_FUNCTIONS
2014-08-25 18:37:18 +01:00
jzmaddock
82457fadb7
Add test case for BOOST_NO_CXX11_NON_PUBLIC_DEFAULTED_FUNCTIONS under new name compared to original pull request (also less churn in the generated files).
2014-08-22 18:35:16 +01:00
jzmaddock
04c139e40f
Revert "Added a test for BOOST_NO_CXX11_NON_PUBLIC_DEFAULTED_FUNCTIONS."
...
This reverts commit 85dde189ac
.
2014-08-22 18:32:10 +01:00
Andrey Semashev
85dde189ac
Added a test for BOOST_NO_CXX11_NON_PUBLIC_DEFAULTED_FUNCTIONS.
2014-08-21 16:42:50 +04:00
jzmaddock
2d297754ad
Set BOOST_NO_CXX11_FINAL for all obsolete compilers, or for those we can't test locally.
...
Improve tests for BOOST_NO_CXX11_FINAL.
2014-08-19 18:34:09 +01:00
K-ballo
f0136c5911
Added macro BOOST_NO_CXX11_FINAL
2014-08-16 12:24:06 -03:00
Marcel Raad
884b53b563
Fix user-defined literal tests for MSVC
...
The test currently tests not only the compiler's support for user-defined literals, but also its constexpr support, which is only partly implemented in MSVC 14. This change removes the constexpr's that MSVC doesn't like so that the tests pass on MSVC 14 CTP2.
2014-08-12 10:25:04 +02:00
jzmaddock
51da22f6ff
Revert "Revert "Add new build-time configuration feature.""
...
This reverts commit 4cf1376ec2
.
Update tests to not use the run rule, but run the programs by other means instead.
2014-06-12 13:30:04 +01:00
jzmaddock
4cf1376ec2
Revert "Add new build-time configuration feature."
...
This reverts commit dad7bc5b30
.
Conflicts:
checks/config.jam
2014-06-12 09:11:05 +01:00
jzmaddock
8e4d98da1e
Merge pull request #25 from boostorg/pull-request/config-test-pthread-rt-flags
...
Add additional linkflags for no-rtti, no-except runs of config_test.
2014-06-10 19:18:28 +01:00
jzmaddock
28832f792f
Improve lambda test case some more.
2014-06-10 19:09:28 +01:00
jzmaddock
02dd6bf9b3
merge
2014-06-10 18:37:24 +01:00
jzmaddock
2638e71dc4
Merge branch 'develop' of https://github.com/boostorg/config into develop
2014-06-10 18:22:34 +01:00
jzmaddock
f0c99f7b7f
Suppress more GCC warnings.
...
Fix GCC compile failure in lambda test case.
2014-06-10 18:22:10 +01:00
Peter Dimov
7948d33e78
Add additional linkflags for no-rtti, no-except runs of config_test.
2014-06-09 01:23:50 +03:00
Peter Dimov
051fbf2cc7
Various g++/clang config_test fixes.
2014-06-09 01:00:56 +03:00
jzmaddock
97618dc66a
Merge pull request #23 from boostorg/pull-request/config-info-rtti-macros
...
Add a few more g++ and Intel predefined macros to config_info.
2014-06-08 09:41:22 +01:00
Peter Dimov
db9540d98d
Add a few more g++ and Intel predefined macros to config_info.
2014-06-08 04:25:59 +03:00
Peter Dimov
6fdfceaefa
Run config_test and config_info with no RTTI and no exceptions.
2014-06-08 03:25:16 +03:00
jzmaddock
dad7bc5b30
Add new build-time configuration feature.
2014-06-05 18:55:12 +01:00
Glen Fernandes
e008ddb971
Fix clang error and some warnings
2014-06-01 09:22:27 -07:00
Glen Fernandes
98194c6309
Move cstdint tests to this module
2014-06-01 00:29:04 -07:00
jzmaddock
32b125612c
Merge branch 'develop' of https://github.com/boostorg/config into develop
2014-05-28 18:46:17 +01:00
jzmaddock
d52482247c
Fix <regex> test case.
2014-05-28 18:45:37 +01:00
Andrzej Krzemienski
d205efbb1b
Added macro BOOST_NO_CXX11_REF_QUALIFIERS
2014-05-28 17:33:28 +02:00
Steve Gates
86b46bb01e
Fixing failing test case boost_no_cxx11_hdr_regex.
2014-05-13 14:18:38 -07:00
Glen Fernandes
ac11ae9890
Add test case for BOOST_NO_CXX11_ALLOCATOR
2014-05-08 11:53:50 -07:00
jzmaddock
654762003e
Header <regex> is finally working (probably) in gcc-4.9.
...
Add better tests for it as well.
2014-03-25 17:12:46 +00:00
Peter Dimov
d9d19688a1
Add test files as well
2014-02-11 18:25:38 +02:00
Peter Dimov
9c117007ba
Add BOOST_NO_CXX11_ADDRESSOF, BOOST_NO_CXX11_STD_ALIGN
2014-02-11 18:20:31 +02:00
jzmaddock
8660f77552
Tentative fix for Clang build configuration issue.
2014-02-07 13:08:03 +00:00
jzmaddock
08392fd952
Update test for C++11 std::allocator to check that member rebind is a template alias. Update config headers to match.
2014-02-06 13:29:59 +00:00
Edward Diener
800d3d5416
Add specific 'const' for member function declared as a 'constexpr' in order to conform to C++14.
2014-01-14 22:17:54 -05:00
jzmaddock
743fa7e129
Fix two more typos.
2013-12-13 19:39:42 +00:00
jzmaddock
958c9f8a51
Add some const qualifiers in the hopes it will fix clang C++14 mode failures.
2013-12-13 19:13:48 +00:00
jzmaddock
1c3cec7a15
Fix buggy test cases.
...
VC++ has <atomic> in recent versions.
2013-12-13 18:51:32 +00:00
jzmaddock
62b1bb07d2
Apply patch from https://svn.boost.org/trac/boost/ticket/9410
2013-12-13 13:47:50 +00:00
jzmaddock
30f4ab53e5
Fix typo in macro name - should be BOOST_NO_ATOMIC_SMART_PTR.
...
Add BOOST_NO_CXX11_HRD_ATOMIC.
Regenerate docs.
See https://svn.boost.org/trac/boost/ticket/8929 .
2013-12-12 19:32:06 +00:00
Andrey Semashev
23579c60d2
Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces.
...
[SVN r84873]
2013-06-22 12:23:09 +00:00
Andrey Semashev
1c3d02c469
Added BOOST_NO_CXX11_ALIGNAS, BOOST_ALIGNMENT and BOOST_NO_ALIGNMENT macros.
...
[SVN r84794]
2013-06-15 13:48:07 +00:00
Andrey Semashev
c4960dfdb8
Added printing BOOST_NOINLINE.
...
[SVN r84680]
2013-06-07 20:08:28 +00:00
John Maddock
9cfe4710d7
Add new macro BOOST_NO_CXX11_USER_DEFINED_LITERALS.
...
Regenerate tests and docs.
[SVN r84074]
2013-04-28 18:11:43 +00:00
John Maddock
bffa0772d8
Apply patch from #8408 .
...
Fixes #8408 .
[SVN r83958]
2013-04-18 17:50:17 +00:00
John Maddock
40f3f33d19
Add libc++ version detection.
...
[SVN r83925]
2013-04-16 12:01:18 +00:00
John Maddock
6e9c372d91
Suppress a lot of GCC warnings.
...
[SVN r81830]
2012-12-10 18:39:11 +00:00
Marshall Clow
807f342f2d
A few of the C++11 configuration tests had tests for features that didn't make it into the C++11 standard; remove those tests
...
[SVN r81612]
2012-11-28 15:00:01 +00:00
Marshall Clow
513a54edea
removed tests for deprecated macro BOOST_NO_STD_UNORDERED from Boost.Config
...
[SVN r81596]
2012-11-27 20:51:48 +00:00
John Maddock
bdfa0e0600
Add initial support for __int128 to Config and TypeTraits
...
[SVN r81064]
2012-10-25 12:21:19 +00:00
Marshall Clow
9740187eec
fix (another) bad namespace that I introduced into config tests; affects only C++11 tests
...
[SVN r79509]
2012-07-14 18:04:36 +00:00
Marshall Clow
4f11d6f2af
fix bad namespace that I introduced into config tests; affects only C++11 tests
...
[SVN r79508]
2012-07-14 18:02:03 +00:00
John Maddock
ecdb77c48a
Don't test inequality of NaN's unless IEE compliance is claimed.
...
[SVN r79471]
2012-07-13 16:13:26 +00:00
Marshall Clow
c4b13231ba
Deprecated BOOST_NO_NUMERIC_LIMITS_LOWEST; use BOOST_NO_CXX11_NUMERIC_LIMITS instead
...
[SVN r79452]
2012-07-12 13:57:00 +00:00
Beman Dawes
043059d96b
Add BOOST_NO_CXX11_RANGE_BASED_FOR macro. Fix a bunch of .ipp files with incomplete _cxx11 name changes.
...
[SVN r79404]
2012-07-10 19:10:08 +00:00
Marshall Clow
20b319483f
Rename a bunch of C++11 configuration macros to include 'CXX11' in the name; preserve old macro names for compatibility, but mark them as deprecated. No functionality change intended
...
[SVN r79400]
2012-07-10 13:57:24 +00:00
Marshall Clow
e0d8861745
Revert changes inadvertently made in last commit
...
[SVN r78688]
2012-05-27 15:27:25 +00:00
Marshall Clow
9b4dd29693
Cleaned up things that the inspect tool found in Boost.Algorithm. No functionality change
...
[SVN r78687]
2012-05-27 15:24:09 +00:00
John Maddock
ca0b295449
Fix up GCC-4.7.0 config options.
...
Change boost_no_cxx11_allocator.ipp to only test for allocator related features.
[SVN r78194]
2012-04-25 17:18:23 +00:00
John Maddock
95068b4510
Add four new config macros:
...
BOOST_NO_CXX11_ALLOCATOR
BOOST_NO_CXX11_ATOMIC_SMART_PTR
BOOST_NO_CXX11_HDR_FUNCTIONAL
BOOST_NO_CXX11_SMART_PTR
[SVN r78132]
2012-04-22 10:57:10 +00:00
Lorenzo Caminiti
85751c6911
Added BOOST_NO_LOCAL_CLASS_TEMPLATE_PARAMETERS macro to Boost.Config, updated tests and docs.
...
(Plus I had to run dos2unix on auto generated config_info.cpp because of "inconsistent line ending" SVN error...)
[SVN r77457]
2012-03-21 17:32:36 +00:00
John Maddock
c402b154c9
Add missing include.
...
Fixes #6658 .
[SVN r77255]
2012-03-07 09:22:45 +00:00
Marshall Clow
12fcc9cde1
Fix typo in namespace; thanks to Michel Morin for the catch
...
[SVN r77254]
2012-03-07 04:52:57 +00:00
Marshall Clow
900126573f
Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended
...
[SVN r77195]
2012-03-04 03:10:54 +00:00
Marshall Clow
66d9f7dc00
Deprecate all the 'BOOST_NO_OX_*' macros in favor of 'BOOST_NO_CXX11_*' versions. Update tests. Old macros remain for compatibility (for the nonce)
...
[SVN r77194]
2012-03-04 03:00:49 +00:00
Marshall Clow
139bd2213b
Deprecate BOOST_NO_INITIALIZER_LISTS; use BOOST_NO_0X_HDR_INITIALIZER_LIST instead
...
[SVN r77157]
2012-03-03 00:34:17 +00:00
Beman Dawes
8828d82d4d
char16_t and char32_t tests: removed dependencies on Unicode literals, add test for implementations that are typedefs and so not really conforming. Unicode literal test: now check for all three forms of Unicode literals - u8, u, and U.
...
[SVN r75694]
2011-11-27 16:19:55 +00:00
Beman Dawes
b899a529a5
Clear compiler warnings
...
[SVN r75185]
2011-10-31 11:21:10 +00:00
John Maddock
5ae1de8cec
Apply BOOST_FORCE_INLINE patch.
...
Regenerate docs.
[SVN r74917]
2011-10-11 17:24:22 +00:00
John Maddock
ffece3e93c
Add Cray compiler options.
...
[SVN r73331]
2011-07-24 16:09:20 +00:00
John Maddock
2b7da15387
Document BOOST_HAS_GETSYSTEMTIMEASFILETIME, add test case, and change test for BOOST_HAS_FTIME.
...
Refs #2881 .
[SVN r73058]
2011-07-13 18:03:52 +00:00
Eric Niebler
1c37e1a994
add BOOST_NO_DECLTYPE_N3276 config macro
...
[SVN r72327]
2011-06-01 14:51:03 +00:00
John Maddock
07e1c7cda5
Add needed missing files.
...
[SVN r72043]
2011-05-19 09:32:31 +00:00
John Maddock
37b4152dc5
Add new config macro: BOOST_NO_UNIFIED_INITIALIZATION_SYNTAX.
...
Fixes #4867 .
[SVN r71840]
2011-05-09 11:36:39 +00:00
John Maddock
c5a77c1521
Apply BOOST_NO_NOEXCEPT patch from Takaya Saito.
...
[SVN r71737]
2011-05-05 11:55:46 +00:00
John Maddock
56d410f014
Make Boost.Config C language compatible.
...
[SVN r70953]
2011-04-03 17:55:30 +00:00
John Maddock
2dfa0e4dd2
Update gcc-4.6.0 config and tests to match.
...
[SVN r70754]
2011-03-30 18:24:18 +00:00
John Maddock
7448397653
Change test to include fenv.h directly, otherwise Boost.Config test depends upon Boost.Config which is not a good idea.
...
[SVN r70568]
2011-03-26 11:56:55 +00:00
John Maddock
101aaca178
Don't take the address of extern "C" functions: some compilers (PGI for example) don't allow mixing pointers to extern "C" and pointers to extern "C++". Actually call the functions instead and make sure they all work as advertised.
...
[SVN r70202]
2011-03-19 17:57:16 +00:00
John Maddock
050da29d47
Don't enable GCC C++0x features in non-C++0x mode.
...
Update tests to actually fail unless we're in C++0x mode.
Fixes #5320 .
Fixes #5319 .
[SVN r70019]
2011-03-16 18:45:07 +00:00
John Maddock
03877f5805
Remove std::concept test macros since these are no longer part of the std.
...
Update GCC C++0x support.
Improve the tests for C++0x support.
Regenerate the docs.
Update generation program to Boost.Filesystem v3.
[SVN r70001]
2011-03-15 13:17:46 +00:00
John Maddock
0fcc6c06df
Change to test C++0x features only.
...
[SVN r69721]
2011-03-08 18:14:41 +00:00
Christopher Jefferson
cdfbdb2a72
libc++ declares a templated abs, which conflicts with the redefinition in math_info.cpp
...
[SVN r68927]
2011-02-15 20:41:56 +00:00
Steven Watanabe
ed7120adb8
Restore [66804], [66833], and [66834]. (fenv fixes.) I mistakenly reverted them in [68201] because [66804] was mislabeled.
...
[SVN r68554]
2011-01-30 06:24:30 +00:00
Steven Watanabe
a1865a712d
Revert addition of BOOST_NIX, etc and everything tied to it. ([66696], [66783], [66804], [66833], and [66834])
...
[SVN r68201]
2011-01-17 04:51:54 +00:00
Steven Watanabe
b12a7589b9
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
...
[SVN r68168]
2011-01-15 08:11:51 +00:00
Bryce Adelstein-Lelbach
580f4e72f7
Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost.
...
On Linux, GNU's libstdc++, which is the default stdlib for icc and clang,
cannot parse the <iomanip> header in version 4.5+ (which thankfully neither
compiler advises the use of yet), as it's original C++98-friendly
implementation has been replaced with a gnu++0x implementation.
<boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing
boost::detail::setfill, boost::detail::setbase, boost::detail::setw,
boost::detail::setprecision, boost::detail::setiosflags and
boost::detail::resetiosflags.
[SVN r68140]
2011-01-14 02:35:58 +00:00
Bryce Adelstein-Lelbach
4f7a0d3814
Added *nix identification macros to Boost.Config; BOOST_NIX, BOOST_GENETIC_NIX,
...
BOOST_TRADEMARK_NIX and BOOST_FUNCTIONAL_NIX.
[SVN r66804]
2010-11-27 21:43:52 +00:00
John Maddock
fe294afd78
Apply Vincente Botet's patches for BOOST_CONSTEXPR.
...
[SVN r66746]
2010-11-25 10:39:02 +00:00
John Maddock
4f9f6b89e7
Add some more macros to diagnostic list
...
[SVN r66492]
2010-11-11 16:35:00 +00:00
John Maddock
543cbd8760
Add missing files.
...
[SVN r65621]
2010-09-27 08:42:15 +00:00
John Maddock
0e321900b2
Add Vincete Botet's patches for new BOOST_NO_NUMERIC_LIMITS_LOWEST macro.
...
Disabled BOOST_HAS_NL_TYPES macro for cygwin - it lies about being XSI conforming :-(
[SVN r65594]
2010-09-26 09:30:38 +00:00
John Maddock
dca79a5e17
Update test case to make it a touch more strict.
...
[SVN r65517]
2010-09-21 17:09:57 +00:00
John Maddock
1a1ed6f02a
Apply patches for BOOST_NO_VARIADIC_MACROS supplied by Edward Diener.
...
[SVN r64858]
2010-08-17 10:19:29 +00:00
Niels Dekker
906168561a
Removed temporary option to skip ptr-to-member initializations, BOOST_DETAIL_NO_COMPLETE_VALUE_INITIALIZATION_SKIP_PTR_TO_MEMBER.
...
[SVN r63583]
2010-07-04 10:19:10 +00:00
John Maddock
160db0eaa6
Add missing files from last commit.
...
[SVN r62427]
2010-06-04 15:51:51 +00:00
John Maddock
4d398922b4
Add new config macro for <typeindex>. Update config accordingly.
...
Fixes #4274 .
[SVN r62425]
2010-06-04 12:37:44 +00:00
John Maddock
1f0f1c2dcf
Update link_test to check that separate file template instantiation and export works as expected.
...
[SVN r62332]
2010-05-30 17:31:09 +00:00
Niels Dekker
40a0eeeef0
Removed temporary code, skipping value-initialization of pointer-to-member objects for Intel <= 11.1.
...
[SVN r62161]
2010-05-22 22:48:13 +00:00
Niels Dekker
56da3bb7ea
Temporarily skipped value-initialization of all ptr-to-member objects for Intel <= 11.1, as another try to avoid the internal error, Intel support issue 589832.
...
[SVN r62126]
2010-05-21 18:03:58 +00:00
Niels Dekker
ff36d0b7c5
Temporarily skipped value-initialization of m_ptr_to_member, as well as m_ptr_to_member_array for Intel <= 11.1, still trying to avoid the internal error, Intel support issue 589832.
...
[SVN r62114]
2010-05-20 15:56:59 +00:00
John Maddock
a134372b3e
Enhance test case for <tuple>.
...
Update VC10's configuration with more C++0x features enabled.
[SVN r62085]
2010-05-18 16:27:11 +00:00
Niels Dekker
623579d64c
Oops, fixed #define BOOST_DETAIL_NO_COMPLETE_VALUE_INITIALIZATION_SKIP_PTR_TO_MEMBER_ARRAY (error detected by Sandia-intel-11.0-64)
...
[SVN r62077]
2010-05-18 07:32:01 +00:00
Niels Dekker
85b12318f5
Temporarily skipped value-initialization of m_ptr_to_member_array for Intel <= 11.1, to avoid an internal error reported by John Maddock, Intel support issue 589832.
...
[SVN r62067]
2010-05-17 15:36:04 +00:00
Niels Dekker
1311f5d3bf
Added value-initialization checks for pointer-to-member.
...
[SVN r61942]
2010-05-13 12:11:58 +00:00
Niels Dekker
dcd49febca
Removed printing of "__IBMCPP__". It printed 1110, so I'm pretty sure the IBM regression machine currently runs XL V11.1.
...
[SVN r61932]
2010-05-12 18:23:07 +00:00
John Maddock
e2f6dc9127
Tentative fix for BOOST_NO_EXTERN_TEMPLATE: previous test case was invalid.
...
[SVN r61930]
2010-05-12 12:34:45 +00:00
Niels Dekker
f41b288087
Temporarily printed __IBMCPP__. Maybe I typed in the wrong version number at [61848], because there are still value initialization failures at http://www.boost.org/development/tests/trunk/developer/output/IBM_Canada_Ltd-boost-bin-v2-libs-config-test-config_test-test-vacpp-debug.html
...
[SVN r61873]
2010-05-09 08:11:36 +00:00
Niels Dekker
80569d1e82
Added value-initialization tests for user_defined_copy_constructor_holder_and_int, a type similar to struct B at https://connect.microsoft.com/VisualStudio/feedback/details/499606
...
[SVN r61853]
2010-05-08 14:17:54 +00:00
Niels Dekker
9b529bbc11
Renamed some identifiers in value-initialization test, the word "subobject" appears more appropriate than "member".
...
[SVN r61847]
2010-05-07 19:48:38 +00:00
John Maddock
94713abf79
Fixes #4178 .
...
[SVN r61792]
2010-05-05 18:01:42 +00:00
John Maddock
ff22ac28c7
Fix inspection script issues.
...
[SVN r61790]
2010-05-05 17:43:05 +00:00
Niels Dekker
b54ad840b1
Added more documentation to boost_no_complete_value_initialization test.
...
[SVN r61625]
2010-04-27 19:09:04 +00:00
Niels Dekker
1f380a1a88
Hopefully fixed config_test/darwin-4.0.1 error, "heap_object_wrapper(const &) is private" (second try). Also hopefully fixed warnings from IBM XL V10.1, saying "The temporary is not constructed, but the copy constructor must be accessible". Added more bool tests.
...
[SVN r61608]
2010-04-27 09:20:42 +00:00
Niels Dekker
ae573fa3cc
Hopefully fixed config_test/darwin-4.0.1 error, "heap_object_wrapper(const &) is private". Added bool to pod_struct.
...
[SVN r61572]
2010-04-26 10:24:28 +00:00
Niels Dekker
fed1f22c6d
Added value-initialization tests for heap objects, added private_int_holder class, did some cosmetics, added link to https://connect.microsoft.com/VisualStudio/feedback/details/484295
...
[SVN r61552]
2010-04-25 09:38:48 +00:00
Jeremiah Willcock
99e762c031
Fixed tab issue
...
[SVN r61469]
2010-04-21 17:34:54 +00:00
Niels Dekker
890f65d372
Fixed GCC warning in value_initializer(): "m_3d_char_array will be initialized after m_unsigned_char".
...
[SVN r61455]
2010-04-21 10:24:54 +00:00
John Maddock
4464cf9f47
Update some of the C++0x tests so they don't catch "fake" implementations.
...
Update config for VC10 accordingly.
Normalise use of BOOST_HAS_RVALUE_REFS - fixes #4112 .
[SVN r61453]
2010-04-21 08:49:21 +00:00
Niels Dekker
0c1feee19f
Extended value-initialization test by adding function pointers, member function pointers, bit-fiends and long double. Thanks to the HCC C gebruikersgroep!
...
[SVN r61436]
2010-04-20 18:31:35 +00:00
John Maddock
e2e2e4a6fb
Tweak VC10 configuration settings.
...
Update BOOST_NO_DECLTYPE test with VC10 bug case.
[SVN r61432]
2010-04-20 17:26:06 +00:00
Niels Dekker
18af1c798d
Avoided IBM/XL warning about omitted keyword "private" for base class "int_struct". Added note about IBM/XL V10.1 regression failure.
...
[SVN r61332]
2010-04-17 08:38:01 +00:00
Niels Dekker
70f95b9245
Added value-initialization tests for 2D and 3D arrays. Mentioned newly submitted Borland/CodeGear bug report, http://qc.embarcadero.com/wc/qcmain.aspx?d=83851
...
[SVN r61301]
2010-04-15 17:12:14 +00:00
Niels Dekker
4dc213e6e2
Added value-initialization test for temporary objects.
...
[SVN r61272]
2010-04-14 09:35:51 +00:00