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: robotpy/robotpy-cppheaderparser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: robotpy/robotpy-cppheaderparser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fn-rework2
Choose a head ref
  • 12 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 16, 2020

  1. Configuration menu
    Copy the full SHA
    22f18b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    286001c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Configuration menu
    Copy the full SHA
    4ecb8a4 View commit details
    Browse the repository at this point in the history
  2. Fix =default constructor/destructor detection

    ... apparently the unit tests were totally broken, go figure
    virtuald committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    694536e View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

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

Commits on Dec 9, 2020

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

Commits on Dec 11, 2020

  1. Configuration menu
    Copy the full SHA
    41dc4e8 View commit details
    Browse the repository at this point in the history
  2. Use precomputed length

    virtuald committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    279337b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7baa8b2 View commit details
    Browse the repository at this point in the history
  4. Rework method for renaming types in typedefs

    - Removes nameStackHistory, which was only used for this
    virtuald committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    d3b6f97 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b4c628 View commit details
    Browse the repository at this point in the history
  6. Remove parseHistory, improve class ending

    - Support anonymous structs/classes in addition to unions
    virtuald committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    952f4c5 View commit details
    Browse the repository at this point in the history
Loading