-
I am trying to install RDKit version 2020 in order to have access to the necessary 3D descriptors that are not in earlier version.
I created a git clone of the rdkit package and ran the following c…
-
**Describe the bug**
ambiguous empty
**Expected behavior**
compilation
**Reproduction steps**
Steps to reproduce the bug.
sudo apt install clang-7 libc++abi-7-dev libc++-7-dev lld-7
env CXX…
-
In my C++ projects, I'm used to including libraries like `googletest` and `catch2` using [`FetchContent`](https://cmake.org/cmake/help/v3.16/module/FetchContent.html) functionality in CMake:
```
F…
-
Hello,
I'm Matt, I am developing the [Catch2 Test Adapter](https://github.com/matepek/vscode-catch2-test-adapter).
I was thinking a lot to make some pull request to your repo. (Kinda cloning min…
-
When enable binary range search ut in file test_search.cc, sanity check will crash with following error messages:
```
Address 0x7ffca61774d0 is located in stack of thread T0 at offset 3296 in frame
…
-
**Describe the bug**
Programs containing Catch2's single_include header fail to compile in Xcode projects that:
- have the target's Build Setting option, `Objective-C Automatic Reference Countin…
-
git clone + submodules
`cmake -DCMAKE_BUILD_TYPE=Debug -DRC_ENABLE_TESTS=ON -DRC_ENABLE_EXAMPLES=ON -DRC_ENABLE_GTEST=ON -DRC_ENABLE_GMOCK=ON -DRC_ENABLE_BOOST=OFF -DRC_ENABLE_BOOST_TEST=OFF -DRC_ENA…
-
Generators is a feature from _Catch2_. It is somewhat similar to a `SECTION()` that generates a different value each time it is entered. This has been requested [on reddit](https://www.reddit.com/r/cp…
-
Right now there are no unit tests for args.cpp. Unit tests are needed to make sure the interfaces for all the classes responsible for parsing the command arguments coming from the client are maintaine…
-
There are `install` flags for excluding objects/data created by most other ways (either with a library or even custom target). However there is no way to exclude an external subproject (e.g. autotools…