aboutsummaryrefslogtreecommitdiff
path: root/find-modules/sip_generator.py
AgeCommit message (Expand)Author
2021-10-05Fix ECM on systems without PyQt5 on Python 2Nyan Pasu
2021-07-13Fix typos found by codespellChristophe Giboudeaux
2020-12-13Fix errors in python code, found by pylama in a strict CIDavid Faure
2020-06-14extra-cmake-modules: Convert to SPDX license statementsAndreas Cord-Landwehr
2019-12-05EBN extra-cmake-modules comments spelling cleanupJohn Hayes
2019-01-18Fix python binding generation for classes with deleted copy constructorsAlbert Astals Cid
2018-09-14Bindings: Correct handling of sources containing utf-8Stefan Brüns
2018-08-25Bindings: Add support for scoped enumsStefan Brüns
2017-02-05Revert "Automatically mark classes with pure virtual functions as /Abstract/."Stephen Kelly
2017-02-04Bindings: Remove unused memberv5.31.0-rc1v5.31.0Stephen Kelly
2017-02-04Automatically mark classes with pure virtual functions as /Abstract/.Shaheed Haque
2017-02-04Bindings: Take account of visibility of classesShaheed Haque
2017-02-04Bindings: Take account of visibility attribute on APIsShaheed Haque
2017-02-04Bindings: Generalize the skippable_attribute methodStephen Kelly
2017-02-04Bindings: Remove unused methodStephen Kelly
2017-01-31Bindings: Remove unused importStephen Kelly
2017-01-31Remove delimiters from licence headerStephen Kelly
2017-01-18Bindings: Fix default param handlingStephen Kelly
2017-01-18Bindings: Handle const-ref of non-record parameter defaultsStephen Kelly
2017-01-18Bindings: Handle const-ref parameters with {} initializerStephen Kelly
2017-01-18Bindings: Handle parameter initializers using {} gracefullyStephen Kelly
2017-01-18Bindings: Add explicit handling of nullptr as a parameter defaultStephen Kelly
2017-01-15Bindings: Make it possible for rules to modify the typedef typeStephen Kelly
2017-01-15Bindings: Skip implementations of inline methods while parsingStephen Kelly
2017-01-15Bindings: Fix handling of forward declarationsStephen Kelly
2017-01-15Bindings: Use lists in function API instead of stringsStephen Kelly
2017-01-13Bindings: Add rules engine for typedefsStephen Kelly
2017-01-13Bindings: Implement ModuleCode and MethodCode databasesStephen Kelly
2017-01-11Bindings: Use diagnostic level specific text when reportingStephen Kelly
2017-01-11Bindings: Fix logging output severity for parsing messagesStephen Kelly
2017-01-10Bindings: Correctly handle access specifiers within macrosStephen Kelly
2017-01-05Bindings: Improve diagnostics for the rules engineShaheed Haque
2017-01-05Skip attributes on enums when generating bindingsShaheed Haque
2016-10-31Add the rules_engine and sip_generatorShaheed Haque