I don't think this CppHeaderParser is maintained anymore, but I've recorded the bug report on our fork: https://github.com/robotpy/robotpy-cppheaderparser/issues/47
Enum values have inserted a space between the numeric sign and the number
Had the same issue, (typedefs in a class only showing as their names) the above change...
Mark as the 2.7.4 release
Similar clash happening with enums. namespace A { enum X {x}; }; namespace B { enum...
Bug #64 opened. Thank you. I think the obvious fix is likely to succeed, but I wanted...
Names within namespaces can clash with one another
I'll have to think about how to do this one. Please open a bug. I fear the fix may...
I'm not following you on this one. If in my headerfile I have the following typedef...
Enum inherited type
With the fix in commit 3ba0648e8f42 it will now say double. I did see that python...
Enum Name missing
Fixed in commit 3ba0648e8f42
SourceForge bug 61
First off, fabulous project, thank you. I am having an issue with symbols defined...
Mark as the 2.7.3 release
Change version number to 2.7.3
Can you attach a file that demonstrates the issue please?
Hello, First of all, thank you very much for CppHeaderParser - a very useful tool....
Fixed bitbucket bug 27: Now will parse the fol...
Missing Mapping info in typedefs of the class
Enum inherited type
Enum Name missing
Unable to parse #include or #define with tab character
Mark as the 2.7.2 release
Change version to 2.7.2
Fixed in commit 155:87476180efb8
Fixed sourceforge bug 60: Unable to parse #incl...
Fixed BitBucket bug 25: PLY is now installed au...
Fixed BitBucket bug 26: Named structs which are...
Unable to parse #include or #define with tab character
Mark as the 2.7.1 release
Fixed bitbucket bug 24: Raw types not being ful...
Change version to 2.7
Mark as the 2.7 release
typedef enum is ignored
Fix toJSON by finding more cases of recursive l...
Add support for getting the template for classe...
Hi there, First off, what a great product. Thanks for all the work you’ve done on...
closing
Support for '__int128'
array_size for multi dimensional arrays
closing
Mark as the 2.6 release
Added toJSON method by request of many
Change version number to 2.6
Unfortunately there is no official standardization working in this direction afaik....
is_fundamental is reserved for fundamental data types. int128 isnt listed in http://en.cppreference.com/w/cpp/language/types...
While I agree that some compilers support this, I dont see this as being any official...
Fixed
Support for 'final' attribute
Implemented support for final and override in 143:0687b77cc971
Add support for C++0x final and override specif...
Support for '__int128'
Support for 'final' attribute
typedef union ignored
changing to closed-fixed
Fixed in 2.5.2
Mark as the 2.5.2 release
Change version to 2.5.2
Fixed SourceForge bug 58: typedef union ignored
I see, you are after "template<typename T_ObjectType="">" or a parsed version of...
I see, you are after "template<typename T_ObjectType="">" or a parsed version of...
I think you may not be using the new code. I tried your sample and I get the following...
Thank you for a quick response. I've attached the header file. Also, if the order...
Please include a sample .h file narrowed to the issue so I can reproduce it and point...
typedef union ignored
Thank you :)
Unfortunately 'multi_dimensional_array_size' is always empty for me. import CppHeaderParser...
Yeah, thanks for your focusing on static libraries linkage issues, I found this article...
Yeah, thanks for your focusing on static libraries linkage issues, I found this article...
Yeah, thanks for your focusing on static libraries linkage issues, I found this article...
First, if I understand correctly, your goal is to publish a .h file that has everything...
I took a different approach. Please retry 139:231618db8dee and let me know if it...
Please try 139:231618db8dee. You should see it works
Adde support for multi-dimensional arrays
Add support for typedefs that are structs
Thank you for fast answer! I attached python covertion code, input and output headers....
Yes I am