Martin Valgur
Martin Valgur
The project should really be buildable from sources alone, when not cloned as a Git repo. Pretty much all package repositories rely on source tarballs to build the packages for...
Single precision is not sufficient to guarantee stable numerical values in the decoded output to the 8th decimal position output by the ASCII messages. Also improve the equality asserts to...
Python 3.7 is no longer available on Windows GitHub runners and is not that relevant overall anymore.
### Describe the bug Conan: 2.8.0 When using the GnuToolchain generator in the following manner ```python tc = GnuToolchain(self) tc.make_args["PREFIX"] = "" ... tc.generate() ``` where an empty string is...
### Describe the bug Keeping the bug report info from #16527. The `runtime_deployer` from #15382 is a very good addition to Conan, but the implementation currently has some defects: -...
Adds a recipe for GNSSTk: https://github.com/SGL-UT/gnsstk On Repology under the former GPSTk name: [](https://repology.org/project/gpstk/versions)
### Summary Changes to recipe: **libpq/17.0** #### Motivation Switching to the new Meson-based build system to hopefully get rid of the maintenance overhead of the large number of complex patches...
- Closes #25668.
### Summary Changes to recipe: **imgui/[*]** #### Motivation There are two major issues with the current approach of building only the core `imgui.cpp` and no backends or other optional components:...