2
0
mirror of https://github.com/boostorg/system.git synced 2026-01-19 16:52:11 +00:00

Commit Graph

  • 5eda96dcbc Fix Cygwin path Peter Dimov 2017-06-22 18:10:55 +03:00
  • d6c950f534 Add missing #include Peter Dimov 2017-06-22 18:09:33 +03:00
  • 81880ba5ff Execute bootstrap in a subshell in Appveyor Peter Dimov 2017-06-22 17:28:25 +03:00
  • 483f3769e6 Add --debug-configuration to appveyor.yml Peter Dimov 2017-06-22 16:21:08 +03:00
  • 23e7c5d133 Add MinGW to Appveyor Peter Dimov 2017-06-22 15:23:48 +03:00
  • 138a7c0d27 Fix CXXFLAGS in appveyor.yml Peter Dimov 2017-06-13 20:17:40 +03:00
  • 473cf5ef91 Add import testing to test/Jamfile Peter Dimov 2017-06-13 20:12:21 +03:00
  • 62ecf74717 Add appveyor.yml Peter Dimov 2017-06-13 19:58:16 +03:00
  • cc26feabef Fix error_code.ipp on Cygwin Peter Dimov 2017-06-13 19:50:36 +03:00
  • ef2b755d77 Fix <winerror.h> include in error_code_test on cygwin/mingw Peter Dimov 2017-06-13 19:34:28 +03:00
  • 1ad099291d Add required #include Peter Dimov 2017-06-13 19:22:48 +03:00
  • f26bfc87aa Fix typo Beman 2017-06-04 11:28:14 -04:00
  • bd37d3b619 Reformat overly long lines of code. Beman 2017-06-04 11:17:39 -04:00
  • 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 -04:00
  • 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 -04:00
  • 47b4e4e7c2 Merge branch 'jlodos-feature/do_not_include_windows.h' into develop Beman 2017-05-28 16:46:12 -04:00
  • 67ae4c2aa7 Do not include windows.h in header only mode Jorge Lodos 2016-02-23 19:06:33 -06:00
  • 4626b887be #define _CRT_SECURE_NO_WARNINGS to avoid spurious VC++ warning Beman 2017-05-28 16:34:24 -04:00
  • c1d722543a Merge branch 'mkurdej-hotfix/deprecated-throw' into develop Beman 2017-05-28 09:19:32 -04:00
  • b9eb153bac Merge branch 'hotfix/deprecated-throw' of git://github.com/mkurdej/system into mkurdej-hotfix/deprecated-throw Beman 2017-05-28 09:15:27 -04:00
  • e84af437d8 Merge pull request #16 from boostorg/feature/std-interop Beman Dawes 2017-05-21 11:26:49 -04:00
  • 02262a4048 Test a user-defined error condition category; improve equivalent Peter Dimov 2017-05-21 01:25:09 +03:00
  • bdd1613898 Do not map system::generic to std::generic directly Peter Dimov 2017-05-20 19:33:03 +03:00
  • c4238c745c Add second overload of equivalent, improve first Peter Dimov 2017-05-20 18:59:15 +03:00
  • 2d18f66800 Try to fix g++ 4.x issue with generic_category Peter Dimov 2017-05-20 18:43:31 +03:00
  • b722a1ebda Add a few more std interop tests Peter Dimov 2017-05-20 15:53:02 +03:00
  • 96db439aef Test exact generic condition values Peter Dimov 2017-05-20 15:07:48 +03:00
  • 044c0565b9 Add test for std interop; implement equivalent Peter Dimov 2017-05-20 14:33:54 +03:00
  • 6010be4144 Add conversions to std:: counterparts when <system_error> is available Peter Dimov 2017-05-20 06:05:39 +03:00
  • ebda81008e Add .travis.yml Peter Dimov 2017-05-20 05:45:24 +03:00
  • c62bbe9205 Remove unread assignment Will Sackfield 2017-05-09 14:37:45 +02:00
  • a4120cdf1d Upgrade to Visual Studio 2017 Beman 2017-04-02 08:01:19 -04:00
  • 504c5e95ee Merge branch 'develop' boost-1.64.0-beta2 boost-1.64.0-beta1 boost-1.64.0 Beman 2017-02-17 06:49:49 -05:00
  • dc985cb3bc Clean up some sloppy include guards that were clashing with other Boost projects Beman 2017-01-23 17:08:17 -05:00
  • 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 -05:00
  • 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 -05:00
  • b4aa25dc0e Merge pull request #9 from jlodos/feature/do_not_include_windows.h Beman Dawes 2016-02-22 10:36:06 -05:00
  • 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 -06:00
  • 561ac00345 Do not include windows.h in header only mode Jorge Lodos 2016-02-18 21:49:26 -06:00
  • 7c0e5f7c0d Do not include windows.h in header only mode Jorge Lodos 2016-02-18 21:49:26 -06:00
  • e374f766ea Merge pull request #7 from Lastique/patch-1 Beman Dawes 2015-11-21 10:24:38 -05:00
  • 241f69c55e Fix gcc warnings about unused variables Andrey Semashev 2015-11-16 16:42:21 +03:00
  • 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 +02:00
  • 69252d03b1 Upgrade to VC++ 14.0 2015 Beman 2015-01-19 14:11:39 -05:00
  • db3dd13fb6 Rename test/system directory to test/msvc Beman 2015-01-19 14:09:21 -05:00
  • e5da5ce2cf Merge remote-tracking branch 'remotes/origin/develop' boost-1.63.0 boost-1.62.0 boost-1.61.0 boost-1.60.0 boost-1.59.0 boost-1.58.0 Beman 2015-01-06 11:08:27 -05:00
  • cd8828db96 Merge pull request #5 from danieljames/metadata Beman Dawes 2015-01-06 10:58:04 -05:00
  • 43b08da03a Add metadata file. Daniel James 2014-08-18 15:11:09 +01:00
  • 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. boost-1.57.0 boost-1.56.0 Beman 2014-08-01 10:49:40 -04:00
  • 614ae2bd7f Merge branch 'MSOpenTech-fixforcygwin' into develop Beman 2014-07-30 15:07:01 -04:00
  • 9379d94b2a Show value of BOOST_PLAT_WINDOWS_DESKTOP Beman 2014-08-02 08:11:13 -04:00
  • 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 -04:00
  • 0d0e14b3c5 Show more macros as defined or not defined to aid regression test interpretation. Beman 2014-08-01 07:19:58 -04:00
  • 3d081e761d Merge branch 'MSOpenTech-fixforcygwin' into develop Beman 2014-07-30 15:07:01 -04:00
  • 3ec7345ba1 Merge branch 'develop' system-2014-07-17 Beman 2014-07-19 14:14:26 -04:00
  • 2f2c97caa8 Fixing break on cygwin because local_free_on_destruction.hpp is not included. Ticket #10137. Steve Gates 2014-06-19 20:30:41 -07:00
  • 74601846e6 Add Boost.Predef include so that WindowsRT changes work even if config doesn't supply platform. Beman 2014-06-04 11:41:30 -04:00
  • 25e79b3492 Merge pull request #3 from MSOpenTech/winrt Beman Dawes 2014-06-04 11:06:40 -04:00
  • 5a29c4458d Merge branch 'develop' system-2014-06-02 Beman 2014-06-02 08:14:58 -04:00
  • 4b7573fd43 Fix table of contents Beman 2014-06-02 07:23:08 -04:00
  • b790db0bb9 Add release history. Beman 2014-06-02 07:07:13 -04:00
  • 8c1549a307 Removed unneeded #include <boost/operators.hpp> Beman 2014-05-31 13:58:40 -04:00
  • 44c3566380 Update to Visual Studio 2013 Beman 2014-05-31 13:56:43 -04:00
  • 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 -07:00
  • d77fd95f8a Initial commit VC++ 2012 test solution Beman 2014-01-06 17:41:36 -05:00
  • 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 -05:00
  • 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 -05:00
  • 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 -05:00
  • 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 -05:00
  • 199c0cfb0b Remove legacy VC++ solution. Easier to rebuild from scratch. Beman 2014-01-06 15:33:39 -05:00
  • 2c620a4f3a fix header-only use of error codes Tim Blechmann 2014-01-04 12:36:44 +01:00
  • 85ba824b37 Create first merge point for Git Beman 2013-12-20 08:04:18 -05:00
  • 21563d532f Meaningless extra line added just to test modular boost. Beman 2013-12-02 13:54:25 -05:00
  • 2cbf8ac7ae Release 1.55.0 boost-1.55.0 Marshall Clow 2013-11-11 19:45:21 +00:00
  • 067ff613b3 Merge from trunk. Christopher Kohlhoff 2013-10-26 23:25:53 +00:00
  • ec47972526 Fix WinRT detection. Christopher Kohlhoff 2013-10-03 23:59:54 +00:00
  • 94898ff8a6 Merge system from trunk. Christopher Kohlhoff 2013-09-22 21:51:30 +00:00
  • c64f27c9be Add Windows Runtime support to Boost.System. Christopher Kohlhoff 2013-09-16 13:29:47 +00:00
  • 29f6e0609a Release 1.54.0 boost-1.54.0 Marshall Clow 2013-07-01 16:53:14 +00:00
  • 645e7f395e Release 1.54.0 beta1 boost-1.54.0-beta1 Marshall Clow 2013-06-03 14:02:28 +00:00
  • ec4d3bc41e System/FileSystem: merge from trunk to fix #7278. Vicente J. Botet Escriba 2013-03-24 20:20:29 +00:00
  • 08ea984237 Use C++11 explicit conversion operator if available Beman Dawes 2013-02-28 20:55:07 +00:00
  • 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 +00:00
  • ff0ca5cbb3 Release 1.53.0 boost-1.53.0 Marshall Clow 2013-02-04 18:11:49 +00:00
  • 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 +00:00
  • 2c5576ef29 Release 1.52.0 boost-1.52.0 Marshall Clow 2012-11-05 15:31:58 +00:00
  • 8fbde538f3 Add some infrastructure Beman Dawes 2012-08-28 14:53:18 +00:00
  • dc61a075b2 Add some infrastructure Beman Dawes 2012-08-28 14:51:55 +00:00
  • 97d2673713 Release 1.51.0 boost-1.51.0 Marshall Clow 2012-08-20 22:07:05 +00:00
  • de2c95a748 Release 1.50.0 boost-1.50.0 Beman Dawes 2012-06-28 12:37:29 +00:00
  • 3c03da7366 Release 1.50.0 beta 1 boost-1.50.0-beta1 Beman Dawes 2012-06-06 15:23:40 +00:00
  • 5430d82f9f System: merge trunk Beman Dawes 2012-05-21 13:39:58 +00:00
  • 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 +00:00
  • 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 +00:00
  • af17253f90 Make BOOST_x_DYN_LINK tbe default Beman Dawes 2012-04-15 20:16:18 +00:00
  • 7671b1291c Tighten config.hpp and Jamfile logic before attaching static build problems. Beman Dawes 2012-04-15 19:16:49 +00:00
  • 69f1b1a95b Release 1.49.0 boost-1.49.0 Beman Dawes 2012-02-22 22:08:43 +00:00
  • 028c800f2c Release 1.49.0 beta 1 boost-1.49.0-beta1 Beman Dawes 2012-01-27 18:03:17 +00:00
  • e6c0129bf8 Release 1.48.0 boost-1.48.0 Beman Dawes 2011-11-15 15:44:44 +00:00
  • 2364f91574 Release 1.48.0 beta 1 boost-1.48.0-beta1 Beman Dawes 2011-10-27 15:04:52 +00:00