Commit Graph

  • fb44b43f0a Merge branch 'develop' into feature/asciidoc Peter Dimov 2018-10-02 23:02:24 +03:00
  • e87cd333a8 Work around 'unused variable' MSVC warning Peter Dimov 2018-10-02 18:39:41 +03:00
  • 3d01409fe6 Avoid long long warnings Peter Dimov 2018-10-02 17:51:09 +03:00
  • 25a34e1647 Merge branch 'develop' into feature/warnings-all Peter Dimov 2018-10-02 17:15:40 +03:00
  • 78a1813c13 Merge branch 'develop' into feature/use-utf8 feature/use-utf8 Peter Dimov 2018-10-02 04:36:25 +03:00
  • 342400c7ec Add a quick test with -Wall -Werror Peter Dimov 2018-10-02 04:34:33 +03:00
  • 1b4c7f366d Minor grammar fixes Peter Dimov 2018-10-02 04:03:39 +03:00
  • af2edc5bea Add .gitignore Peter Dimov 2018-10-02 02:59:42 +03:00
  • 1e6dc86a68 Change code to match documentation Peter Dimov 2018-10-02 02:59:03 +03:00
  • efff0260f7 Add changes, reference; fix trailing whitespace Peter Dimov 2018-10-02 02:58:21 +03:00
  • 62ca8e6d8c Add asciidoc documentation Peter Dimov 2018-10-01 19:20:52 +03:00
  • 584f9731ad Refactor BOOST_SYSTEM_USE_UTF8 code Peter Dimov 2018-10-01 17:40:16 +03:00
  • f821d5e74a Add failed_constexpr_test.cpp feature/failed Peter Dimov 2018-09-22 21:06:31 +03:00
  • 91aeb86f57 Disable constexpr on g++ 5 Peter Dimov 2018-09-22 21:00:06 +03:00
  • e7c1079c4f Try to work around g++-5 constexpr issue in failed_impl Peter Dimov 2018-09-22 20:05:31 +03:00
  • be972baaa3 Add a constructor to http_category_impl to placate clang++-3.8 and below Peter Dimov 2018-09-22 19:33:04 +03:00
  • f48cc5aec6 Add failed() Peter Dimov 2018-09-22 17:34:40 +03:00
  • 349fb30e8e Remove the user-provided ~error_category in C++03 mode, to fix use after main feature/after-main Peter Dimov 2018-09-22 16:15:49 +03:00
  • 08dc402e77 Simplify after_main_test Peter Dimov 2018-09-22 15:40:19 +03:00
  • a627662e63 Add after_main_test Peter Dimov 2018-09-22 15:17:47 +03:00
  • 1d4de72899 Merge branch 'feature/message_r' into develop Peter Dimov 2018-09-22 00:04:48 +03:00
  • d966de437e Update and collapse Appveyor configurations feature/appveyor-2 Peter Dimov 2018-09-21 20:51:24 +03:00
  • b300fdeef4 Use CP_UTF8 when BOOST_SYSTEM_USE_UTF8 is defined Peter Dimov 2018-09-21 20:45:44 +03:00
  • 24179e73c9 Move message() at its standard place, next to its other overload feature/message_r Peter Dimov 2018-09-21 17:19:50 +03:00
  • c182707dfe Merge branch 'develop' into feature/message_r Peter Dimov 2018-09-21 17:08:31 +03:00
  • d79e38e5d5 Remove noexcept from conversions to std::error_code/condition; they allocate and can throw Peter Dimov 2018-09-21 17:07:51 +03:00
  • 73de31c541 MinGW32 doesn't have std::snprintf Peter Dimov 2018-09-21 16:01:29 +03:00
  • 7b401cef93 Improve Windows implementation of message() Peter Dimov 2018-09-21 06:45:56 +03:00
  • e180bfe37e Add system_category_test; fix Windows implementation Peter Dimov 2018-09-21 04:51:50 +03:00
  • ec93d058fe Add a noexcept overload of message() taking a buffer Peter Dimov 2018-09-21 03:16:55 +03:00
  • a4e700ecf4 Merge branch 'feature/header-only' into feature/merge-header-only feature/merge-header-only Peter Dimov 2018-09-19 14:05:33 +03:00
  • af9646c582 Fix #endif placement feature/header-only Peter Dimov 2018-09-19 01:10:12 +03:00
  • 70d16a61e6 Merge branch 'feature/header-only' into feature/merge-header-only Peter Dimov 2018-09-18 22:32:42 +03:00
  • 3a41aaabad Revert "MSVC requires __declspec(dllimport) for variables" Peter Dimov 2018-09-18 22:32:26 +03:00
  • 46d383b3bd Revert "Disable constexpr on msvc-14.1" Peter Dimov 2018-09-18 22:30:56 +03:00
  • 9afd678532 Revert "Add BOOST_SYMBOL_VISIBLE to generic_error_category and system_error_category, to placate ubsan" Peter Dimov 2018-09-18 22:30:54 +03:00
  • 68c89304f2 Revert "Sprinkle more BOOST_SYMBOL_VISIBLE throughout" Peter Dimov 2018-09-18 22:30:52 +03:00
  • 0272ea0ea5 Revert "Revert "Use enable_if from type_traits"" Peter Dimov 2018-09-18 22:30:50 +03:00
  • c4626e0413 Revert "Normalize Core includes" Peter Dimov 2018-09-18 22:30:40 +03:00
  • 515fbb21b4 Use strerror_r on glibc Peter Dimov 2018-09-18 22:21:13 +03:00
  • 7d38263d71 Add an empty main() in win32_hresult_test when not on Windows Peter Dimov 2018-09-17 20:25:13 +03:00
  • 465e9e019e Remove noexcept from operator std::error_category const& (allocates and can throw) Peter Dimov 2018-09-17 20:12:10 +03:00
  • 11a908a3fe Fix hash_value Peter Dimov 2018-09-17 18:18:37 +03:00
  • 11b07164c1 Add win32_hresult_test Peter Dimov 2018-09-17 17:29:50 +03:00
  • 96320384cc Revert unnecessary changes to error_code.cpp Peter Dimov 2018-09-17 17:08:25 +03:00
  • a9e56e1a6a Remove dependency on type_traits Peter Dimov 2018-09-17 03:21:42 +03:00
  • 041678752b Revert deletion of BOOST_*_API check Peter Dimov 2018-09-17 02:55:40 +03:00
  • ff7116404b Normalize Core includes before-1.69-merge Peter Dimov 2018-09-17 02:47:34 +03:00
  • ca68b08511 Revert "Use enable_if from type_traits" Peter Dimov 2018-09-17 02:39:32 +03:00
  • 56651f6633 Disable <system_error> interoperation on g++ 4.4/4.5 Peter Dimov 2018-09-16 20:49:33 +03:00
  • fe1dbd9df9 Use g++-8, clang-6 with libstdc++-5 for UBSan (libstdc++-4.9's map triggers errors in end()) Peter Dimov 2018-09-16 20:36:02 +03:00
  • 6bd05dc92d Add BOOST_SYMBOL_VISIBLE to category classes to placate UBSan Peter Dimov 2018-09-16 19:32:38 +03:00
  • bbd0a3766d Sprinkle more BOOST_SYMBOL_VISIBLE throughout feature/symbol-visible Peter Dimov 2018-09-16 13:53:11 +03:00
  • a9909bb82b Add BOOST_SYMBOL_VISIBLE to generic_error_category and system_error_category, to placate ubsan Peter Dimov 2018-09-16 08:00:24 +03:00
  • 81c34ab7a4 Remove autolink Peter Dimov 2018-09-16 07:06:04 +03:00
  • 9d86d0296e Revert boost/system/config.hpp Peter Dimov 2018-09-16 07:04:27 +03:00
  • 41de9d916a Fix throw_test.cpp to not meddle with BOOST_SYSTEM_SOURCE as it needs to import from Boost.System while exporting throw_test() Peter Dimov 2018-09-16 04:32:33 +03:00
  • 7a06df877d Revert changes to throw_test.cpp and dynamic_link_test.cpp Peter Dimov 2018-09-16 06:27:30 +03:00
  • 34600a62df The constexpr workarounds are no longer needed Peter Dimov 2018-09-16 06:15:22 +03:00
  • 57ecfeb2c2 Use map::insert instead of map::emplace, which doesn't work on g++ pre-6 (and msvc-10.0) Peter Dimov 2018-09-16 05:58:29 +03:00
  • 731df11ffd Add system_category_posix.hpp; remove BOOST_SYSTEM_WIN32 Peter Dimov 2018-09-16 05:44:58 +03:00
  • f14e9e7d5c Revert changes to api_config.hpp Peter Dimov 2018-09-16 05:23:35 +03:00
  • 3bdea5dfa3 Disable constexpr on msvc-14.1 Peter Dimov 2018-09-16 04:49:59 +03:00
  • 02ea086173 Fix throw_test.cpp to not meddle with BOOST_SYSTEM_SOURCE as it needs to import from Boost.System while exporting throw_test() Peter Dimov 2018-09-16 04:32:33 +03:00
  • 4b7018de85 MSVC requires __declspec(dllimport) for variables Peter Dimov 2018-09-16 04:23:37 +03:00
  • 038786179a Remove unnecessary files Peter Dimov 2018-09-16 03:05:17 +03:00
  • 2fa0a00583 Make Boost.System header-only Peter Dimov 2018-09-16 03:04:19 +03:00
  • 053972643d Replace BOOST_SYSTEM_NOEXCEPT with BOOST_NOEXCEPT Peter Dimov 2018-09-15 20:06:14 +03:00
  • 736d618120 Reformat error_code.hpp Peter Dimov 2018-09-15 20:05:10 +03:00
  • f92c0fc9b7 Use enable_if from type_traits Peter Dimov 2018-09-15 01:50:41 +03:00
  • dc5a054d9e Remove unnecessary #include Peter Dimov 2018-09-15 01:00:39 +03:00
  • 13199e504c Reorder includes to avoid ::gets error under Clang 3.8, 3.9 boost-1.68.0 feature/clang-libstdc++4.8 Peter Dimov 2018-07-19 19:48:20 +03:00
  • 3c59cea7ef Disable constexpr on Clang/libstdc++4.8 Peter Dimov 2018-07-19 19:04:53 +03:00
  • 697c73ac57 Reorder Travis configurations Peter Dimov 2018-07-19 19:00:14 +03:00
  • 3afc9db9e6 Add Clang configurations using the default libstdc++ to Travis Peter Dimov 2018-07-19 18:27:57 +03:00
  • 6f162555a3 Third try for clang-win feature/clang-appveyor Peter Dimov 2018-07-09 19:34:55 +03:00
  • 6dcde20c14 Another try for clang-win Peter Dimov 2018-07-09 19:18:42 +03:00
  • 0333af2a72 Try clang-win with a user-config Peter Dimov 2018-07-09 18:48:50 +03:00
  • 971b46d038 Try clang-cl.exe again, with msvc without a custom version Peter Dimov 2018-07-09 18:27:48 +03:00
  • e74205d2a1 Quote USER_CONFIG Peter Dimov 2018-07-09 18:03:09 +03:00
  • d77d6460ab Try using msvc.jam with clang-cl.exe Peter Dimov 2018-07-09 17:58:00 +03:00
  • e57cca107d Disable constexpr on Clang/Win Peter Dimov 2018-07-09 12:48:12 +03:00
  • 66631f95d4 Try clang-win Peter Dimov 2018-07-09 13:05:58 +03:00
  • 7da0eed2fe Disable constexpr on Clang/Win Peter Dimov 2018-07-09 12:48:12 +03:00
  • 6abf6c7e89 Disable 03/11 tests under Clang/Win Peter Dimov 2018-07-09 12:30:18 +03:00
  • 6b638df0c1 Add Clang to Appveyor Peter Dimov 2018-07-09 10:51:32 +03:00
  • 9e039cfaf9 Fix dllexport mismatch errors under clang++ feature/clang-dllexport Peter Dimov 2018-06-29 05:39:42 +03:00
  • 084d8e119e Update g++ workaround to exclude 7.4/8.1 feature/gcc-8-clang-6 Peter Dimov 2018-06-29 03:56:56 +03:00
  • 0d2aeead38 Update workarounds to cover g++ 8.1 Peter Dimov 2018-06-29 02:29:23 +03:00
  • 73b2805d63 Add g++ 8, clang++ 6 to Travis Peter Dimov 2018-06-29 00:42:31 +03:00
  • 6a71483984 Work around ld: unrecognized option '--push-state--no-as-needed' feature/gcc-73-ubsan Peter Dimov 2018-05-04 15:47:28 +03:00
  • 2b1aa524d9 Merge pull request #23 from boostorg/feature/constexpr Peter Dimov 2018-05-04 15:06:41 +03:00
  • a9bb21507a Add Cygwin 64 to Appveyor Peter Dimov 2018-03-09 05:12:03 +02:00
  • d1f3d3b349 Merge branch 'develop' into feature/constexpr feature/constexpr Peter Dimov 2018-01-29 14:57:30 +02:00
  • 6ea02e2668 Reenable test_throws_usage() under UBSAN boost-1.67.0 feature/throws-ubsan-fix Peter Dimov 2018-01-29 02:36:50 +02:00
  • 0433e561b5 Change the invalid address of boost::throws() to 8 from 1, so that it's properly aligned Peter Dimov 2018-01-29 02:29:14 +02:00
  • aec8d9056d Test that assigning to boost::throws() crashes Peter Dimov 2018-01-28 17:29:13 +02:00
  • 35e3e22c7e Add BOOST_SYSTEM_CONSTEXPR to operator bool Peter Dimov 2018-01-22 23:39:59 +02:00
  • 7b94454e7c Merge branch 'develop' into feature/constexpr Peter Dimov 2018-01-22 21:13:37 +02:00
  • 0b48bb8166 Use explicit operator bool when available Peter Dimov 2018-01-22 21:13:02 +02:00