issues
search
robotpy
/
robotpy-cppheaderparser
DEPRECATED: use cxxheaderparser instead
Other
123
stars
39
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix duplicated class name in test
#87
bansan85
closed
6 months ago
0
Update gh actions
#86
virtuald
closed
6 months ago
0
Add support to variable with [] inside type
#85
bansan85
closed
6 months ago
8
[BUG]: Can't get `array_size`when the number inside the parentheses`()`
#84
rkocjh1997
opened
1 year ago
0
[BUG]: `#define` immediately after a class definition before opening bracket hides the class
#83
alandtse
opened
1 year ago
4
[BUG]: Cannot parse Enum in unnamed namespace
#82
sogoogos
opened
1 year ago
2
Fix extern C and add option to remove preprocessing
#81
virtuald
closed
1 year ago
0
Add support for parsing ref-qualifiers
#80
virtuald
closed
2 years ago
0
Fix enum parsing bug regarding decimal digit characters
#79
stephen-hansen
closed
2 years ago
1
More madness
#78
virtuald
closed
2 years ago
0
[BUG]: Parsing fails when enum contains #define
#77
i01y
closed
2 years ago
1
[BUG]: Warning about name after union
#76
dyadav7
closed
2 years ago
1
Add support for decltypes
#75
kdkavanagh
opened
2 years ago
7
support constexpr functions
#74
virtuald
closed
2 years ago
0
I can't parse this code ";"
#73
Bestriverjg
closed
2 years ago
2
Multidimensional array dimensions not parsed when using variable
#72
Marvin-TMG
opened
3 years ago
3
Add access property to 'using' CppVariable
#71
davidcaron
closed
3 years ago
2
Problem with recognizing struct
#70
aj-d2020
closed
3 years ago
1
Can not parse when propertie has a initial value
#69
mmooyyii
closed
3 years ago
1
Typedefs nested in classes are not parsed (5.0.14)
#68
saschiwy
closed
3 years ago
1
Add function pointer parse.
#67
Erignik
closed
3 years ago
1
Function Pointer not well parsed.
#66
Erignik
closed
3 years ago
5
MultiLine macro define are not parsed
#65
Erignik
closed
3 years ago
1
Fixing type reference to self
#64
wflohry
closed
3 years ago
2
Struct members with default initialiser lists are unparsed
#63
auscompgeek
opened
3 years ago
1
Various fixes for 'using'
#62
virtuald
closed
3 years ago
0
how to use?
#61
improve100
closed
3 years ago
2
Clear templates after using them
#60
virtuald
closed
3 years ago
0
Support compound namespace declarations
#59
virtuald
closed
3 years ago
0
Resolve forward declared variables correctly
#58
virtuald
closed
3 years ago
0
Bug: Do not support right defined auto return values
#57
alexkutsan
closed
3 years ago
3
Classes not interpreted properly when defined inside #ifdef
#56
nisarul
closed
3 years ago
2
Add namespace info to global variables.
#55
grandwork2
closed
3 years ago
0
CppHeaderParser cant distinguish two classes with the same name in different namespaces
#54
PBCOnGit
opened
4 years ago
2
Rewrite function parsing
#53
virtuald
closed
3 years ago
1
Bug-Fix for multi-keyword variable-list parsing for properties
#52
PBCOnGit
opened
4 years ago
7
Format string performance things
#51
virtuald
closed
4 years ago
0
Migrate to github actions
#50
virtuald
closed
4 years ago
0
Added 'isclass' boolean key to CppEnum to indicate enum is an 'enum c…
#49
kucalaba
closed
4 years ago
1
Fix rtntype
#48
virtuald
closed
4 years ago
0
Enum values have inserted a space between the numeric sign and the number
#47
virtuald
opened
4 years ago
0
Exception thrown when parsing the header file in Microsoft SDK
#46
ShadowLL
opened
4 years ago
3
Line number information for #pragmas
#45
GardenTools
closed
4 years ago
2
Fix #43
#44
virtuald
closed
4 years ago
0
Another regression in 4.0.0
#43
tpaviot
closed
4 years ago
1
Fix typedef thing
#42
virtuald
closed
4 years ago
0
Regression in 4.0.0
#41
tpaviot
closed
4 years ago
4
Fix base classes with namespaces
#40
virtuald
closed
4 years ago
1
Regression in 3.3.0
#39
tpaviot
closed
4 years ago
2
Nested classes bug fix
#38
RduMarais
closed
3 years ago
2
Next