Skip to content

Releases: earowley/pxdgen

v1.1.1

07 Aug 23:09
Compare
Choose a tag to compare

The easiest way to install is with pip:

$ pip install pxdgen

Adds ability to restrict recursive output.

v1.1.0

24 Jul 13:35
Compare
Choose a tag to compare

This release includes better C++ support, macro output, union output, and more.

v1.0.0

01 Apr 15:56
Compare
Choose a tag to compare

Includes support for the most common C constructs such as variable, function, structure, enumeration, and typedef declarations. Does not support C unions. C++ headers are supported but experimental. Expect to make small amendments to C++ converted headers in order to compile.