Florian Wolters

Results 11 issues of Florian Wolters

In issue #24 this has been already discussed. If *Better Enums* would provide a [CMake Package](https://cmake.org/cmake/help/latest/manual/cmake-packages.7.html), it would be much easier to use by clients. Don't get me wrong: Copy...

Declaring a *Better Enum* with a underlying type of `bool` results in a C4800 compiler warning (tested with both MSVC 12.0 + MSVC 14.0, using `/W3`). ### Source code to...

I think it would be great if `protoc-gen-doc` would support basic Markdown syntax for the creation of a HTML documentation. **Example:** Consider the following Protobuf message: /** * The `DoubleDimension2d`...

I am currently trying to build OpenDDS v3.26.1 including `ACE_XML_Utils` using CMake v3.27.9 in the two build configs `Debug` and `Release`. Here are the steps I executed so far: 1....

This issue occurs at least for Bandcamp, Spotify and Apple Music. In "Step 0" a URL of one of these sites is entered and "Import" is selected. By doing this...

enhancement

The `CMakeLists.txt` generates compiler and linker errors when building with Microsoft Windows and/or the Microsoft Visual C++ (MSVC) compiler. The following changes must be applied to the `CMakeLists.txt`: 1. Add...

Hello, I'm pretty late to the party and stumbled across *Pitchfork* two days ago. I'm very interested in the future of the C++ ecosystem (build/tool integration as well as modernization/modern...

I would like to know what the key features ("the selling points") of PSsst in contrast to other C++ strong type implementations are. Why should a user depend on PSsst...

First of all: This project is awesome. I would like to see support for the `X`, `Y` and `Z` arguments of MATLABs `interp[n]` functions (I am mainly interested in `interp2`)....

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your issue described in the documentation? - [X] I have read the...