Commit Graph

693 Commits

Author SHA1 Message Date
Peter Dimov
f8ef12bcc4 Add before_main_test. 2018-01-14 05:29:02 +02:00
Peter Dimov
c3da8661dc Add test that checks for duplicate category instances 2018-01-14 05:10:44 +02:00
Peter Dimov
f69e195aaf Do not link to the library for the header-only tests 2018-01-14 04:56:58 +02:00
Peter Dimov
d0c6aae2b9 Merge pull request #22 from DanielaE/fix/narrowing
std::basic_string::size() may return a size_type which is wider than …
2017-12-16 18:58:38 +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
120860c397 Update Travis, Appveyor 2017-11-22 02:45:49 +02:00
Peter Dimov
e367d65b6e Fix use of _alloca under g++/clang (mingw/cygwin) boost-1.66.0 2017-11-01 20:59:34 +02:00
Peter Dimov
5e5cd0fda5 Merge branch 'bugfix' of https://github.com/kghost/boost-system into develop 2017-11-01 20:41:01 +02:00
Peter Dimov
a4955ec9c1 Test header-only w/ BOOST_NO_ANSI_APIS 2017-11-01 20:34:53 +02:00
Zang MingJie
0daba59730 Fix MSVC compile error 2017-11-02 01:32:18 +08:00
Peter Dimov
9cc189382d Fix .travis.yml to support branches 2017-10-27 15:33:49 +03:00
Peter Dimov
41c43b6129 Use <cxxstd> in .travis.yml 2017-10-25 17:20:32 +03:00
Peter Dimov
16fc70c76f Merge branch 'update_winapi' of https://github.com/Lastique/system into develop 2017-10-25 00:54:02 +03:00
Andrey Semashev
a4b67129ff Updated Boost.WinAPI usage to the new location and namespace. 2017-10-25 00:44:18 +03:00
Peter Dimov
81619e13c3 Merge branch 'master' into develop 2017-10-24 23:39:47 +03:00
Peter Dimov
41e0404847 Merge pull request #18 from boostorg/pr/remove-no-deprecated
Replace BOOST_SYSTEM_NO_DEPRECATED with BOOST_SYSTEM_ENABLE_DEPRECATED
2017-10-23 00:12:19 +03:00
Peter Dimov
829a1320a7 Replace BOOST_SYSTEM_NO_DEPRECATED with BOOST_SYSTEM_ENABLE_DEPRECATED 2017-10-21 19:19:57 +03:00
Beman
1fab2e71cc Merge branch 'develop' 2017-09-14 08:06:21 -04:00
Peter Dimov
54de17d886 Merge commit 'c493242855219beb6476f3bb70e6b2df670852e7' 2017-09-13 15:27:26 +03:00
Peter Dimov
855fc96010 Merge branch 'master' into develop 2017-09-13 15:25:52 +03:00
Peter Dimov
fe1991c624 travis: install libstdc++ 4.9 for clang 14/1z 2017-09-11 01:31:51 +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 Dawes
49e2267c3e Merge pull request #15 from 8W9aG/fix-unread-assignment
Remove unread assignment
2017-09-08 15:36:56 -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
Beman
1bb5b95ebd Rewrite the boost::throws() reference documentation. Add tests of boost::throws() using the divide() function from the reference documentation. Having tests will allow us to change the implementation of throws() without fear of silently breaking it. 2017-09-07 15:00:26 -04:00
Peter Dimov
c493242855 Merge pull request #17 from Lastique/silence_msvc_warnings
Silence MSVC warnings about 'this' in base class initializer list.
2017-09-06 15:55:23 +03:00
Andrey Semashev
b6ef4ad220 Silence MSVC warnings about 'this' in base class initializer list. 2017-09-05 21:32:25 +03:00
Peter Dimov
efe849862f travis: install libstdc++ 4.9 for clang 14/1z 2017-09-05 05:26:24 +03:00
Peter Dimov
d0fe891bb3 Add 'quick' test target 2017-09-05 04:52:08 +03:00
Peter Dimov
6087f1c529 Merge pull request #14 from DanielaE/feature/qoi-warning
fix narrowing conversion
2017-08-27 20:10:51 +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
b97772973b Merge branch 'develop' boost-1.65.1 boost-1.65.0 2017-07-24 13:15:37 +03: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
d7ef760af7 Add g++-7, clang-4 to Travis 2017-07-24 05:31:23 +03:00
Peter Dimov
2f413abd8d Add more 03/11 mismatch tests 2017-07-24 05:15:49 +03:00
Peter Dimov
fe59bbdb3d Add 03/11 mismatch tests 2017-07-24 04:52:55 +03:00
Peter Dimov
2649b7e4a6 Merge branch 'develop' 2017-06-22 21:56:51 +03:00
Peter Dimov
29fda3272c Remove diagnostic options from appveyor.yml 2017-06-22 20:01:32 +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
5eda96dcbc Fix Cygwin path 2017-06-22 18:10:55 +03:00
Peter Dimov
d6c950f534 Add missing #include 2017-06-22 18:09:33 +03:00
Peter Dimov
81880ba5ff Execute bootstrap in a subshell in Appveyor 2017-06-22 17:28:25 +03:00
Peter Dimov
483f3769e6 Add --debug-configuration to appveyor.yml 2017-06-22 16:21:08 +03:00
Peter Dimov
23e7c5d133 Add MinGW to Appveyor 2017-06-22 15:23:48 +03:00
Peter Dimov
138a7c0d27 Fix CXXFLAGS in appveyor.yml 2017-06-13 20:17:40 +03:00
Peter Dimov
473cf5ef91 Add import testing to test/Jamfile 2017-06-13 20:12:21 +03:00
Peter Dimov
62ecf74717 Add appveyor.yml 2017-06-13 19:58:16 +03:00
Peter Dimov
cc26feabef Fix error_code.ipp on Cygwin 2017-06-13 19:50:36 +03:00
Peter Dimov
ef2b755d77 Fix <winerror.h> include in error_code_test on cygwin/mingw 2017-06-13 19:34:28 +03:00