- Notifications
You must be signed in to change notification settings - Fork40
Comparing changes
Open a pull request
base repository:robotpy/robotpy-cppheaderparser
Uh oh!
There was an error while loading.Please reload this page.
base:main
head repository:robotpy/robotpy-cppheaderparser
Uh oh!
There was an error while loading.Please reload this page.
compare:fn-rework2
Uh oh!
There was an error while loading.Please reload this page.
- 12commits
- 3files changed
- 1contributor
Commits on Nov 16, 2020
Reorder some conditions for performance
virtuald committedNov 16, 2020 Replace consume_parens with generic balanced consumer
virtuald committedNov 16, 2020
Commits on Nov 17, 2020
Remove unnecessary operator() check
virtuald committedNov 17, 2020 Fix =default constructor/destructor detection
... apparently the unit tests were totally broken, go figure
virtuald committedNov 17, 2020
Commits on Dec 8, 2020
Get rid of _classes_brace_level, change curClass to the class object …
…instead of a string
virtuald committedDec 8, 2020
Commits on Dec 11, 2020
- virtuald committed
Dec 11, 2020 - virtuald committed
Dec 11, 2020 Additional consumption helpers
virtuald committedDec 11, 2020 Rework method for renaming types in typedefs
- Removes nameStackHistory, which was only used for this
virtuald committedDec 11, 2020 classes must end with semicolon
virtuald committedDec 11, 2020 Remove parseHistory, improve class ending
- Support anonymous structs/classes in addition to unions
virtuald committedDec 11, 2020
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff main...fn-rework2
Uh oh!
There was an error while loading.Please reload this page.