Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-18 | Bindings: Test file in subdirectory. | Stephen Kelly | |
2017-01-15 | Bindings: Fix handling of forward declarations | Stephen Kelly | |
It is not appropriate to decorate each forward declaration with the SIP attribute /External/. That is only needed for forward declarations of types which are defined in a different module. Local forward declarations can be omitted from the sip code. In sip code, a forward declaration followed later by a full class definition is an error. Omit forward declarations unless they are decorated with the external attribute. Introduce a rules database for consumers to decorate them with the attribute as required. | |||
2017-01-13 | Bindings: Implement ModuleCode and MethodCode databases | Stephen Kelly | |
2017-01-09 | Extend unit test with code similar to kguiaddons | Stephen Kelly | |
2017-01-05 | Skip attributes on enums when generating bindings | Shaheed Haque | |
2016-10-31 | Add the PythonModuleGeneration module | Stephen Kelly | |
This can be used by KF5 libraries to generate python 2 and 3 bindings. |