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: Guardsquare/proguard-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.1.8
Choose a base ref
...
head repository: Guardsquare/proguard-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.1.9
Choose a head ref
  • 5 commits
  • 51 files changed
  • 5 contributors

Commits on Feb 17, 2025

  1. Configuration menu
    Copy the full SHA
    904ffd8 View commit details
    Browse the repository at this point in the history
  2. Avoid unnecessary linked list traversals in MethodLinker. (#133)

    The chains themselves are assumed to be an implementation detail of this class, in which case it's fine to flatten them at any time.
    LlamaLad7 authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    7b9ff9b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. Add releasenote for MethodLinker change.

    Summary: Add releasenote for MethodLinker change
    rubenpieters authored and nadeeshtv committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    5538230 View commit details
    Browse the repository at this point in the history
  2. Improve the signature parsers to simplify further integration

    Summary:
    * grammars
        * Move grammars to their own package
        * Add a facade class `SignatureParser` to allow parser overloads
        * Add a `CachingSignatureParser` to allow repeated cached use
    * AST updates
        * Rename `JavaTypeSignatureNode` to `TypeSignatureNode` to match the naming style of `TypeSignatureGrammar`
        * add support for visitors with new `accept` methods and new `ASTNodeVisitor` class
        * add a visitor for getting a list of referenced classes
    vakabus authored and nadeeshtv committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    24d226b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ed4f8d View commit details
    Browse the repository at this point in the history
Loading