Deniz Bahadir
Deniz Bahadir
This fixes errors like the following that occur with newer compiler versions: ``` /usr/include/boost/test/tools/assertion_result.hpp:57:79: error: no matching function for call to ‘boost::test_tools::assertion_result::readonly_property65::readonly_property65(boost::logic::tribool)’ 57 | assertion_result( BoolConvertable const& pv_ ) :...
Currently, there is no way for a *guard* or an *action* to know from which *source* state and to what *target* state one currently transitions. (The only possible way I...
When compiling with Visual Studio using `clang-cl` compiler the resource-compiler of MSVC will still be used. However, it trips over some clang-specific things in the C standard headers of `libc++`...
When enabling this plugin and loading slides from external files the text-content appears just fine. However, the speaker-notes that were added using the `...` syntax do not appear in the...
C++20 deprecated implicit capturing of `this` in lambdas when capturing with `[=]`. Therefore this PR replaces these implicit captures by explicit ones. (This is backwards-compatible with earlier C++ standards that...
This PR fixes a problem with the version-script (`zlib.map`) when also building with enabled `z_` prefix for the function names. Without the changes from this PR the version-script did not...
Hi there, I just wanted to know if this project is still maintained and if it is planned to add support for multi-threaded processes? Thanks, Deniz
I created a CMake script module which implements a `boosttest_discover_tests` CMake function, similar to the one provided by CMake for GTest. It also implements the new `PRE_TEST`behavior that exists for...
### What is your question? The documentation of Conan explains that recipe options can take different pre-defined values, one of them being `None`. Consider for example: ``` options = {...