1
0
forked from boostorg/core

Commit Graph

  • 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
  • 61b4e1a45d Use multiple jobs to checkout submodules in CI. Andrey Semashev 2018-12-18 22:19:50 +03:00
  • b1949c0509 Added tools/boost_install and libs/headers manual init to CI jobs. Andrey Semashev 2018-12-18 21:53:49 +03:00
  • 7d70451b49 Updated the comment about __cxa_uncaught_exceptions. Andrey Semashev 2019-01-08 04:47:51 +03:00
  • bf932b4908 Removed the use of __cxa_uncaught_exceptions. Andrey Semashev 2019-01-08 04:17:24 +03:00
  • e3629dd1c1 Added libc++abi-dev package installation, changed OS X image to xcode10.1. Andrey Semashev 2019-01-08 00:29:53 +03:00
  • dea6b04157 Added workarounds for gcc < 4.7 on Linux and OpenBSD. Andrey Semashev 2019-01-08 00:23:09 +03:00
  • 9f9da9dc9b Limit __cxa_uncaught_exceptions to only since libc++abi 1002 and later. Andrey Semashev 2019-01-07 13:34:52 +03:00
  • cdcc50a455 Added an implementation for uncaught_exceptions for libc++abi. Andrey Semashev 2019-01-07 02:14:31 +03:00
  • 6f3e6254e7 Only declare __cxa_get_globals on MinGW gcc < 4.7, where it's needed. Andrey Semashev 2019-01-06 21:29:15 +03:00
  • 245297ab85 Add test/cmake_subdir_test feature/cmake-subdir-test Peter Dimov 2019-01-06 04:43:47 +02:00
  • 2574ae8a0c Made git branch selection less obscure and more POSIX shell conforming. Andrey Semashev 2019-01-03 23:47:43 +03:00
  • bbcd5b8f5c Use the actual number of logical CPUs for the number of CI build/test jobs. Andrey Semashev 2019-01-03 23:05:17 +03:00
  • 06efc5bbb5 Apply workaround for Intel-16 jzmaddock-patch-1 jzmaddock 2018-12-30 18:29:54 +00:00
  • 83ea633d09 Use multiple jobs to checkout submodules in CI. Andrey Semashev 2018-12-18 22:19:50 +03:00
  • 2b60d044ac Added tools/boost_install and libs/headers manual init to CI jobs. Andrey Semashev 2018-12-18 21:53:49 +03:00
  • 3cd1885209 Reorganized code and made __cxa_get_globals signature closer to the original. Andrey Semashev 2018-12-18 20:49:24 +03:00
  • 9d123dc9a3 Added missing include guards. Andrey Semashev 2018-11-11 13:43:04 +03:00
  • 82957de970 Extracted uncaught_exceptions function from Boost.Log. Andrey Semashev 2018-11-10 17:44:13 +03:00
  • d60775659b Changed http to https in URLs in readme. boost-1.69.0-beta1 boost-1.69.0 Andrey Semashev 2018-11-01 20:40:42 +03:00
  • bade4d23e8 Added clang 7 CI job. Andrey Semashev 2018-11-01 20:30:07 +03:00
  • a5c891441c Disable boost::swap for const objects. Fixes #43. feature/swap-const-wrapper- Peter Dimov 2018-10-24 12:23:56 +03:00
  • e9f986d11e Add compile-fail test for const boost::Wrapper feature/swap-const-wrapper Peter Dimov 2018-10-24 12:06:45 +03:00
  • 5a55d9572f Add -fsanitize=undefined to Travis feature/ubsan Peter Dimov 2018-10-21 21:37:14 +03:00
  • e98a546e89 Use string comparison on MinGW/Cygwin when comparing typeinfo across DLLs Peter Dimov 2018-10-21 20:29:10 +03:00
  • 4dc12c59bd Fix test to compare typeinfo rather than its address Peter Dimov 2018-10-21 18:44:34 +03:00
  • 3c9c9603ad Add BOOST_SYMBOL_VISIBLE to core_typeid_ Peter Dimov 2018-10-21 18:09:31 +03:00
  • 026be7659c Add test for BOOST_CORE_TYPEID in a library Peter Dimov 2018-10-21 17:47:33 +03:00
  • ada6b9e447 Merge pull request #42 from igaztanaga/patch-1 Andrey Semashev 2018-10-12 14:12:33 +03:00
  • 79e3bf7175 _set_abort_behavior not supported in old MSVC Ion Gaztañaga 2018-10-12 12:17:45 +02:00
  • 1d9d6f579e Qualify empty_init_t and use_empty_value_base Glen Fernandes 2018-10-01 00:46:43 -04:00
  • 5ed58ee20f Add ADL guard for empty_value and new member typedef Glen Fernandes 2018-10-01 00:26:08 -04:00
  • 9dfa265b49 Add 'unsupported' comment to CMakeLists.txt Peter Dimov 2018-09-30 04:24:11 +03:00
  • 3aa817e8d0 Reformat copyright banner Peter Dimov 2018-09-20 02:58:06 +03:00
  • 4ae42efdae Add minimal CMakeLists.txt Peter Dimov 2018-09-20 00:04:10 +03:00
  • 32ac6c5b36 Add documentation for quick_exit Peter Dimov 2018-09-06 22:52:52 +03:00
  • 13c09e805b Add .gitignore Peter Dimov 2018-09-06 22:39:26 +03:00
  • 81df44e80b MinGW-w64 has no quick_exit either Peter Dimov 2018-09-06 05:44:56 +03:00
  • 944f27853b Declare _exit as extern 'C' Peter Dimov 2018-09-06 05:28:23 +03:00
  • 0bc795de4a Merge branch 'develop' into feature/quick_exit Peter Dimov 2018-09-06 00:30:15 +03:00
  • d2b20486a0 Call test_results() in BOOST_TEST_THROWS() Glen Fernandes 2018-09-05 16:36:20 -04:00
  • 88acbce1e9 Declare and use _exit under MinGW32 Peter Dimov 2018-09-05 20:56:03 +03:00
  • 0c605bf32f MacOS doesn't have quick_exit; Cygwin doesn't declare it in C++03 mode Peter Dimov 2018-09-05 20:45:51 +03:00
  • 53772c8c73 Merge branch 'develop' into feature/quick_exit Peter Dimov 2018-09-05 20:28:40 +03:00
  • 6dd97ee415 Add more Appveyor configurations Peter Dimov 2018-09-05 20:25:05 +03:00
  • 8d4f1bb4af Revert to always using std::abort instead of the platform-specific _exit/_Exit Peter Dimov 2018-09-05 20:23:13 +03:00
  • d56c31d688 Add noreturn/noexcept; use _exit on msvc-12.0 and earlier (and compatible); use ::quick_exit instead of std::quick_exit Peter Dimov 2018-09-05 18:16:15 +03:00
  • 5e08874182 Add initial implementation of quick_exit Peter Dimov 2018-09-05 17:06:42 +03:00
  • 56bd3784bf Update e-mail address in comments and libraries.json Glen Fernandes 2018-09-05 08:21:35 -04:00