Torbjörn Klatt

Results 12 issues of Torbjörn Klatt

Using the C++17-introduced attributes to function parameters such as `[[maybe_unused]]` causes Doxygen/Exhale/Breathe/Sphinx to fail with error messages similar to: ``` Exception occurred: File "/usr/lib/python3.8/site-packages/sphinx/util/cfamily.py", line 291, in fail raise self._make_multi_error(errors,...

bug
help wanted

yardoc is unable to compile the documentation and fails with the following message: ``` [warn]: Load Order / Name Resolution Problem on Bzip2Singleton: [warn]: - [warn]: Something is trying to...

Would it be possible to add the configure option to only build htslib as a shared or static library? Currently, both are built always. The tools provided by htslib (e.g....

enhancement

When including htslib as a Git submodule and building it from the parent project's build system via `autoreconf && configure && make`, the htslib version is not correctly detected. The...

A new key (`'libs'`) is introduced potentially holding a list of maps specifying libraries to be checked in a generic way. Each library map must have a `'name'` and a...

`std::uncaught_exception` is deprecated in C++17 and replaced by `std::uncaught_exceptions` (the plural form). At least MSVC 14.14 is issuing warnings (C4996): ``` hippomocks\hippomocks.h(908): warning C4996: 'std::uncaught_exception': warning STL4006: std::uncaught_exception() is deprecated...

When using more than one mock repository, the destructor of the second mock repository fails with a memory access violation at hippomocks.h:942 when calling `TestFinished()` on the reporter of the...

When integrating Interop as a dependency into another CMake-driven C++ project, it is difficult to govern the parts of Interop that are being installed/deployed together with the parent project. The...

enhancement

This is more of a FYI than a bug. I just added impress-console to my presentation and experienced severe lags during all step transitions. I fixed this by commenting out...

I couldn't resist and started writing a custom HTMLTranslator for producing Bootstrap-tailored HTML directly without the need for patching the standard HTML via Javascript. This is still a work in...