Martin Stump
Martin Stump
### Brief Issue Summary The current CMake Presets path does not allow for easy adjustments to the configuration by overriding/adding to cache variables. ### Expected: `cmake.configureSettings` override/add to the variables...
When adding `units` to a **CMake** project using **FetchContent**, testing has to be explicitly disabled. This check only enables testing, if `units` is the main project being built. The **ALIAS**...
### Discussed in https://github.com/orgs/OpenSimulationInterface/discussions/675 Originally posted by **globberwops** October 19, 2022 Dear all, `osi_control` and `osi_graphics` (and possibly other packages?) will introduce *event-based messages* into OSI (see project proposal P2022-01...
#### Describe the bug OSI violates several Protobuf Style Guide rules, see [Style Guide](https://protobuf.dev/programming-guides/style/) * [File Structure](https://protobuf.dev/programming-guides/style/#file-structure) imports are listed before package name imports are not sorted options are listed...
### Brief Issue Summary Setting `"cmake.exportCompileCommandsFile": true` does not work with CMake Presets. ### Expected: 1. Set ` "cmake.exportCompileCommandsFile": true` 2. `-DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=ON` is added to the CMake configure call even...
Suppose I have an instance of `meta_any` that I know may hold one of a closed set of different types. With the current interface of `meta_any`, I can `try_cast` to...