aboutsummaryrefslogtreecommitdiff
path: root/find-modules/sip_generator.py
AgeCommit message (Collapse)Author
2017-01-05Skip attributes on enums when generating bindingsShaheed Haque
2016-10-31Add the rules_engine and sip_generatorShaheed Haque
These files process C++ headers with libclang and python-clang bindings, using the AST to generate SIP files for PyQt binding library generation. The design allows for further extensions which can process other artifacts found in headers. This iteration of the design is a simple minimum which suffices to generate headers for KItemModels and some other libraries.