Peter Dimov
|
0272ea0ea5
|
Revert "Revert "Use enable_if from type_traits""
This reverts commit ca68b08511.
|
2018-09-18 22:30:50 +03:00 |
|
Peter Dimov
|
c4626e0413
|
Revert "Normalize Core includes"
This reverts commit ff7116404b.
|
2018-09-18 22:30:40 +03:00 |
|
Peter Dimov
|
ff7116404b
|
Normalize Core includes
|
2018-09-17 02:47:34 +03:00 |
|
Peter Dimov
|
ca68b08511
|
Revert "Use enable_if from type_traits"
This reverts commit f92c0fc9b7.
|
2018-09-17 02:39:32 +03:00 |
|
Peter Dimov
|
bbd0a3766d
|
Sprinkle more BOOST_SYMBOL_VISIBLE throughout
|
2018-09-16 13:53:11 +03:00 |
|
Peter Dimov
|
a9909bb82b
|
Add BOOST_SYMBOL_VISIBLE to generic_error_category and system_error_category, to placate ubsan
|
2018-09-16 08:00:24 +03:00 |
|
Peter Dimov
|
3bdea5dfa3
|
Disable constexpr on msvc-14.1
|
2018-09-16 04:49:59 +03:00 |
|
Peter Dimov
|
4b7018de85
|
MSVC requires __declspec(dllimport) for variables
|
2018-09-16 04:23:37 +03:00 |
|
Peter Dimov
|
f92c0fc9b7
|
Use enable_if from type_traits
|
2018-09-15 01:50:41 +03:00 |
|
Peter Dimov
|
dc5a054d9e
|
Remove unnecessary #include
|
2018-09-15 01:00:39 +03:00 |
|
Peter Dimov
|
13199e504c
|
Reorder includes to avoid ::gets error under Clang 3.8, 3.9
|
2018-07-19 19:48:20 +03:00 |
|
Peter Dimov
|
3c59cea7ef
|
Disable constexpr on Clang/libstdc++4.8
|
2018-07-19 19:04:53 +03:00 |
|
Peter Dimov
|
e57cca107d
|
Disable constexpr on Clang/Win
|
2018-07-09 13:50:27 +03:00 |
|
Peter Dimov
|
9e039cfaf9
|
Fix dllexport mismatch errors under clang++
|
2018-06-29 05:39:42 +03:00 |
|
Peter Dimov
|
084d8e119e
|
Update g++ workaround to exclude 7.4/8.1
|
2018-06-29 03:56:56 +03:00 |
|
Peter Dimov
|
d1f3d3b349
|
Merge branch 'develop' into feature/constexpr
|
2018-01-29 14:57:30 +02:00 |
|
Peter Dimov
|
0433e561b5
|
Change the invalid address of boost::throws() to 8 from 1, so that it's properly aligned
|
2018-01-29 02:29:14 +02:00 |
|
Peter Dimov
|
35e3e22c7e
|
Add BOOST_SYSTEM_CONSTEXPR to operator bool
|
2018-01-22 23:39:59 +02:00 |
|
Peter Dimov
|
7b94454e7c
|
Merge branch 'develop' into feature/constexpr
|
2018-01-22 21:13:37 +02:00 |
|
Peter Dimov
|
0b48bb8166
|
Use explicit operator bool when available
|
2018-01-22 21:13:02 +02:00 |
|
Peter Dimov
|
19d5bf5f04
|
clang++ 3.8 and below requires a user-provided default constructor
|
2018-01-22 17:39:29 +02:00 |
|
Peter Dimov
|
587ceaf739
|
Enable constexpr in header-only mode as well
|
2018-01-22 04:56:40 +02:00 |
|
Peter Dimov
|
77817d8847
|
Fix MinGW link errors by properly exporting symbols
|
2018-01-22 02:20:01 +02:00 |
|
Peter Dimov
|
61b4d8ef24
|
Fix variant=release link errors
|
2018-01-21 21:42:22 +02:00 |
|
Peter Dimov
|
83ddde6b78
|
Disable constexpr on g++ 7/8 in C++17 mode due to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83835
|
2018-01-14 15:55:23 +02:00 |
|
Peter Dimov
|
fe55a4a963
|
Make error_category::op==, !=, < nonmembers (a non-literal class can't have constexpr members acc. to g++)
|
2018-01-14 08:49:25 +02:00 |
|
Peter Dimov
|
7b6dcf6ac6
|
Make error_code, error_condition literal if C++14 constexpr is available
|
2018-01-14 07:24:00 +02:00 |
|
Peter Dimov
|
d28c6ff128
|
Do not put categories in an unnamed namespace, as this is an ODR violation in header-only mode
|
2018-01-14 05:56:15 +02:00 |
|
Daniela Engert
|
706659a97f
|
std::basic_string::size() may return a size_type which is wider than an int.
Signed-off-by: Daniela Engert <dani@ngrt.de>
|
2017-12-16 10:40:49 +01:00 |
|
Peter Dimov
|
e367d65b6e
|
Fix use of _alloca under g++/clang (mingw/cygwin)
|
2017-11-01 20:59:34 +02:00 |
|
Zang MingJie
|
0daba59730
|
Fix MSVC compile error
|
2017-11-02 01:32:18 +08:00 |
|
Andrey Semashev
|
a4b67129ff
|
Updated Boost.WinAPI usage to the new location and namespace.
|
2017-10-25 00:44:18 +03:00 |
|
Peter Dimov
|
829a1320a7
|
Replace BOOST_SYSTEM_NO_DEPRECATED with BOOST_SYSTEM_ENABLE_DEPRECATED
|
2017-10-21 19:19:57 +03:00 |
|
Beman
|
cd38d2f778
|
Remove unused assignment. This was pull request 15, which was made against master instead of develop.
|
2017-09-08 15:44:52 -04:00 |
|
Beman
|
e039a454cf
|
Hand add the fix from github.com/boostorg/system/pull/12. Note: This fix was verified by testing in release mode with clang 4.0 on Linux. It crashed before applying the P/R and passed afterwards. The pull request was applied by hand to add some new comments and do some other minor code rearrangements. Thanks to Visigoth for the P/R.
|
2017-09-07 16:36:48 -04:00 |
|
Andrey Semashev
|
b6ef4ad220
|
Silence MSVC warnings about 'this' in base class initializer list.
|
2017-09-05 21:32:25 +03:00 |
|
Daniela Engert
|
d8d71216e9
|
fix narrowing conversion
Signed-off-by: Daniela Engert <dani@ngrt.de>
|
2017-08-27 07:11:04 +02:00 |
|
Peter Dimov
|
a0fb1f2d41
|
Simplify 03/11 mismatch test because of MinGW; message() doesn't work
|
2017-07-24 12:29:32 +03:00 |
|
Peter Dimov
|
c639237adf
|
Maintain the same error_category class layout in 03/11 mode
|
2017-07-24 05:32:44 +03:00 |
|
Peter Dimov
|
2649b7e4a6
|
Merge branch 'develop'
|
2017-06-22 21:56:51 +03:00 |
|
Peter Dimov
|
87c427b5df
|
Rework the equivalence logic in terms of the corresponding downstream equivalent
|
2017-06-22 19:27:55 +03:00 |
|
Peter Dimov
|
cc26feabef
|
Fix error_code.ipp on Cygwin
|
2017-06-13 19:50:36 +03:00 |
|
Beman
|
f26bfc87aa
|
Fix typo
|
2017-06-04 11:28:14 -04:00 |
|
Beman
|
bd37d3b619
|
Reformat overly long lines of code.
|
2017-06-04 11:17:39 -04:00 |
|
Beman
|
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.
|
2017-06-04 11:01:08 -04:00 |
|
Jorge Lodos
|
67ae4c2aa7
|
Do not include windows.h in header only mode
|
2017-05-28 16:37:27 -04:00 |
|
Beman
|
b9eb153bac
|
Merge branch 'hotfix/deprecated-throw' of git://github.com/mkurdej/system into mkurdej-hotfix/deprecated-throw
|
2017-05-28 09:15:27 -04:00 |
|
Peter Dimov
|
02262a4048
|
Test a user-defined error condition category; improve equivalent
|
2017-05-21 01:25:09 +03:00 |
|
Peter Dimov
|
bdd1613898
|
Do not map system::generic to std::generic directly
|
2017-05-20 19:33:03 +03:00 |
|
Peter Dimov
|
c4238c745c
|
Add second overload of equivalent, improve first
|
2017-05-20 18:59:15 +03:00 |
|