Tushar Bhatnagar
Tushar Bhatnagar
This change adds a `static_cast` to `parse_function_generator.cc` so that generated C++ files do not emit a warning ([C4244 – 'conversion' conversion from 'type1' to 'type2', possible loss of data](https://docs.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-levels-3-and-4-c4244?view=msvc-170)) when...
**Describe the bug** I am using `'VCPKG_OVERRIDE_FIND_PACKAGE_NAME` to override the name of find_package to effectively change it to `find_vcpkg_package` for use in our project. In doing so, I have found...
When using the pwsh script shell and trying to pass arguments after the double dash `--` to an underlying PowerShell script, it did not like having the arguments escaped. Instead,...
This is a great tool and my team uses it heavily for local development. Thank you!! We are hitting the following issue which has been very challenging to work around....
The opencv4 port is missing a feature for "carotene" and the corresponding [`WITH_CAROTENE` flag passed to OpenCV](https://github.com/opencv/opencv/blob/3.2.0/CMakeLists.txt#L174). **** **Is your feature request related to a problem? Please describe.** When building...