Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gvimont/libqi-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: aldebaran/libqi-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 11 files changed
  • 3 contributors

Commits on Dec 4, 2023

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

Commits on Apr 17, 2024

  1. conan: Update dependencies.

    libqi now defines a `qi_add_module` macro to
    replace `qi_create_module`.
    nyibbang committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    a7a91d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc28693 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5641ce7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f7f8b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab13725 View commit details
    Browse the repository at this point in the history
  6. Bump version to v3.1.5.

    nyibbang committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    d2c4bbc View commit details
    Browse the repository at this point in the history
  7. Release 3.1.5.

    nyibbang committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    a0ed208 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2026

  1. feat: add Python 3.12 and 3.13 support

    - Fix _Py_IsFinalizing removed in Python 3.13; use public Py_IsFinalizing()
      for Python >= 3.13 and keep _Py_IsFinalizing() for 3.7-3.12
    - Add perl-Time-Piece yum dependency required to build OpenSSL 3.6.x
    - Use --output-folder=/conan-generators in conan install for predictable
      generator paths with scikit-build-core (replaces --preset=conan-release)
    - Add Python 3.12 and 3.13 classifiers to pyproject.toml
    Maelic committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    3c1197f View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2026

  1. Merge pull request aldebaran#36 from Maelic/master

    feat: add Python 3.12 and 3.13 support
    nyibbang authored Apr 12, 2026
    Configuration menu
    Copy the full SHA
    f51dbb3 View commit details
    Browse the repository at this point in the history
Loading