Beman Dawes
b4aa25dc0e
Merge pull request #9 from jlodos/feature/do_not_include_windows.h
...
Feature/do not include windows.h
2016-02-22 10:36:06 -05:00
Jorge Lodos
4fecb0a505
Merge branch 'feature/do_not_include_windows.h' of github.com:jlodos/system into feature/do_not_include_windows.h
...
# Conflicts:
# include/boost/system/detail/error_code.ipp
2016-02-18 22:02:43 -06:00
Jorge Lodos
561ac00345
Do not include windows.h in header only mode
2016-02-18 22:00:34 -06:00
Jorge Lodos
7c0e5f7c0d
Do not include windows.h in header only mode
2016-02-18 21:49:53 -06:00
Beman Dawes
e374f766ea
Merge pull request #7 from Lastique/patch-1
...
Fix gcc warnings about unused variables
2015-11-21 10:24:38 -05:00
Andrey Semashev
241f69c55e
Fix gcc warnings about unused variables
2015-11-16 16:42:21 +03:00
Marek Kurdej
1f67456bcf
Use BOOST_NOEXCEPT_OR_NOTHROW
instead of throw()
to avoid -Wdeprecated warning on clang (3.5+).
2015-10-23 11:54:17 +02:00
Beman
69252d03b1
Upgrade to VC++ 14.0 2015
2015-01-19 14:11:39 -05:00
Beman
db3dd13fb6
Rename test/system directory to test/msvc
2015-01-19 14:09:21 -05:00
Beman
e5da5ce2cf
Merge remote-tracking branch 'remotes/origin/develop'
2015-01-06 11:08:27 -05:00
Beman Dawes
cd8828db96
Merge pull request #5 from danieljames/metadata
...
Create metadata file.
2015-01-06 10:58:04 -05:00
Daniel James
43b08da03a
Add metadata file.
2014-08-18 15:11:09 +01:00
Beman
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.
2014-08-03 13:44:11 -07:00
Beman
614ae2bd7f
Merge branch 'MSOpenTech-fixforcygwin' into develop
2014-08-03 13:39:31 -07:00
Beman
9379d94b2a
Show value of BOOST_PLAT_WINDOWS_DESKTOP
2014-08-02 08:11:13 -04:00
Beman
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.
2014-08-01 10:49:40 -04:00
Beman
0d0e14b3c5
Show more macros as defined or not defined to aid regression test interpretation.
2014-08-01 07:19:58 -04:00
Beman
3d081e761d
Merge branch 'MSOpenTech-fixforcygwin' into develop
2014-07-30 15:07:01 -04:00
Beman
3ec7345ba1
Merge branch 'develop'
2014-07-19 14:14:26 -04:00
Steve Gates
2f2c97caa8
Fixing break on cygwin because local_free_on_destruction.hpp is not
...
included. Ticket #10137 .
2014-06-19 20:30:41 -07:00
Beman
74601846e6
Add Boost.Predef include so that WindowsRT changes work even if config doesn't supply platform.
2014-06-04 11:41:30 -04:00
Beman Dawes
25e79b3492
Merge pull request #3 from MSOpenTech/winrt
...
[winrt support] Changes to make Boost System work on the Windows Runtime.
2014-06-04 11:06:40 -04:00
Beman
5a29c4458d
Merge branch 'develop'
...
Conflicts:
doc/reference.html
include/boost/system/error_code.hpp
test/system/error_code_test/error_code_test.vcxproj
test/system/system-dll/system-dll.vcxproj
test/system_msvc/system_msvc.sln
2014-06-02 08:14:58 -04:00
Beman
4b7573fd43
Fix table of contents
2014-06-02 07:23:08 -04:00
Beman
b790db0bb9
Add release history.
2014-06-02 07:07:13 -04:00
Beman
8c1549a307
Removed unneeded #include <boost/operators.hpp>
2014-05-31 13:58:40 -04:00
Beman
44c3566380
Update to Visual Studio 2013
2014-05-31 13:56:43 -04:00
Steve Gates
9c23522b73
Changes to make Boost System work on the Windows Runtime.
...
Basically just use FormatMessageW without FORMAT_MESSAGE_FROM_SYSTEM.
2014-05-27 12:28:13 -07:00
Beman
d77fd95f8a
Initial commit VC++ 2012 test solution
2014-01-06 17:41:36 -05:00
Beman
986e0f33ac
Ensure generic_category() and system_category() linkage is correct on Windows when BOOST_ERROR_CODE_HEADER_ONLY is specified.
2014-01-06 17:38:20 -05:00
Beman
1a925ee17b
Update docs to reflect library inclusion in C++11 and addition of BOOST_ERROR_CODE_HEADER_ONLY
2014-01-06 16:53:25 -05:00
Beman
459160d184
Move BOOST_SYSTEM_SOURCE definition to src/error_code.cpp so that automatic library variant selection is enabled.
2014-01-06 16:52:15 -05:00
Beman
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.
2014-01-06 15:37:51 -05:00
Beman
199c0cfb0b
Remove legacy VC++ solution. Easier to rebuild from scratch.
2014-01-06 15:33:39 -05:00
Tim Blechmann
2c620a4f3a
fix header-only use of error codes
...
BOOST_ERROR_CODE_HEADER_ONLY was not working when the headers are separated
from the sources (e.g. when installing the headers to fhs-style /usr/include
or the like). to avoid this, we move the implementation to an .ipp file
Signed-off-by: Tim Blechmann <tim@klingt.org>
2014-01-04 12:36:44 +01:00
Beman
85ba824b37
Create first merge point for Git
2013-12-20 08:04:18 -05:00
Beman
21563d532f
Meaningless extra line added just to test modular boost.
2013-12-02 13:54:25 -05:00
Christopher Kohlhoff
067ff613b3
Merge from trunk.
...
------------------------------------------------------------------------
r86152 | chris_kohlhoff | 2013-10-04 09:59:54 +1000 (Fri, 04 Oct 2013) | 1 line
Fix WinRT detection.
------------------------------------------------------------------------
r86153 | chris_kohlhoff | 2013-10-04 10:00:46 +1000 (Fri, 04 Oct 2013) | 1 line
Add WinRT implementation notes.
------------------------------------------------------------------------
r86154 | chris_kohlhoff | 2013-10-04 10:03:36 +1000 (Fri, 04 Oct 2013) | 1 line
Fix dead links in documentation.
------------------------------------------------------------------------
r86462 | chris_kohlhoff | 2013-10-27 09:32:01 +1100 (Sun, 27 Oct 2013) | 1 line
Suppress conversion warnings reported by MSVC.
------------------------------------------------------------------------
r86463 | chris_kohlhoff | 2013-10-27 09:35:32 +1100 (Sun, 27 Oct 2013) | 1 line
Support older versions of OpenSSL that don't supply SSL_CTX_clear_options.
------------------------------------------------------------------------
r86464 | chris_kohlhoff | 2013-10-27 09:39:23 +1100 (Sun, 27 Oct 2013) | 1 line
Add a note to clarify that concurrent invocation is not guaranteed for handlers in different strands.
------------------------------------------------------------------------
r86465 | chris_kohlhoff | 2013-10-27 09:42:53 +1100 (Sun, 27 Oct 2013) | 1 line
Fix typos in spawn() documentation.
------------------------------------------------------------------------
r86468 | chris_kohlhoff | 2013-10-27 09:49:17 +1100 (Sun, 27 Oct 2013) | 1 line
Updated revision history.
------------------------------------------------------------------------
[SVN r86470]
2013-10-26 23:25:53 +00:00
Christopher Kohlhoff
ec47972526
Fix WinRT detection.
...
[SVN r86152]
2013-10-03 23:59:54 +00:00
Christopher Kohlhoff
94898ff8a6
Merge system from trunk.
...
------------------------------------------------------------------------
r85699 | chris_kohlhoff | 2013-09-16 23:29:47 +1000 (Mon, 16 Sep 2013) | 2 lines
Add Windows Runtime support to Boost.System.
[SVN r85837]
2013-09-22 21:51:30 +00:00
Christopher Kohlhoff
c64f27c9be
Add Windows Runtime support to Boost.System.
...
[SVN r85699]
2013-09-16 13:29:47 +00:00
Vicente J. Botet Escriba
ec4d3bc41e
System/FileSystem: merge from trunk to fix #7278 .
...
[SVN r83550]
2013-03-24 20:20:29 +00:00
Beman Dawes
08ea984237
Use C++11 explicit conversion operator if available
...
[SVN r83210]
2013-02-28 20:55:07 +00:00
Beman Dawes
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.
...
[SVN r83197]
2013-02-28 02:13:56 +00:00
Vicente J. Botet Escriba
65e14ff167
System/FileSystem/Asio/Thread: ref #7278 Added noexcept to Boost.System to conform with C++11
...
[SVN r81808]
2012-12-09 14:47:39 +00:00
Beman Dawes
8fbde538f3
Add some infrastructure
...
[SVN r80281]
2012-08-28 14:53:18 +00:00
Beman Dawes
dc61a075b2
Add some infrastructure
...
[SVN r80280]
2012-08-28 14:51:55 +00:00
Beman Dawes
5430d82f9f
System: merge trunk
...
[SVN r78528]
2012-05-21 13:39:58 +00:00
Beman Dawes
bdcfe61429
Revert portion of 68183. This changeset was aimed at other libraries, but inadvertently modified three boost/system headers.
...
[SVN r78325]
2012-05-04 20:12:58 +00:00
Beman Dawes
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
...
[SVN r78267]
2012-04-30 14:01:34 +00:00