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

Introduced proper OpenFace bindings #3

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Oct 5, 2024

  1. Fixed CI and added test release workflow (#2)

    * Changed `vcpkg` job
    
    * Added `vcpkg` architecture triplets
    
    * Added packages to install by `vcpkg`
    
    * Turned installing packages off
    
    * Restored previous `vcpkg` job
    
    * Added explicit `vcpkg` directory
    
    * Bumped `vcpkg` action version
    
    * Changed Ubuntu version
    
    * Removed Ubuntu variant
    
    * Added some debug printing
    
    * Removed Windows variant
    
    * Added Linux environment inheritance
    
    * Added passing `vcpkg` path to `buildciwheel`
    
    * Added more debug
    
    * Added another path to vcpkg
    
    * Added fallbacks in `vcpkg` search
    
    * Enhanced debug
    
    * Inherit `VCPKG_ROOT` on Linux
    
    * Delete Meson fallbacks
    
    * Added even more debug
    
    * Changed `cibuildwheel` environment a bit
    
    * Fixed Meson `find_program`s
    
    * Fixed Meson `find_program`s
    
    * Added VCPKG_ROOT as a Meson fallback
    
    * Deleted custom vcpkg directory
    
    * Deleted Meson fallback
    
    * Modified inherited path
    
    * Changed debug
    
    * Added `vcpkg` bootstrapping
    
    * Added `vcpkg` submodule
    
    * Added `vcpkg` submodule
    
    * Modified before-all
    
    * Added some debug
    
    * Added some debug
    
    * Added some debug
    
    * Added `vcpkg` submodule init
    
    * Added `vcpkg` repo cloning
    
    * Added exports to before-all
    
    * Added debug to before-all
    
    * Restored `vcpkg` action and added debug to before-all
    
    * Added `vcpkg` bootrstrapping to before-build
    
    * Added `vcpkg` version debug
    
    * Added `vcpkg` location debug info
    
    * Changed `vcpkg` search dir
    
    * Changed `vcpkg` search dir
    
    * Added separate before-build for Linux
    
    * Added separate before-build for Linux
    
    * Added separate before-build for Linux
    
    * Added separate before-build for Linux
    
    * Simplified Linux before-all
    
    * Added Linux container `vcpkg` location to Meson search list
    
    * Added Linux container `vcpkg` location to Meson search list
    
    * Added separate C++ toolchain installation method for Linux
    
    * Fixed Linux C++ toolchain setup
    
    * Removed Ninja from Linux dependencies
    
    * Limited supported architectures on Linux
    
    * Limited supported architectures on Linux
    
    * Deleted support for Linux aarch64
    
    * Overriden musllinux C++ toolchain installation procedure
    
    * Added Ninja to musllinux C++ toolchain
    
    * Added post-build debug info
    
    * Downgraded upload-artifacts
    
    * Added a test release workflow
    integraledelebesgue authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    aa5ae18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    910c0e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ad14ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad7df04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dedea2e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b3d708 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    561f8d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04f6691 View commit details
    Browse the repository at this point in the history