fletch icon indicating copy to clipboard operation
fletch copied to clipboard

Computer Vision Software Development Environment

Results 67 fletch issues
Sort by recently updated
recently updated
newest added

Update some of the defaults for packages so the defaults match what is currently used by the upcoming kwiver version 2 release.

This should hopefully prevent the random CI failures due to failing to download tarballs from their original sources.

A minor README update that clarifies what "building fletch" means. Resolves #750

[Building Fletch](https://github.com/Kitware/fletch?tab=readme-ov-file#building-fletch) is a section in the README, but since it also says Fletch is “a pure CMake project” it's unclear what it might mean to build fletch, and the...

This supports newer Python versions.

Update cppzmq to the latest release, which includes many API improvements. Don't replace the CMakeLists.txt, as the upstream one importantly produces the CMake package configuration that is needed by consumers.

Notable changes: * Added option to enable C++17 which is on by default * Change fallback C++ standard to C++11 from C++98 * Update CMake minumum required version to 3.10...