1
0
forked from boostorg/core

Commit Graph

  • 6ecc56c289 Revert "Use new BOOST_NO_CXX11_SFINAE_EXPR feature macro" Andrey Semashev 2017-02-17 16:15:40 +03:00
  • 306b792a5e Merge branch 'develop' Andrey Semashev 2017-02-17 13:32:00 +03:00
  • d753d9a221 Merge branch 'breese-feature/test-all' into develop Peter Dimov 2017-02-13 18:14:24 +02:00
  • 1bdb657b71 Renamed test suite for BOOST_TEST_ALL_EQ Bjorn Reese 2017-02-13 15:58:15 +01:00
  • 54e262ee13 Minor fixes Bjorn Reese 2017-02-13 15:55:42 +01:00
  • c8b7acc8aa Changed lightweight_test_fail11 from run-fail to run Bjorn Reese 2017-02-12 15:11:30 +01:00
  • baed4103a0 Optimized calculation of container sizes Bjorn Reese 2017-02-12 15:08:25 +01:00
  • d828e40f6d Output at most 8 differing container values Bjorn Reese 2017-02-12 15:06:31 +01:00
  • db8efb4ce9 Changed ForwardIterator to InputIterator for test_all_eq_impl Bjorn Reese 2017-02-12 13:19:39 +01:00
  • fb09632580 Use test_output_impl in test_all_eq_impl Bjorn Reese 2017-02-12 12:26:58 +01:00
  • c96ad4ccba Added container sizes to error output of test_all_eq_impl Bjorn Reese 2017-02-11 18:39:06 +01:00
  • 265583bc78 Fixed error output of test_all_eq_impl Bjorn Reese 2017-02-11 18:26:57 +01:00
  • 6a5f540f08 Removed std::ostringstream Bjorn Reese 2017-02-11 16:37:12 +01:00
  • 3bc56800cd Added BOOST_TEST_ALL_EQ macro to compare container contents Bjorn Reese 2017-02-11 15:03:45 +01:00
  • 9dd5285dbb Handle char*, volatile* properly in BOOST_TEST_EQ/NE Peter Dimov 2017-02-09 23:14:07 +02:00
  • ef9bb78f19 Merge branch 'bug_fix_support_for_c_string' of https://github.com/HDembinski/core into develop Peter Dimov 2017-02-09 19:16:52 +02:00
  • b59a3df4c4 reverting changes to jamfile hans.dembinski@gmail.com 2017-02-09 13:52:33 +00:00
  • fe137b97c3 adding documentation for new test macros hans.dembinski@gmail.com 2017-02-09 12:48:06 +00:00
  • 7038296c15 build fix hans.dembinski@gmail.com 2017-02-09 12:47:47 +00:00
  • 4570cced27 more compared code following suggestion from Glen Fernandes and testing expected failures hans.dembinski@gmail.com 2017-02-07 15:05:08 +00:00
  • a44090aebe Only install necessary packages in .travis.yml to speed it up Peter Dimov 2017-02-07 01:52:59 +02:00
  • cc5472623f compare pointers as addresses and use BOOST_TEST_CSTR_xx to compare cstrings hans.dembinski@gmail.com 2017-02-06 20:08:43 +00:00
  • 518549f7ff Merge pull request #25 from glenfe/develop Glen Fernandes 2017-02-06 10:47:41 -05:00
  • 98ee47effd Use new BOOST_NO_CXX11_SFINAE_EXPR feature macro Glen Fernandes 2017-02-06 08:14:36 -05:00
  • 3942e9c097 following pdimovs suggestion to avoid folding hans.dembinski@gmail.com 2017-02-05 20:01:47 +00:00
  • 7774d33e45 really make sure addresses are different hans.dembinski@gmail.com 2017-02-05 19:24:15 +00:00
  • cdee8e76c5 fix for trac issue #12814, including a new test for the issue hans.dembinski@gmail.com 2017-02-05 19:06:21 +00:00
  • e647763fb0 Exclude g++4.7 from constexpr implementation Glen Fernandes 2017-02-02 21:44:14 -05:00
  • 9587d6b845 Support g++4.7 with SFINAE workaround Glen Fernandes 2017-02-02 13:42:42 -05:00
  • b0a58a16e2 Add g++4.7-c++11, g++4.8-c++11, g++5-c++14 to .travis.yml Peter Dimov 2017-02-02 20:01:02 +02:00
  • 55b2786770 Add ref_cv_test Peter Dimov 2017-02-02 18:40:06 +02:00
  • 76110e56a0 Merge pull request #23 from glenfe/develop Glen Fernandes 2017-02-01 11:03:54 -05:00
  • 4016f8e7cc Define CORE_NO_CONSTEXPR_ADDRESSOF if NO_CXX11_CONSTEXPR is defined Glen Fernandes 2017-02-01 11:02:01 -05:00
  • 686dbcb8eb No BOOST_WORKAROUND for MSVC as >1900 has builtin Glen Fernandes 2017-02-01 08:34:03 -05:00
  • 3d98e6aed4 Use __builtin_addressof when available Glen Fernandes 2017-01-31 19:29:53 -05:00
  • 39515e5a78 Remove tools/inspect from .yml files Peter Dimov 2017-01-31 16:27:24 +02:00
  • 2af0107c1f Merge branch 'develop' Peter Dimov 2017-01-31 16:24:12 +02:00
  • 26f290d09f Merge pull request #22 from glenfe/develop Glen Fernandes 2017-01-31 08:47:51 -05:00
  • 09dcc68ecd Implement constexpr addressof Glen Fernandes 2017-01-30 17:34:49 -05:00
  • fa88cc32cf The build-in clang++ fails in c++11 mode with g++-6 installed for some reason Peter Dimov 2017-01-30 17:51:39 +02:00
  • f7183714c1 Expand platform coverage in .travis.yml Peter Dimov 2017-01-30 16:03:38 +02:00
  • b0239ba7be Simplified demangle() a little to make better use of RVO. Andrey Semashev 2017-01-11 22:25:31 +03:00
  • 1abd68102d Simplified demangle() a little to make better use of RVO. Andrey Semashev 2017-01-11 22:25:31 +03:00
  • a1ba85e5f6 Silenced warnings about unused variables. boost-1.63.0 Andrey Semashev 2016-11-07 17:50:58 +03:00
  • 399ef5207e Disabled warnings about signed/unsigned mismatch when using BOOST_TEST_EQ/BOOST_TEST_NE. Andrey Semashev 2016-11-06 20:57:05 +03:00
  • 01d5850952 Use auto_ptr only when it is provided by the standard library. Improves compatibility with C++17. Andrey Semashev 2016-11-06 20:00:47 +03:00
  • c0f277a7d8 Silenced warnings about unused variables. Andrey Semashev 2016-11-07 17:50:58 +03:00
  • 5507006fc2 Disabled warnings about signed/unsigned mismatch when using BOOST_TEST_EQ/BOOST_TEST_NE. Andrey Semashev 2016-11-06 20:57:05 +03:00
  • b7f49c9c78 Use auto_ptr only when it is provided by the standard library. Improves compatibility with C++17. Andrey Semashev 2016-11-06 20:00:47 +03:00
  • ee8c2d3e46 Add, and update, documentation build targets. Rene Rivera 2016-10-07 23:07:33 -05:00
  • 9953994761 Add, and update, documentation build targets. Rene Rivera 2016-10-07 23:07:33 -05:00
  • 0a50557410 Merge branch 'develop' Peter Dimov 2016-09-30 16:08:59 +03:00
  • 8156259043 Copy repo instead of doing a checkout, for pull requests. Peter Dimov 2016-09-10 13:50:36 +03:00
  • 5263c5d47f Enable Travis notifications on success. Peter Dimov 2016-09-10 01:50:43 +03:00
  • 29810a490a Change Appveyor to use msvc-14.0 because 12.0 doesn't work. Peter Dimov 2016-09-10 01:49:51 +03:00
  • aa17d6a5e2 Merge branch 'develop' of https://github.com/eldiener/core into develop Peter Dimov 2016-09-10 01:06:07 +03:00
  • 9df5059786 Restored dependency on tools/inspect in master. boost-1.62.0 Andrey Semashev 2016-07-12 14:09:58 +03:00
  • df2f358766 Merge branch 'develop' Andrey Semashev 2016-07-12 13:56:43 +03:00
  • 2128428ca1 Made the workaround for Oracle compiler more strict. Andrey Semashev 2016-07-12 13:52:05 +03:00
  • b0b16d6ddb Attempt to re-enable Boost.Core.Swap tests. Andrey Semashev 2016-07-11 17:08:28 +03:00
  • 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). Andrey Semashev 2016-07-11 16:34:02 +03:00
  • 9823a4135b Do not fetch tools/inspect in .yml files Peter Dimov 2016-05-21 23:37:42 +03:00
  • 05f6c1d642 Merge branch 'develop' Peter Dimov 2016-05-21 22:44:55 +03:00
  • 0ad01c60a0 Add .travis.yml Peter Dimov 2016-05-21 22:09:15 +03:00
  • a7607030a9 Merge branch 'develop' Peter Dimov 2016-05-21 20:55:42 +03:00
  • 94d3d3540f Remove test dependency on mpl/not.hpp. Peter Dimov 2016-05-21 20:07:35 +03:00
  • 45a63809bf Update README.md Peter Dimov 2016-05-21 19:37:50 +03:00
  • f55d2a5cf9 Add appveyor.yml. Peter Dimov 2016-05-21 19:29:04 +03:00
  • fd022e2d86 Added documentation and tests for BOOST_TEST_NOT. Edward Diener 2016-05-20 05:22:20 -04:00
  • f1c51cb19c Added BOOST_TEST_NOT to lightweight test. Edward Diener 2016-05-19 09:56:23 -04:00
  • f81653660b Added a boostdoc target to unify Boost release docs building. boost-1.61.0 Andrey Semashev 2016-01-06 21:06:49 +03:00
  • 6345b93198 -Added constexpr and noexcept specifiers to make the emulation technically closer to the actual enums. Andrey Semashev 2016-01-01 19:02:48 +03:00
  • 181965f303 Added support for __has_include on gcc, in addition to clang. Andrey Semashev 2015-12-31 19:45:37 +03:00
  • 3add966877 Added support for gabi++ ABI implementation used in Android NDK. boost-1.60.0 Andrey Semashev 2015-08-28 22:31:26 +03:00
  • 3eecdd27fe Added a few notes to the README.md file. Andrey Semashev 2015-08-28 22:03:30 +03:00
  • c29b43c80c Merge pull request #18 from jfalcou/fix_enable_if_has_type_test Andrey Semashev 2015-08-18 10:27:28 +03:00
  • 482a6f9419 Fix test for enable_if_has_type Joel Falcou 2015-08-18 08:59:05 +02:00
  • 2e79e3b63d Update README.md to point to boost.org Glen Fernandes 2015-08-15 07:48:28 -04:00
  • a30186cfa4 Merge pull request #16 from jfalcou/enable_if_has_type Andrey Semashev 2015-08-15 14:03:19 +03:00
  • 87d43ddffc Rename to enable_if_has_type in concordance with MPL existing traits Joel Falcou 2015-08-13 17:42:34 +02:00
  • ad513c1641 Introduces enable_if_type Joel Falcou 2015-07-24 20:13:32 +02:00
  • 4268048ab8 Merge branch 'develop' boost-1.59.0 Andrey Semashev 2015-07-20 12:32:52 +03:00
  • 5d9aeb3161 Slightly more robust check for BOOST_GCC. Andrey Semashev 2015-07-17 21:50:44 +03:00
  • 5e8b9152be Added a check for C++11 mode to disable auto_ptr deprecation warnings. Andrey Semashev 2015-07-17 21:41:44 +03:00
  • c641e8e544 Disabled libstdc++ warnings about auto_ptr deprecation. Andrey Semashev 2015-07-17 21:37:01 +03:00
  • 89630fc2bf Merge branch 'develop' Peter Dimov 2015-06-05 15:44:48 +03:00
  • d9b28783e8 Merge pull request #11 from awulkiew/feature/auto_ptr Peter Dimov 2015-06-05 15:31:27 +03:00
  • de616f6d1b Disable auto_ptr support in get_pointer when BOOST_NO_AUTO_PTR is defined. Adam Wulkiewicz 2015-06-05 14:09:08 +02:00
  • 6bf1e7a681 Merge pull request #10 from awulkiew/feature/ignore_unused Andrey Semashev 2015-04-13 12:20:04 +03:00
  • 7aec0e45bd [core] Add/improve ignore_unused() function specifiers. Adam Wulkiewicz 2015-04-12 15:08:55 +02:00
  • d0ec03e28b Merge branch 'develop' boost-1.58.0 Peter Dimov 2015-03-11 00:28:20 +02:00
  • dd17b055c6 Add missing #include <typeinfo> per Trac ticket 11094. Peter Dimov 2015-03-11 00:27:15 +02:00
  • dfa36aeb4c Merge branch 'develop' Peter Dimov 2015-03-09 00:32:47 +02:00
  • 67970b9d94 Use BOOST_WORKAROUND. Peter Dimov 2015-03-09 00:32:02 +02:00
  • d621fc8e25 Merge pull request #9 from akumta/patch-1 Peter Dimov 2015-03-08 23:37:18 +02:00
  • 85a9400ceb Update addressof.hpp akumta 2015-03-03 11:37:28 -08:00
  • f6dcd3f891 Merge branch 'develop' Peter Dimov 2015-01-19 18:41:50 +02:00
  • 37687b800e Fix ambiguous 'detail' errors under msvc-8.0. Peter Dimov 2015-01-18 19:50:40 +02:00
  • 148c4840f3 Merge branch 'develop' Peter Dimov 2015-01-15 22:01:06 +02:00
  • 7c79a7ca62 Fixed a typo in the comment. boost-1.57.0 Andrey Semashev 2014-08-22 22:49:35 +04:00