.. |
cmake_subdir_test
|
Add test/cmake_subdir_test
|
2019-01-05 19:55:38 +02:00 |
msvc
|
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 |
after_main_test.cpp
|
Simplify after_main_test
|
2018-09-22 15:40:19 +03:00 |
before_main_test.cpp
|
Add before_main_test.
|
2018-01-14 05:29:02 +02:00 |
config_test.cpp
|
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 |
constexpr_test.cpp
|
Update workarounds to cover g++ 8.1
|
2018-06-29 02:29:23 +03:00 |
dynamic_link_test.cpp
|
Fix throw_test.cpp to not meddle with BOOST_SYSTEM_SOURCE as it needs to import from Boost.System while exporting throw_test()
|
2018-09-16 06:27:52 +03:00 |
error_category_test.cpp
|
Add a noexcept overload of message() taking a buffer
|
2018-09-21 03:16:55 +03:00 |
error_code_test.cpp
|
Disable English-dependent test; fixes #39.
|
2019-03-16 19:51:21 +02:00 |
error_code_user_test.cpp
|
Replace BOOST_SYSTEM_NO_DEPRECATED with BOOST_SYSTEM_ENABLE_DEPRECATED
|
2017-10-21 19:19:57 +03:00 |
failed_constexpr_test.cpp
|
Add failed_constexpr_test.cpp
|
2018-09-22 21:06:31 +03:00 |
failed_test.cpp
|
Revert operator bool() to its pre-failed value() != 0 meaning
|
2019-02-27 21:10:57 +02:00 |
generic_category_test.cpp
|
Add system_category_test; fix Windows implementation
|
2018-09-21 04:51:50 +03:00 |
header_only_test.cpp
|
Do not link to the library for the header-only tests
|
2018-01-14 04:56:58 +02:00 |
initialization_test.cpp
|
Avoid unused expression warning by using the expression
|
2018-01-22 05:21:08 +02:00 |
Jamfile.v2
|
Avoid allocation on interop for system/generic categories; fix DLL interoperability on msvc-14.x by poking into std::system_category::_Addr
|
2019-04-25 00:31:25 +03:00 |
quick.cpp
|
Use explicit operator bool when available
|
2018-01-22 21:13:02 +02:00 |
single_instance_1.cpp
|
Use BOOST_SYMBOL_EXPORT instead of __declspec
|
2018-01-22 03:19:35 +02:00 |
single_instance_2.cpp
|
Use BOOST_SYMBOL_EXPORT instead of __declspec
|
2018-01-22 03:19:35 +02:00 |
single_instance_test.cpp
|
Fix hash_value
|
2018-09-17 18:18:37 +03:00 |
std_interop_test.cpp
|
Make Boost.System header-only
|
2018-09-16 03:04:19 +03:00 |
std_mismatch_test.cpp
|
Make Boost.System header-only
|
2018-09-16 03:04:19 +03:00 |
std_single_instance_1.cpp
|
Avoid allocation on interop for system/generic categories; fix DLL interoperability on msvc-14.x by poking into std::system_category::_Addr
|
2019-04-25 00:31:25 +03:00 |
std_single_instance_2.cpp
|
Avoid allocation on interop for system/generic categories; fix DLL interoperability on msvc-14.x by poking into std::system_category::_Addr
|
2019-04-25 00:31:25 +03:00 |
std_single_instance_test.cpp
|
Avoid allocation on interop for system/generic categories; fix DLL interoperability on msvc-14.x by poking into std::system_category::_Addr
|
2019-04-25 00:31:25 +03:00 |
system_category_test.cpp
|
system_error_test: Increase tested messages range (Nikita Kniazev)
|
2019-03-24 00:24:05 +02:00 |
system_error_test.cpp
|
system_error_test: Reenable locale query on MinGW and Cygwin
|
2019-03-17 01:53:37 +03:00 |
throw_test.cpp
|
Fix throw_test.cpp to not meddle with BOOST_SYSTEM_SOURCE as it needs to import from Boost.System while exporting throw_test()
|
2018-09-16 06:27:52 +03:00 |
throws_assign_fail.cpp
|
Test that assigning to boost::throws() crashes
|
2018-01-28 17:29:13 +02:00 |
warnings_test.cpp
|
Add warnings_test.cpp; disable -Wnon-virtual-dtor on g++ < 4.6
|
2019-03-04 19:23:32 +02:00 |
win32_hresult_test.cpp
|
Add an empty main() in win32_hresult_test when not on Windows
|
2018-09-17 20:25:13 +03:00 |