Martin Valgur
Martin Valgur
Adds `proxy`: https://github.com/microsoft/proxy Proxy: Next Generation Polymorphism in C++ The "proxy" is a single-header, cross-platform C++ library that Microsoft uses to make runtime polymorphism easier to implement and faster. Please...
Adds a new recipe for the Ouster SDK: https://github.com/ouster-lidar/ouster_example The project already contains a conanfile.py and this recipe is largely based on it. The only major difference is that I...
In addition to typical migration changes also: - Adds missing dependencies (requires #18978 to be merged). - Adjusts the CMake targets to match the targets exported by FindMPI.cmake. test_package builds...
- Resolves #16913
Adds OpenSlide: https://github.com/openslide/openslide An optional dependency for libvips (https://www.libvips.org/). [](https://repology.org/project/openslide/versions)
Adds `libcudacxx`: libcu++, the NVIDIA C++ Standard Library Required by the newer versions of `cub` and `thrust`. It's part of the CUDA C++ Core Libraries (CCCL), which I intend to...
- Fix 404 URL. - Move under "open source" tools since it's GPL/LGPL/Apache-licensed. - Add link to an unofficial mirror of source code: https://github.com/valgur/gLAB.
A few minor fixes to CMake. Mostly to aid packaging for the [Conan recipe](https://github.com/conan-io/conan-center-index/tree/master/recipes/urdfdom/all) and [Vcpkg port](https://github.com/microsoft/vcpkg/tree/master/ports/urdfdom). * Add explicit `BUILD_APPS` and `BUILD_TESTING` options. * Add `_USE_MATH_DEFINES` for MSVC. *...