Mateusz Pusz
Mateusz Pusz
ISO 80000 explicitly states that: > When symbols for quantities are combined in a product of two or more quantities, this combination is indicated in one of the following ways:...
Provide nice Unicode symbols for fractional exponents wherever possible. ```cpp using namespace units; using namespace units::si::literals; std::cout
- downcasting facility - `type_list` operations - `common_ratio` - `measurement` - ...
## Problem statement Right now it is common to use a different compiler for `conan install` and CMake configure steps which result in an error during project configuration. ## Potential...
The Conan documentation states: > If you declare a layout() in the recipe and your CMakeLists.txt file is found in the conanfile.source_folder folder, Conan will place a CMakeUserPresets.json to include...
### Description of Problem, Request, or Question Even though MSVC-19.29 is configured for the build process: https://github.com/mpusz/units/runs/4221731756?check_suite_focus=true#step:11:104 it is not being detected while building dependencies: https://github.com/mpusz/units/runs/4221731756?check_suite_focus=true#step:11:255 The vcvarsall.bat script is...
My builds are using CONAN_RUN_TESTS to compile and run unit tests and examples. https://github.com/mpusz/units/blob/71c4bc2761afcbd1faa5406541b36425b256c08b/conanfile.py#L87-L92 I just found that the variable seems to be passed only to the first build from...
`add_common_builds()` for gcc produces builds for both libstdc++ and libstdc++11. However, for mingw only the libstdc++ is used. Please extend the matrix with a modern library usage too.
Please add a utility that will verify if build configuration is OK. For example, if the user will specify cppstd=20 for gcc-7 the builder will run and then conan will...
Hi, The docs state > You also need to adjust CMAKE_PREFIX_PATH and CMAKE_MODULE_PATH so CMake can locate all the Config.cmake files: The CMAKE_PREFIX_PATH is used by the find_package and the...