index
:
extra-cmake-modules.git
hurd
master
hurd extra-cmake-modules.git
biblio
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
find-modules
/
sip_generator.py
Age
Commit message (
Expand
)
Author
2021-10-05
Fix ECM on systems without PyQt5 on Python 2
Nyan Pasu
2021-07-13
Fix typos found by codespell
Christophe Giboudeaux
2020-12-13
Fix errors in python code, found by pylama in a strict CI
David Faure
2020-06-14
extra-cmake-modules: Convert to SPDX license statements
Andreas Cord-Landwehr
2019-12-05
EBN extra-cmake-modules comments spelling cleanup
John Hayes
2019-01-18
Fix python binding generation for classes with deleted copy constructors
Albert Astals Cid
2018-09-14
Bindings: Correct handling of sources containing utf-8
Stefan Brüns
2018-08-25
Bindings: Add support for scoped enums
Stefan Brüns
2017-02-05
Revert "Automatically mark classes with pure virtual functions as /Abstract/."
Stephen Kelly
2017-02-04
Bindings: Remove unused member
v5.31.0-rc1
v5.31.0
Stephen Kelly
2017-02-04
Automatically mark classes with pure virtual functions as /Abstract/.
Shaheed Haque
2017-02-04
Bindings: Take account of visibility of classes
Shaheed Haque
2017-02-04
Bindings: Take account of visibility attribute on APIs
Shaheed Haque
2017-02-04
Bindings: Generalize the skippable_attribute method
Stephen Kelly
2017-02-04
Bindings: Remove unused method
Stephen Kelly
2017-01-31
Bindings: Remove unused import
Stephen Kelly
2017-01-31
Remove delimiters from licence header
Stephen Kelly
2017-01-18
Bindings: Fix default param handling
Stephen Kelly
2017-01-18
Bindings: Handle const-ref of non-record parameter defaults
Stephen Kelly
2017-01-18
Bindings: Handle const-ref parameters with {} initializer
Stephen Kelly
2017-01-18
Bindings: Handle parameter initializers using {} gracefully
Stephen Kelly
2017-01-18
Bindings: Add explicit handling of nullptr as a parameter default
Stephen Kelly
2017-01-15
Bindings: Make it possible for rules to modify the typedef type
Stephen Kelly
2017-01-15
Bindings: Skip implementations of inline methods while parsing
Stephen Kelly
2017-01-15
Bindings: Fix handling of forward declarations
Stephen Kelly
2017-01-15
Bindings: Use lists in function API instead of strings
Stephen Kelly
2017-01-13
Bindings: Add rules engine for typedefs
Stephen Kelly
2017-01-13
Bindings: Implement ModuleCode and MethodCode databases
Stephen Kelly
2017-01-11
Bindings: Use diagnostic level specific text when reporting
Stephen Kelly
2017-01-11
Bindings: Fix logging output severity for parsing messages
Stephen Kelly
2017-01-10
Bindings: Correctly handle access specifiers within macros
Stephen Kelly
2017-01-05
Bindings: Improve diagnostics for the rules engine
Shaheed Haque
2017-01-05
Skip attributes on enums when generating bindings
Shaheed Haque
2016-10-31
Add the rules_engine and sip_generator
Shaheed Haque