2
0
mirror of https://github.com/boostorg/core.git synced 2026-01-24 05:42:17 +00:00

Commit Graph

  • 5ca752323f Return a bool result from the BOOST_TEST_* macros, f.ex. to allow chaining with && Peter Dimov 2020-02-16 20:52:12 +02:00
  • 13e9d3d4d9 Fix typo in test/Jamfile Peter Dimov 2020-02-16 20:17:52 +02:00
  • f3cd812ccb Disable 'should return report_errors()' test on CMake, because CTest doesn't like abort() feature/add-cmake-tests Peter Dimov 2020-01-02 21:05:07 +02:00
  • 8f2841de83 Restrict clang-3.5 to 03/11 to avoid ::gets error Peter Dimov 2020-01-02 21:04:06 +02:00
  • bf5778403e Update tools/cmake Peter Dimov 2020-01-02 20:30:03 +02:00
  • fc285464aa Update Travis to Xenial Peter Dimov 2020-01-02 20:23:07 +02:00
  • 750625272f Add CMake tests Peter Dimov 2020-01-02 20:00:11 +02:00
  • fa140d66d4 Add crtdbg_test.cpp to see what happens on Appveyor feature/crtdbg-test Peter Dimov 2020-01-01 17:19:00 +02:00
  • bda2b9b4b1 Disable _CrtDbgReport message boxes, displayed on debug iterator violations feature/crt-report-mode Peter Dimov 2020-01-01 17:17:43 +02:00
  • ac4c781cac Include lightweight_test from core and workaround from config Glen Fernandes 2020-01-01 08:57:25 -05:00
  • 72ca0d8664 Add CMake install support Peter Dimov 2019-12-28 18:47:11 +02:00
  • 0041cd9d9b Split BOOST_TEST_TRAIT_SAME into its own header, rename to BOOST_TEST_SAME feature/lightweight_test_same Peter Dimov 2019-12-24 06:20:42 +02:00
  • 253b07f630 Add empty_init constant to documentation Glen Fernandes 2019-12-15 12:46:55 -05:00
  • e59271fdc2 Check BOOST_MSVC in addition to __cplusplus, because msvc doesn't define __cplusplus correctly feature/swap-from-utility Peter Dimov 2019-12-02 02:15:55 +02:00
  • bc82adcd0b Remove implementation specific handling Nikita Kniazev 2019-12-02 01:11:04 +03:00
  • 868cb07578 Try to include std::swap from the most lightweight header Nikita Kniazev 2019-12-01 17:26:58 +03:00
  • 38f71361fb Add a convenience instance of empty_init_t (#65) Andrey Semashev 2019-11-24 05:00:59 +03:00
  • 6d62fb5f5e Remove clang-win 32 bit, because it fails to link with 'unable to load mspdbcore.dll (error code: 126)' feature/appveyor-clang-win- Peter Dimov 2019-11-23 21:52:53 +02:00
  • 0d71f42365 Separate Appveyor Clang configurations Peter Dimov 2019-11-23 21:11:26 +02:00
  • 080e8581d5 Add deprecation warnings for headers in detail dir Nikita Kniazev 2019-11-23 16:51:56 +03:00
  • 5965e84245 Remove C++03 from Travis feature/use-std-ref Peter Dimov 2019-11-06 01:32:40 +02:00
  • a21f594af6 Use std::reference_wrapper Peter Dimov 2019-11-05 18:48:15 +02:00
  • 259587da7f Add clang-9 to Travis boost-1.72.0.beta1 boost-1.72.0 feature/clang-9 Peter Dimov 2019-10-11 21:34:55 +03:00
  • 882a792856 Add 2019 to Appveyor feature/appveyor-2019 Peter Dimov 2019-10-11 18:50:35 +03:00
  • 130c8f2439 Disable Wsign-compare on gcc 4.4.7 feature/lwt-sign-compare Peter Dimov 2019-10-11 17:19:01 +03:00
  • e38997be4d Reorder conditions to support clang-cl Peter Dimov 2019-10-11 16:43:48 +03:00
  • d112d23e9d Test that BOOST_TEST_EQ doesn't emit sign-compare warnings Peter Dimov 2019-10-11 16:02:45 +03:00
  • e94af0d41a Also define make_nvp in boost::serialization Glen Fernandes 2019-10-01 08:03:08 -04:00
  • ac427ad64a Define nvp inside boost::serialization and bring it into boost Glen Fernandes 2019-10-01 07:28:25 -04:00
  • f2644886f5 Update section title in documentation Glen Fernandes 2019-10-01 07:28:06 -04:00
  • 0591b1d855 Add BOOST_NVP convenience macro Glen Fernandes 2019-09-16 02:01:05 -04:00
  • 7cc1047ab7 Update NVP implementation, tests, docs Glen Fernandes 2019-09-15 21:12:09 -04:00
  • f52dec58c2 Add a definition for nvp_bool Glen Fernandes 2019-09-10 08:04:40 -04:00
  • 26497003f2 Remove save and load helpers and update documentation for NVP Glen Fernandes 2019-09-04 20:04:27 -04:00
  • 5fb5a3e292 Update nvp tests and documentation Glen Fernandes 2019-09-04 12:28:00 -04:00
  • 7b8385afc3 Implement NVP in Core for Serialization and other libraries Glen Fernandes 2019-09-04 00:56:52 -04:00
  • 106a7c0939 Mark throw_exception BOOST_NORETURN Glen Fernandes 2019-08-27 07:28:28 -04:00
  • f2ee17fa24 Update .travis.yml Peter Dimov 2019-07-25 12:27:19 +03:00
  • 78c87b848c Added API in lightweight_test to obtain the number of test failures. lwt_obtain_error_count Andrey Semashev 2019-06-26 21:14:55 +03:00
  • eba08e936a Only return an 8 bit result from report_errors boost-1.71.0.beta1 boost-1.71.0 feature/exit-code-256 Peter Dimov 2019-06-26 19:53:58 +03:00
  • 6871034931 Revert "report_errors with expected failures (#51)" revert_pr51 Andrey Semashev 2019-06-26 19:31:54 +03:00
  • 7e1d028958 Updated comment about QNX workaround in uncaught_exceptions.hpp. Andrey Semashev 2019-06-18 12:48:18 +03:00
  • 420dff80b5 Added a workaround for QNX in uncaught_exceptions.hpp. Andrey Semashev 2019-06-13 15:28:12 +03:00
  • 4f141646b5 Add overloads for non-const lvalue reference Glen Fernandes 2019-05-19 23:48:11 -04:00
  • 29f281fe7a Add alloc_construct overload for non-const lvalue reference Glen Fernandes 2019-05-19 21:14:23 -04:00
  • c96dfcec4a Update test and documentation Glen Fernandes 2019-05-13 22:11:20 -04:00
  • ca832d9384 Implement first_scalar Glen Fernandes 2019-05-13 13:55:54 -04:00
  • 6b65cde816 Add alloc_construct_n overload for input iterators Glen Fernandes 2019-05-11 12:37:48 -04:00
  • b0df75ad1c Rename identifiers in alloc_construct documentation Glen Fernandes 2019-05-10 08:35:35 -04:00
  • 5ffce48fa1 Correct example in documentation Glen Fernandes 2019-05-06 21:45:55 -04:00
  • cb154c3ac2 Minor documentation fixes Glen Fernandes 2019-05-04 01:41:00 -04:00
  • 14fb9e4433 More documentation updates Glen Fernandes 2019-05-03 21:20:34 -04:00
  • a90dc39e06 Minor documentation update for noinit_adaptor Glen Fernandes 2019-05-03 19:53:56 -04:00
  • 8f5f7f9c42 Minor documentation update for alloc_construct Glen Fernandes 2019-05-03 18:59:04 -04:00
  • 612069c7e4 Move construct and destroy from Smart_Ptr to Core Glen Fernandes 2019-05-02 09:43:31 -04:00
  • f3a382c017 Update order of includes in noinit_adaptor_test.cpp Glen Fernandes 2019-05-02 10:20:58 -04:00
  • ce05d650dc Update documentation and conditionally include headers in noinit_adaptor.hpp Glen Fernandes 2019-05-02 07:43:55 -04:00
  • 836ae6917d Update vector value type in unit test Glen Fernandes 2019-04-29 02:29:00 -04:00
  • a0e1100421 Add noinit_adapt() free function utility Glen Fernandes 2019-04-29 00:23:59 -04:00
  • 50491408b1 Implement noinit_allocator_adaptor Glen Fernandes 2019-04-27 19:14:10 -04:00
  • 62fff4d829 Update documentation for default_allocator Glen Fernandes 2019-04-27 19:11:45 -04:00
  • 151f2cf645 Support C++03 implementations that require reference and const_pointer Glen Fernandes 2019-04-27 02:31:09 -04:00
  • 5a549b8b22 Update max_size() implementation and tests Glen Fernandes 2019-04-25 13:05:06 -04:00
  • e859d01186 Correct max_size() when PTRDIFF_MAX is less than SIZE_MAX Glen Fernandes 2019-04-25 12:11:34 -04:00
  • 08382d184d Suppress warnings in Quickbook variablelists Glen Fernandes 2019-04-25 11:55:03 -04:00
  • 69f7b0c76b Update computation of max_size Glen Fernandes 2019-04-25 11:49:36 -04:00
  • b5c178ef0b Increase the size of test type Glen Fernandes 2019-04-25 08:13:48 -04:00
  • ba79489ea1 Remove null check in allocate Glen Fernandes 2019-04-25 02:32:31 -04:00
  • 2eaed5b9e9 Merge pull request #56 from boostorg/feature/default_allocator Glen Fernandes 2019-04-25 16:25:51 +10:00
  • 9c88e5cbb1 Implement default_allocator Glen Fernandes 2019-04-24 22:21:13 -04:00
  • 006c159dbb Fix typo Peter Dimov 2019-04-23 03:06:35 +03:00
  • c7f0fa8900 Document an emulation limitation of scoped enum (#28) Piotr Jawniak 2019-04-23 02:00:26 +02:00
  • fb417474ae Mark detail/sp_typeinfo.hpp as deprecated Peter Dimov 2019-04-22 17:28:31 +03:00
  • fc83a2e3af Fix expected failures when no rvalue references feature/lwt-print-cvref Peter Dimov 2019-04-20 13:09:18 +03:00
  • e023e28369 Merge branch 'develop' of https://github.com/glenfe/boost.core into feature/lwt-print-cvref Peter Dimov 2019-04-20 12:58:36 +03:00
  • b1e0735d8f Check number of failures in lightweight_test_all_with_eq, lightweight_test_all_with_fail Peter Dimov 2019-04-20 10:11:16 +03:00
  • a78c25e4ab Print type with cvref qualifiers Glen Fernandes 2019-04-20 03:04:06 -04:00
  • 02041f6c9f report_errors with expected failures (#51) Hans Dembinski 2019-04-20 08:55:50 +02:00
  • f14a464b29 Only disable C4127 on msvc-pre-14.0 feature/no-exceptions-support Peter Dimov 2019-04-19 23:41:26 +03:00
  • af7e01b8c4 Merge branch 'no_exceptions_support-conditional-expression-is-constant' of https://github.com/Kojoley/core into feature/no-exceptions-support Peter Dimov 2019-04-19 23:33:33 +03:00
  • 40424bf0b6 Merge branch 'develop' into feature/no-exceptions-support Peter Dimov 2019-04-19 23:28:02 +03:00
  • 8d4c039f34 Remove unnecessary include Peter Dimov 2019-04-19 23:27:37 +03:00
  • e6aa65a002 Add clang-win to Appveyor feature/appveyor-clang-win Peter Dimov 2019-04-19 20:14:03 +03:00
  • bb2e7e4c69 Add __clang__ to BOOST_NO_TYPEID comparison conditions Peter Dimov 2019-04-19 20:13:41 +03:00
  • 026e0aa732 Add libs/throw_exception to .yml files Peter Dimov 2019-04-19 20:05:34 +03:00
  • 0600b49827 Add no_exceptions_support_test Peter Dimov 2019-04-19 17:32:05 +03:00
  • d9b524d2e5 Envelop URL in quotes to avoid Boost.Build warning about unescaped special char. Andrey Semashev 2019-04-19 13:23:37 +03:00
  • 8702664188 Switch Appveyor to 2015 image Peter Dimov 2019-04-14 18:04:46 +03:00
  • 0c5cff67b6 Corrected a typo in the comment. Andrey Semashev 2019-04-13 19:19:40 +03:00
  • 8ac5b5b00e no_exceptions_support: Suppress conditional expression is constant warning Nikita Kniazev 2019-03-26 17:01:41 +03:00
  • 4ea704e80a Add use_default to Core boost-1.70.0.beta1 boost-1.70.0 Glen Fernandes 2019-02-22 16:51:33 -05:00
  • 266076f83b Update empty_value test cases Glen Fernandes 2019-02-19 01:50:10 -05:00
  • 8ea2ac50fe Document BOOST_TEST_TRAIT_SAME feature/test-trait-same Peter Dimov 2019-02-06 18:12:25 +02:00
  • 7f96d56eff Simplify implementation of BOOST_TEST_TRAIT_SAME Peter Dimov 2019-02-06 04:38:27 +02:00
  • dcbe62c6bf Add BOOST_TEST_TRAIT_SAME Peter Dimov 2019-02-06 02:02:40 +02:00
  • a8ef600c30 Remove duplicate Travis job Peter Dimov 2019-01-28 23:16:52 +02:00
  • d8895bab46 Mark checked_delete as noexcept Peter Dimov 2019-01-28 19:15:24 +02:00
  • a8c870e2e7 Merge branch 'develop' Andrey Semashev 2019-01-15 13:34:33 +03:00
  • 9db11ce554 Add more xcode configurations to Travis feature/more-travis-xcode Peter Dimov 2019-01-13 04:26:10 +02:00
  • 3f3bba7869 Add test/cmake_subdir_test Peter Dimov 2019-01-06 04:43:47 +02:00