ade icon indicating copy to clipboard operation
ade copied to clipboard

Results 5 ade issues
Sort by recently updated
recently updated
newest added

Builds for ade (`version 0.1.2d`) are currently failing for openSUSE Tumbleweed when building tests using system installed gtest which is at `version 1.14.0`. This version of gtest requires at least...

Expected behaviour Successfully install opencv-python as usual in python:3.10-alpine image as usual Actual behaviour Compilation failed Steps to reproduce pip install opencv-python in python:3.10 alpine image opencv-python = opencv-python==4.6.0.66 62.48...

Ideally the following configurations to be tested 1. MSVC + MSBuild 2. LLVM + Ninja

- Its CMakeLists breaks some rules due to some legacy build environments it originated from (you can find several FIXMEs in the CMake Files) - The way GTest is downloaded...