Skip to content

Latest commit

 

History

History
82 lines (40 loc) · 2.27 KB

CHANGELOG.md

File metadata and controls

82 lines (40 loc) · 2.27 KB

CHANGELOG

v0.1.1 (2024-09-04)

Fix

  • fix: ifco v08 support (#6) (539d503)

Unknown

  • remove hardcoded osx sysroot and deployment target (03aef29)

  • update conda build variant name (17a2a88)

v0.1.0 (2024-01-24)

Chore

  • chore: Update pr-review.yaml (#3) (704fcf8)

Feature

  • feat: New CI tooling, local dev setup and stp to glb parser (#4) (a2df512)

Unknown

  • update ci tooling (e89631a)

  • Fix/ci conda (#1)

  • keep work dir to ensure that conda build succeeds

  • minor change in ci workflow name

  • start to work on fixing unix build

  • fix failing linux compilations

  • attempt to fix macos issues

  • try with a newer osx ci runner

  • try forcing the minimum osx version in the CMakeLists.txt file

  • set the ci runner version to 10.14 in hopes of better availability

  • try listing all available osx sdk's on runner

  • set osx sysroot in conda_build_config.yaml

  • add a extra ci file

  • try downloading the sdk explicitly

  • try downloading the sdk explicitly

  • make another attempt to fix osx by manually downloading osx sdk

  • set osx target before project definition

  • try to use pyproject.toml for all osx version tagging

  • try setting the minimum in the CMakeLists.txt

  • try setting in the pyproject.toml file

  • add extra checks in the CMakeLists.txt

  • dp not override the cxx flags in the pyproject.toml

  • try setting the args in the conda_build_config.yaml

  • override sysroot and deployment target inside CMakeLists.txt

  • bump minimum osx sdk to 10.15

  • fix missing vector3 reference (e6f6112)

  • initial commit (5764ab0)