CppHeaderParser 2.4 Released
Posted by: senex 11 years, 3 months ago
(Comments)
CppHeaderParser version 2.4 is now released. This is basically a bug fix release.
Fixed Bugs:
BitBucket issue #1: Fix line numbering when #define or comment is multi-line and only 2 lines
BitBucket issue #2: Work around classes defined after unsupported #define magic
Bitbucket issue #3: Ignore list can now list macro functions to ignore such as "MAGIC_FUNC()". This will cause the parser to ignore this function and anything within the parens
BitBucket issue #4: Add support for regular typedefs to go into the typedefs list
BitBucket issue #5: Nested class error: unexpected multiple definition
Bitbucket issue #6: lines ending in / cause line numbers to be inacurate afterwards
BitBucket issue #7: #include before function definition polutes return type
BitBucket issue #8: friend functions can cause exceptions to be thrown
BitBucket bug #9: Multiple variable declaration parsing error
SourceForge bug #54: Add support for __attribute__ by filtering it out
SourceForge bug #55: Add support for elaborate type specification of class
Recent Posts
- Podcast feed for Connected Life Christian Church
- PulseAudio Sound Sink
- CppHeaderParser 2.4.3 Released
- CppHeaderParser 2.4.2 Released
- CppHeaderParser 2.4.1 Released
Archive
2016
- November (1)
2014
2013
- August (1)
2012
2011
2006
- June (2)
Categories
- Comic (1)
- CppHeaderParser (8)
- HOWTO (3)
- Project (2)
Authors
- senex (23)
Comments