bd37d3b619Reformat overly long lines of code.
Beman
2017-06-04 11:17:39 -0400
4736079b2eFix 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
9087c92cc7Add 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
47b4e4e7c2Merge branch 'jlodos-feature/do_not_include_windows.h' into develop
Beman
2017-05-28 16:46:12 -0400
67ae4c2aa7Do not include windows.h in header only mode
Jorge Lodos
2016-02-23 19:06:33 -0600
dc985cb3bcClean up some sloppy include guards that were clashing with other Boost projects
Beman
2017-01-23 17:08:17 -0500
af1f767dfeComment 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
388b3497afRevert 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
43b08da03aAdd metadata file.
Daniel James
2014-08-18 15:11:09 +0100
dcf45d36e5Neither 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
614ae2bd7fMerge branch 'MSOpenTech-fixforcygwin' into develop
Beman
2014-07-30 15:07:01 -0400
9379d94b2aShow value of BOOST_PLAT_WINDOWS_DESKTOP
Beman
2014-08-02 08:11:13 -0400
800fce3aafNeither 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
0d0e14b3c5Show more macros as defined or not defined to aid regression test interpretation.
Beman
2014-08-01 07:19:58 -0400
3d081e761dMerge branch 'MSOpenTech-fixforcygwin' into develop
Beman
2014-07-30 15:07:01 -0400
44c3566380Update to Visual Studio 2013
Beman
2014-05-31 13:56:43 -0400
9c23522b73Changes 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
d77fd95f8aInitial commit VC++ 2012 test solution
Beman
2014-01-06 17:41:36 -0500
986e0f33acEnsure 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
1a925ee17bUpdate docs to reflect library inclusion in C++11 and addition of BOOST_ERROR_CODE_HEADER_ONLY
Beman
2014-01-06 16:53:25 -0500
459160d184Move 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
42ee65f745Move 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
199c0cfb0bRemove legacy VC++ solution. Easier to rebuild from scratch.
Beman
2014-01-06 15:33:39 -0500
2c620a4f3afix header-only use of error codes
Tim Blechmann
2014-01-04 12:36:44 +0100
85ba824b37Create first merge point for Git
Beman
2013-12-20 08:04:18 -0500
21563d532fMeaningless extra line added just to test modular boost.
Beman
2013-12-02 13:54:25 -0500
067ff613b3Merge from trunk.
Christopher Kohlhoff
2013-10-26 23:25:53 +0000
ec47972526Fix WinRT detection.
Christopher Kohlhoff
2013-10-03 23:59:54 +0000
94898ff8a6Merge system from trunk.
Christopher Kohlhoff
2013-09-22 21:51:30 +0000
c64f27c9beAdd Windows Runtime support to Boost.System.
Christopher Kohlhoff
2013-09-16 13:29:47 +0000
ec4d3bc41eSystem/FileSystem: merge from trunk to fix#7278.
Vicente J. Botet Escriba
2013-03-24 20:20:29 +0000
08ea984237Use C++11 explicit conversion operator if available
Beman Dawes
2013-02-28 20:55:07 +0000
87130d1d73Add 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
65e14ff167System/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
8fbde538f3Add some infrastructure
Beman Dawes
2012-08-28 14:53:18 +0000
dc61a075b2Add some infrastructure
Beman Dawes
2012-08-28 14:51:55 +0000
bdcfe61429Revert 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