Commit Graph

  • b6ef4ad220 Silence MSVC warnings about 'this' in base class initializer list. Andrey Semashev 2017-09-05 21:32:25 +0300
  • efe849862f travis: install libstdc++ 4.9 for clang 14/1z Peter Dimov 2017-09-05 05:26:24 +0300
  • d0fe891bb3 Add 'quick' test target Peter Dimov 2017-09-05 04:52:08 +0300
  • 6087f1c529 Merge pull request #14 from DanielaE/feature/qoi-warning Peter Dimov 2017-08-27 20:10:51 +0300
  • d8d71216e9
    fix narrowing conversion Daniela Engert 2017-06-07 16:16:23 +0200
  • b97772973b Merge branch 'develop' Peter Dimov 2017-07-24 13:15:37 +0300
  • a0fb1f2d41 Simplify 03/11 mismatch test because of MinGW; message() doesn't work Peter Dimov 2017-07-24 12:29:32 +0300
  • c639237adf Maintain the same error_category class layout in 03/11 mode Peter Dimov 2017-07-24 05:32:44 +0300
  • d7ef760af7 Add g++-7, clang-4 to Travis Peter Dimov 2017-07-24 05:31:23 +0300
  • 2f413abd8d Add more 03/11 mismatch tests Peter Dimov 2017-07-24 05:15:49 +0300
  • fe59bbdb3d Add 03/11 mismatch tests Peter Dimov 2017-07-24 04:52:55 +0300
  • 2649b7e4a6 Merge branch 'develop' Peter Dimov 2017-06-22 21:56:51 +0300
  • 29fda3272c Remove diagnostic options from appveyor.yml Peter Dimov 2017-06-22 20:01:32 +0300
  • 87c427b5df Rework the equivalence logic in terms of the corresponding downstream equivalent Peter Dimov 2017-06-22 19:27:55 +0300
  • 5eda96dcbc Fix Cygwin path Peter Dimov 2017-06-22 18:10:55 +0300
  • d6c950f534 Add missing #include Peter Dimov 2017-06-22 18:09:33 +0300
  • 81880ba5ff Execute bootstrap in a subshell in Appveyor Peter Dimov 2017-06-22 17:28:25 +0300
  • 483f3769e6 Add --debug-configuration to appveyor.yml Peter Dimov 2017-06-22 16:21:08 +0300
  • 23e7c5d133 Add MinGW to Appveyor Peter Dimov 2017-06-22 15:23:48 +0300
  • 138a7c0d27 Fix CXXFLAGS in appveyor.yml Peter Dimov 2017-06-13 20:17:40 +0300
  • 473cf5ef91 Add import testing to test/Jamfile Peter Dimov 2017-06-13 20:12:21 +0300
  • 62ecf74717 Add appveyor.yml Peter Dimov 2017-06-13 19:58:16 +0300
  • cc26feabef Fix error_code.ipp on Cygwin Peter Dimov 2017-06-13 19:50:36 +0300
  • ef2b755d77 Fix <winerror.h> include in error_code_test on cygwin/mingw Peter Dimov 2017-06-13 19:34:28 +0300
  • 1ad099291d Add required #include Peter Dimov 2017-06-13 19:22:48 +0300
  • f26bfc87aa Fix typo Beman 2017-06-04 11:28:14 -0400
  • bd37d3b619 Reformat overly long lines of code. Beman 2017-06-04 11:17:39 -0400
  • 4736079b2e Fix boost::detail::winapi::ERROR_INSUFFICIENT_BUFFER_ in error_code.ipp (Thanks to Lastique). Use <boost/detail/winapi/error_codes.hpp> in windows_error.hpp. Add msvc project to build header-only version of error_code_test. Beman 2017-06-04 11:01:08 -0400
  • 9087c92cc7 Add std_interop_test to msvc solution. Add cout message indicating whether or not inter-operation will be tested. Beman 2017-06-03 08:22:04 -0400
  • 47b4e4e7c2 Merge branch 'jlodos-feature/do_not_include_windows.h' into develop Beman 2017-05-28 16:46:12 -0400
  • 67ae4c2aa7 Do not include windows.h in header only mode Jorge Lodos 2016-02-23 19:06:33 -0600
  • 4626b887be #define _CRT_SECURE_NO_WARNINGS to avoid spurious VC++ warning Beman 2017-05-28 16:34:24 -0400
  • c1d722543a Merge branch 'mkurdej-hotfix/deprecated-throw' into develop Beman 2017-05-28 09:19:32 -0400
  • b9eb153bac Merge branch 'hotfix/deprecated-throw' of git://github.com/mkurdej/system into mkurdej-hotfix/deprecated-throw Beman 2017-05-28 09:15:27 -0400
  • e84af437d8 Merge pull request #16 from boostorg/feature/std-interop Beman Dawes 2017-05-21 11:26:49 -0400
  • 02262a4048 Test a user-defined error condition category; improve equivalent Peter Dimov 2017-05-21 01:25:09 +0300
  • bdd1613898 Do not map system::generic to std::generic directly Peter Dimov 2017-05-20 19:33:03 +0300
  • c4238c745c Add second overload of equivalent, improve first Peter Dimov 2017-05-20 18:59:15 +0300
  • 2d18f66800 Try to fix g++ 4.x issue with generic_category Peter Dimov 2017-05-20 18:43:31 +0300
  • b722a1ebda Add a few more std interop tests Peter Dimov 2017-05-20 15:53:02 +0300
  • 96db439aef Test exact generic condition values Peter Dimov 2017-05-20 15:07:48 +0300
  • 044c0565b9 Add test for std interop; implement equivalent Peter Dimov 2017-05-20 14:33:54 +0300
  • 6010be4144 Add conversions to std:: counterparts when <system_error> is available Peter Dimov 2017-05-20 06:05:39 +0300
  • ebda81008e Add .travis.yml Peter Dimov 2017-05-20 05:45:24 +0300
  • c62bbe9205 Remove unread assignment Will Sackfield 2017-05-09 14:37:45 +0200
  • a4120cdf1d Upgrade to Visual Studio 2017 Beman 2017-04-02 08:01:19 -0400
  • 504c5e95ee Merge branch 'develop' Beman 2017-02-17 06:49:49 -0500
  • dc985cb3bc Clean up some sloppy include guards that were clashing with other Boost projects Beman 2017-01-23 17:08:17 -0500
  • af1f767dfe Comment two lines of code to try to prevent user confusion error_codes and error_conditions, such exhibited by ticket #12574. Beman 2016-11-28 08:32:26 -0500
  • 388b3497af Revert the prior change (do not include windows.h). It worked fine with the msvc toolset, testing with the last four VC++ versions. But it failed with GCC version 4.9.3 cygwin64. Beman 2016-02-23 10:58:27 -0500
  • b4aa25dc0e Merge pull request #9 from jlodos/feature/do_not_include_windows.h Beman Dawes 2016-02-22 10:36:06 -0500
  • 4fecb0a505 Merge branch 'feature/do_not_include_windows.h' of github.com:jlodos/system into feature/do_not_include_windows.h Jorge Lodos 2016-02-18 22:02:43 -0600
  • 561ac00345 Do not include windows.h in header only mode Jorge Lodos 2016-02-18 21:49:26 -0600
  • 7c0e5f7c0d Do not include windows.h in header only mode Jorge Lodos 2016-02-18 21:49:26 -0600
  • e374f766ea Merge pull request #7 from Lastique/patch-1 Beman Dawes 2015-11-21 10:24:38 -0500
  • 241f69c55e Fix gcc warnings about unused variables Andrey Semashev 2015-11-16 16:42:21 +0300
  • 1f67456bcf Use BOOST_NOEXCEPT_OR_NOTHROW instead of throw() to avoid -Wdeprecated warning on clang (3.5+). Marek Kurdej 2015-10-23 11:54:17 +0200
  • 69252d03b1 Upgrade to VC++ 14.0 2015 Beman 2015-01-19 14:11:39 -0500
  • db3dd13fb6 Rename test/system directory to test/msvc Beman 2015-01-19 14:09:21 -0500
  • e5da5ce2cf Merge remote-tracking branch 'remotes/origin/develop' Beman 2015-01-06 11:08:27 -0500
  • cd8828db96 Merge pull request #5 from danieljames/metadata Beman Dawes 2015-01-06 10:58:04 -0500
  • 43b08da03a Add metadata file. Daniel James 2014-08-18 15:11:09 +0100
  • dcf45d36e5 Neither MinGW or Cygwin versions of winerror.h work if used alone, so on either of these platforms include the full windows.h. Move reporting of configuration to a separate config_test.cpp program, and expand the coverage to report more macros. Beman 2014-08-01 10:49:40 -0400
  • 614ae2bd7f Merge branch 'MSOpenTech-fixforcygwin' into develop Beman 2014-07-30 15:07:01 -0400
  • 9379d94b2a Show value of BOOST_PLAT_WINDOWS_DESKTOP Beman 2014-08-02 08:11:13 -0400
  • 800fce3aaf Neither MinGW or Cygwin versions of winerror.h work if used alone, so on either of these platforms include the full windows.h. Move reporting of configuration to a separate config_test.cpp program, and expand the coverage to report more macros. Beman 2014-08-01 10:49:40 -0400
  • 0d0e14b3c5 Show more macros as defined or not defined to aid regression test interpretation. Beman 2014-08-01 07:19:58 -0400
  • 3d081e761d Merge branch 'MSOpenTech-fixforcygwin' into develop Beman 2014-07-30 15:07:01 -0400
  • 3ec7345ba1 Merge branch 'develop' Beman 2014-07-19 14:14:26 -0400
  • 2f2c97caa8 Fixing break on cygwin because local_free_on_destruction.hpp is not included. Ticket #10137. Steve Gates 2014-06-19 20:30:41 -0700
  • 74601846e6 Add Boost.Predef include so that WindowsRT changes work even if config doesn't supply platform. Beman 2014-06-04 11:41:30 -0400
  • 25e79b3492 Merge pull request #3 from MSOpenTech/winrt Beman Dawes 2014-06-04 11:06:40 -0400
  • 5a29c4458d Merge branch 'develop' Beman 2014-06-02 08:14:58 -0400
  • 4b7573fd43 Fix table of contents Beman 2014-06-02 07:23:08 -0400
  • b790db0bb9 Add release history. Beman 2014-06-02 07:07:13 -0400
  • 8c1549a307 Removed unneeded #include <boost/operators.hpp> Beman 2014-05-31 13:58:40 -0400
  • 44c3566380 Update to Visual Studio 2013 Beman 2014-05-31 13:56:43 -0400
  • 9c23522b73 Changes to make Boost System work on the Windows Runtime. Basically just use FormatMessageW without FORMAT_MESSAGE_FROM_SYSTEM. Steve Gates 2014-05-27 12:28:13 -0700
  • d77fd95f8a Initial commit VC++ 2012 test solution Beman 2014-01-06 17:41:36 -0500
  • 986e0f33ac Ensure generic_category() and system_category() linkage is correct on Windows when BOOST_ERROR_CODE_HEADER_ONLY is specified. Beman 2014-01-06 17:38:20 -0500
  • 1a925ee17b Update docs to reflect library inclusion in C++11 and addition of BOOST_ERROR_CODE_HEADER_ONLY Beman 2014-01-06 16:53:25 -0500
  • 459160d184 Move BOOST_SYSTEM_SOURCE definition to src/error_code.cpp so that automatic library variant selection is enabled. Beman 2014-01-06 16:52:15 -0500
  • 42ee65f745 Move src/local_free_on_destruction.hpp to include/boost/detail. Was not being found by some VC++ versions, plus header only builds are supposed to be possible without non-header directories even being present. Beman 2014-01-06 15:37:51 -0500
  • 199c0cfb0b Remove legacy VC++ solution. Easier to rebuild from scratch. Beman 2014-01-06 15:33:39 -0500
  • 2c620a4f3a fix header-only use of error codes Tim Blechmann 2014-01-04 12:36:44 +0100
  • 85ba824b37 Create first merge point for Git Beman 2013-12-20 08:04:18 -0500
  • 21563d532f Meaningless extra line added just to test modular boost. Beman 2013-12-02 13:54:25 -0500
  • 067ff613b3 Merge from trunk. Christopher Kohlhoff 2013-10-26 23:25:53 +0000
  • ec47972526 Fix WinRT detection. Christopher Kohlhoff 2013-10-03 23:59:54 +0000
  • 94898ff8a6 Merge system from trunk. Christopher Kohlhoff 2013-09-22 21:51:30 +0000
  • c64f27c9be Add Windows Runtime support to Boost.System. Christopher Kohlhoff 2013-09-16 13:29:47 +0000
  • ec4d3bc41e System/FileSystem: merge from trunk to fix #7278. Vicente J. Botet Escriba 2013-03-24 20:20:29 +0000
  • 08ea984237 Use C++11 explicit conversion operator if available Beman Dawes 2013-02-28 20:55:07 +0000
  • 87130d1d73 Add BOOST_SYSTEM_NOEXCEPT to several functions previously missed. Update documentation to reflect use of noexcept with fallback to C++03 when C++11 feature not present. Beman Dawes 2013-02-28 02:13:56 +0000
  • 65e14ff167 System/FileSystem/Asio/Thread: ref #7278 Added noexcept to Boost.System to conform with C++11 Vicente J. Botet Escriba 2012-12-09 14:47:39 +0000
  • 8fbde538f3 Add some infrastructure Beman Dawes 2012-08-28 14:53:18 +0000
  • dc61a075b2 Add some infrastructure Beman Dawes 2012-08-28 14:51:55 +0000
  • 5430d82f9f System: merge trunk Beman Dawes 2012-05-21 13:39:58 +0000
  • bdcfe61429 Revert portion of 68183. This changeset was aimed at other libraries, but inadvertently modified three boost/system headers. Beman Dawes 2012-05-04 20:12:58 +0000
  • 5183a336c2 Revert to BOOST_SYSTEM_STATIC_LINK as the default if no linkage macros supplied. See http://www.boost.org/doc/libs/1_49_0/libs/config/doc/html/boost_config/boost_macro_reference.html#boost_config.boost_macro_reference.macros_for_libraries_with_separate_source_code Beman Dawes 2012-04-30 14:01:34 +0000