-
The `wrap` tool and the **WrapDB** system are very powerful features in Meson build system. They make developers life a lot easier by providing an easy and convenient way of using other libs as depend…
-
Currently hitting:
```
error: cannot make section .ASAN$GL associative with sectionless symbol ?id@?$collate@D@std@@2V0locale@2@A
```
While the headers do not use locales, this could be caused…
-
In file included from /usr/include/signal.h:328,
from /home/demetris/Desktop/Development/bin2h/new/Dependency/include/catch2/catch.hpp:6096,
from /home/demetris/Des…
-
When using the "catch2" extractor, the time units, "ms", "us", etc, are extracted and printed, but otherwise ignored.
This results in broken graphs when the time is near a unit boundary:
![broke…
-
### Description
With clang-14, catch2/3.1.0 from conancenter does not have string-view functionality, even though clang-14 as well as libstdc++ from gcc-8 support c++17. Without this, I end up with…
-
## How to reproduce
Use the testsuite in https://github.com/dep-heaven/tool_1:
```bash
git clone https://github.com/dep-heaven/tool_1
cd tool_1/
mkdir build
cd build/
cmake ..
```
## Ou…
-
Per [Catch2 documentation](https://github.com/catchorg/Catch2/blob/devel/docs/generators.md#combining-generate-and-section):
> GENERATE can be seen as an implicit SECTION, that goes from the place …
-
**Checklist**
- [x] The issue is about this extension and NOT about a fork.
- [x] Checked the [ALL the SUPPORT](https://github.com/matepek/vscode-catch2-test-adapter/blob/master/documents/supp…
-
*Catch2* offers some builtin float matchers to compare two floating point numbers for approximated equality. This seems to be a popular feature:
- https://github.com/cschreib/snitch/issues/96
- ht…
-
This library looks awesome but I had trouble building fstalign on macOS sonoma (the issues likely apply to M1 machines running ventura as well). I will outline the steps I followed to build this libra…