Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-13 | Bindings: Add rules engine for typedefs | Stephen Kelly | |
Currently this is rather simple, allowing only matching typedefs by name. If we need more later, we can extend the interface. This will make it possible to add bindings for the K18n framework. | |||
2017-01-13 | Bindings: Implement ModuleCode and MethodCode databases | Stephen Kelly | |
2016-10-31 | Add Qt5 Ruleset. | Stephen Kelly | |
The ruleset is used to transform or omit artifacts in C++ header files when determining the SIP content to generate. Some content common to all Qt-using libraries can be processed by using the rule set present here. For example, most Q_METATYPE internal declarations should be discarded. |