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: inducer/pycparserext
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2021.1
Choose a base ref
...
head repository: inducer/pycparserext
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2024.1
Choose a head ref
  • 19 commits
  • 13 files changed
  • 4 contributors

Commits on Jul 31, 2022

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

Commits on Nov 20, 2022

  1. Configuration menu
    Copy the full SHA
    b082c66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53a0650 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5321ce7 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Placate flake8-comprehensions

    inducer committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    6b9db4a View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Fix TypeDecl -> TypeDeclExt conversion

    pycparser's TypeDecl node gained an "align" __init__ parameter, so
    forward it and use named parameters to avoid silent breakage in the
    future.
    
    The issue manifested as a Coord object being used for "type".
    douglas-raillard-arm authored and inducer committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    d376487 View commit details
    Browse the repository at this point in the history
  2. Use named parameters for ArrayDeclExt

    Use named parameters to avoid issues like TypDecl silently growing a new
    parameter, and pycparserext's parameter list being shifted.
    douglas-raillard-arm authored and inducer committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    a4a2af7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c5ca53 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. added __typeof expression type_specifier, it is another alias for __t…

    …ypeof__; test added too
    retif authored and inducer committed May 30, 2024
    Configuration menu
    Copy the full SHA
    2cf018f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    1200608 View commit details
    Browse the repository at this point in the history
  2. Add dependabot config

    inducer committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    18487a0 View commit details
    Browse the repository at this point in the history
  3. Bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and inducer committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d0aefac View commit details
    Browse the repository at this point in the history
  4. Bump actions/setup-python from 4 to 5

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and inducer committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    883f852 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    28067e2 View commit details
    Browse the repository at this point in the history
  2. Drop deprecated c_generator

    inducer committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    3d0ed55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06bf752 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    e3f1cdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    872fe19 View commit details
    Browse the repository at this point in the history
  3. Additional ruff fixes

    inducer committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    c7ee565 View commit details
    Browse the repository at this point in the history
Loading