Mario Emmenlauer

Results 51 issues of Mario Emmenlauer

Thanks for the excellent library! I've added NamedType to our CI and enabled the tests, but the tests fail with Visual Studio 2019 16.7.7 (current latest). I've tested with both...

With the latest master branch and latest MSVC 19.8.5, I get an error in the build: ``` C:\gitlabci\local\builds\U8oUWsz8\0\BioDataAnalysis\NamedType\test\tests.cpp(528,29): error C2131: expression did not evaluate to a constant static_assert((10_meter == 10_meter),...

This PR makes it possible to build against a local system Google test and Google benchmark. It also adds a CMake `install` target, so that downstream users can use the...

This is a kind feature request. Thanks for this great library! I've seen that when built on Windows, it generates debugger information (in file `libpng16.pdb`). However this file is not...

**Describe the bug** I have the following alias in my `doxygen.cfg`: ``` ALIASES += highlight_green{1}="\1" ``` Generally it works nicely on markdown pages, so I can i.e. write: ``` @highlight_green{Here...

bug
fixed but not released

**Describe the bug** I can successfully generate correct documentation for enum values, as long as I do not add my tagfiles. As soon as one of my tagfiles is added,...

bug
C/C++

We have found a possible data race reported when using OpenCV `resize` method, and reported it in https://github.com/opencv/opencv/issues/24063. It seems that the origin is in oneTBB, so copying the report...

This PR fixes two minor issues: - If users want to build with a higher c++ standard than 11, do not fix `CMAKE_CXX_STANDARD` if it is already set - Fix...

The [QuickQanava](https://github.com/cneben/QuickQanava) build seems to be implemented before Qt offered the very helpful cmake tooling for QML modules. Much of what the build does manually can now be achieved much...

This PR solves the issue reported in https://github.com/cneben/QuickQanava/issues/165 and makes it possible to use QuickQanava after a typical `make install`. To achieve this, not much work was needed. The main...