2
0
mirror of https://github.com/boostorg/system.git synced 2026-01-19 04:42:12 +00:00

Commit Graph

  • df78f08bd2 Merge pull request #37 from Kojoley/patch-1 Peter Dimov 2019-03-16 19:02:47 +02:00
  • f878f41fe7 system_category_test: Increase buffer size Nikita Kniazev 2019-03-16 01:55:18 +03:00
  • 0134441a6e Add warnings_test.cpp; disable -Wnon-virtual-dtor on g++ < 4.6 boost-1.70.0.beta1 feature/Wnon-virtual-dtor Peter Dimov 2019-03-04 19:23:32 +02:00
  • c705bab504 #pragma GCC diagnostic push/pop requires gcc 4.6 Peter Dimov 2019-03-04 17:38:52 +02:00
  • af1dc84160 Disable -Wnon-virtual-dtor Peter Dimov 2019-03-04 16:35:35 +02:00
  • 2d37749d00 Enable -Wnon-virtual-dtor in warnings_test Peter Dimov 2019-03-04 15:40:03 +02:00
  • 3164b387a5 Revert operator bool() to its pre-failed value() != 0 meaning feature/revert-op-bool Peter Dimov 2019-02-27 21:10:57 +02:00
  • 9753cf7668 Update test/Jamfile Peter Dimov 2019-02-27 06:23:16 +02:00
  • ef7c34fc30 Remove use of _alloca feature/remove-alloca Peter Dimov 2019-02-26 17:22:58 +02:00
  • f726c068c3 Add UTF-8 tests Peter Dimov 2019-02-26 16:42:47 +02:00
  • 2929d2dea2 Fix .travis.yml feature/cmake-subdir-test Peter Dimov 2019-01-06 04:38:22 +02:00
  • 2c01c5d5c8 Add test/cmake_subdir_test Peter Dimov 2019-01-05 19:55:38 +02:00
  • 5ab9a5117d Update CMakeLists.txt Peter Dimov 2019-01-04 19:38:01 +02:00
  • ee916382df [CMake] Generate cmake target that other libraries can use Mike Dev 2018-09-17 14:51:26 +02:00
  • fc1f2f4845 Remove essentials from yml files Peter Dimov 2018-12-22 05:14:53 +02:00
  • 65daf972d3 Update .yml files Peter Dimov 2018-12-18 21:56:44 +02:00
  • 3a4fff686e Fix warnings on clang-win boost-1.69.0-beta1 boost-1.69.0 Peter Dimov 2018-10-27 05:30:27 +03:00
  • 054c0caf60 Add newline at end Peter Dimov 2018-10-04 21:13:56 +03:00
  • b31fb4804d Document system_error changes; add example for message(ev, buffer, len) feature/asciidoc Peter Dimov 2018-10-03 03:40:10 +03:00
  • 7f303cc4b6 Remove old .html files; update redirect Peter Dimov 2018-10-03 01:19:28 +03:00
  • 504fb05c2f Make system_error(ec) explicit, return by value from system_error::code() Peter Dimov 2018-10-03 01:15:43 +03:00
  • d13fa54450 Remove throws() from synopsis; document system_error Peter Dimov 2018-10-03 00:24:10 +03:00
  • 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