Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows build and explicit driver selection #39

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    7b7a5ac View commit details
    Browse the repository at this point in the history
  2. build(win): add platform x64

    silhusk committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    9e77dd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ae46d8 View commit details
    Browse the repository at this point in the history
  4. chore: ignore VS files

    silhusk committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    323aa09 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. fix: duplicate value in switch statement

    wxLANGUAGE_SPANISH_MODERN is a synonym for wxLANGUAGE_SPANISH.
    silhusk committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    108f909 View commit details
    Browse the repository at this point in the history
  2. fix: match cast type with declaration

    Use the same target type as the declaration of the overload we call.
    This compiles both with gcc and VS.
    silhusk committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    18099c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. fix(win): flip image vertically

    Regression introduced by port to newer OpenCV.
    Before we did set the images' "origin" attribute.
    silhusk committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    e041c6e View commit details
    Browse the repository at this point in the history
  2. feat: device choice list includes devices for each driver

    Let the user choose explicitly both the device and the driver.
    silhusk committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    d135aa4 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    cedccb0 View commit details
    Browse the repository at this point in the history