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

git merge smart_holder (pybind/pybind11#5026, pybind/pybind11#5033) #30102

Merged
merged 9 commits into from
Feb 20, 2024

Commits on Jan 28, 2024

  1. doc: add litgen to the automatic generators list (compiling.rst) (goo…

    …gle#5012)
    
    * doc: add litgen to the automatic generators list (compiling.rst)
    
    Added this:
    
    [litgen]_ is an automatic python bindings generator with a focus on generating
    documented and discoverable bindings: bindings will nicely reproduce the documentation
    found in headers. It is is based on srcML (srcml.org), a highly scalable, multi-language
    parsing tool with a developer centric approach. The API that you want to expose to python
    must be C++14 compatible (but your implementation can use more modern constructs).
    
    .. [litgen] https://pthom.github.io/litgen
    
    * style: pre-commit fixes
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pthom and pre-commit-ci[bot] committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    768cebe View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. chore(deps): update pre-commit hooks (google#5018)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.2.0](astral-sh/ruff-pre-commit@v0.1.9...v0.2.0)
    - [github.com/sirosen/texthooks: 0.6.3 → 0.6.4](sirosen/texthooks@0.6.3...0.6.4)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    416f7a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. ci: Ignore v1 updates for checkout (google#5023)

    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e84d446 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0518bf9 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. chore(deps): bump the actions group with 3 updates (google#5024)

    Bumps the actions group with 3 updates: [jwlawson/actions-setup-cmake](https://github.com/jwlawson/actions-setup-cmake), [actions/cache](https://github.com/actions/cache) and [pre-commit/action](https://github.com/pre-commit/action).
    
    
    Updates `jwlawson/actions-setup-cmake` from 1.14 to 2.0
    - [Release notes](https://github.com/jwlawson/actions-setup-cmake/releases)
    - [Commits](jwlawson/actions-setup-cmake@v1.14...v2.0)
    
    Updates `actions/cache` from 3 to 4
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3...v4)
    
    Updates `pre-commit/action` from 3.0.0 to 3.0.1
    - [Release notes](https://github.com/pre-commit/action/releases)
    - [Commits](pre-commit/action@v3.0.0...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: jwlawson/actions-setup-cmake
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: pre-commit/action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    8b48ff8 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. OMG: PYBIND11_INTERNALS_SH_DEF was defined the wrong way around since

    pybind/pybind11#3283 (merged 2021-09-20). (google#5026)
    Ralf W. Grosse-Kunstleve committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    35cb542 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into sh_merge_master

    Ralf W. Grosse-Kunstleve committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    47422c5 View commit details
    Browse the repository at this point in the history
  3. Tracking ci.yml changes from master.

    Ralf W. Grosse-Kunstleve committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    10283c2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'smart_holder' into pywrapcc_merge_sh

    Ralf W. Grosse-Kunstleve committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    2d505e2 View commit details
    Browse the repository at this point in the history