index
:
pyside/pyside-setup.git
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.6
5.9
6.0
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.3
6.3.0
6.3.1
6.3.2
6.4
6.4.0
6.4.1
6.4.2
6.5
dev
wip/6.3_pypy
wip/pypy
Git super project for PySide
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sources
/
shiboken6
/
ApiExtractor
/
abstractmetalang.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
shiboken6: Port from QSharedPointer to std::shared_ptr
Friedemann Kleint
2023-01-05
1
-1
/
+1
*
shiboken6: Include base class wrapper headers of the current module when avoi...
Friedemann Kleint
2022-12-22
1
-0
/
+2
*
shiboken6: Use smart pointers for AbstractMetaClass instances
Friedemann Kleint
2022-12-06
1
-31
/
+32
*
shiboken6: Make AbstractMetaClass::fixFunctions/addFunction*() static
Friedemann Kleint
2022-12-05
1
-5
/
+5
*
shiboken6: Make some AbstractMetaClass query functions free functions
Friedemann Kleint
2022-12-05
1
-7
/
+12
*
shiboken6: Store the property documentation in QPropertySpec
Friedemann Kleint
2022-11-24
1
-0
/
+1
*
shiboken6: Parse the notify specification from Q_PROPERTY
Friedemann Kleint
2022-11-23
1
-1
/
+2
*
Purge remaining uses of old Qt string literals
Friedemann Kleint
2022-11-22
1
-1
/
+1
*
shiboken6: Use smart pointers for the TypeEntry classes
Friedemann Kleint
2022-11-17
1
-7
/
+7
*
shiboken6: Fix coding style regarding pointers (Type* v -> Type *v)
Friedemann Kleint
2022-11-14
1
-3
/
+3
*
shiboken6: Reorder headers containing typedefs
Friedemann Kleint
2022-11-11
1
-2
/
+2
*
shiboken6: Add --lean-header option
Friedemann Kleint
2022-11-03
1
-0
/
+1
*
shiboken6: Store whether class is a struct
Friedemann Kleint
2022-10-31
1
-1
/
+2
*
shiboken6: Port some loop variables to qsizetype
Friedemann Kleint
2022-10-13
1
-1
/
+1
*
shiboken6: Clean up includes
Friedemann Kleint
2022-09-21
1
-1
/
+0
*
shiboken6: Implement the spaceship comparison operator of C++ 20
Friedemann Kleint
2022-06-21
1
-0
/
+2
*
shiboken6: Introduce an attribute for parent ownership heuristics
Friedemann Kleint
2022-05-27
1
-0
/
+4
*
Use SPDX license identifiers
Lucie Gérard
2022-05-27
1
-27
/
+2
*
Expose the qHash() functions as tp_hash
Friedemann Kleint
2022-05-03
1
-1
/
+3
*
shiboken6: Refactor AbstractMetaClass::findFunction[s]() to use QStringView
Friedemann Kleint
2022-04-25
1
-2
/
+2
*
shiboken6: Refactor AbstractMetaClass::findClass() to use QStringView
Friedemann Kleint
2022-04-25
1
-2
/
+2
*
shiboken6: Use more const for functions dealing with AbstractMetaClass
Friedemann Kleint
2022-04-20
1
-9
/
+9
*
shiboken6: Remove some unused code
Friedemann Kleint
2022-04-20
1
-19
/
+2
*
shiboken6: Replace hasCloneOperator() by isCopyConstructible()
Friedemann Kleint
2022-04-20
1
-3
/
+0
*
shiboken6: Fix handling of value types with protected constructors
Friedemann Kleint
2022-01-18
1
-1
/
+2
*
shiboken6: Rewrite some helpers in terms of QStringView
Friedemann Kleint
2021-10-28
1
-1
/
+1
*
shiboken6: Refactor handling of values with copy constructor only
Friedemann Kleint
2021-09-11
1
-0
/
+2
*
shiboken6: Handle hidden methods/"using" correctly
Friedemann Kleint
2021-09-06
1
-0
/
+1
*
shiboken6: Refactor AbstractMetaClass:inheritsFrom()
Friedemann Kleint
2021-07-21
1
-2
/
+2
*
shiboken6: Fix missing functions from base classes
Friedemann Kleint
2021-07-21
1
-0
/
+1
*
shiboken6: Add support for operator bool
Friedemann Kleint
2021-07-02
1
-0
/
+3
*
shiboken6: Fix increment/decrement operators
Friedemann Kleint
2021-06-09
1
-0
/
+1
*
shiboken6: Prevent crashes when registering static fields
Friedemann Kleint
2021-04-13
1
-0
/
+1
*
shiboken6: Add constructors of base classes imported via "using"
Friedemann Kleint
2021-03-01
1
-0
/
+9
*
shiboken6: Remove AbstractMetaAttributes
Friedemann Kleint
2021-02-19
1
-2
/
+37
*
shiboken6: Improve detection of default/copy constructability
Friedemann Kleint
2021-02-17
1
-2
/
+14
*
shiboken6: Refactor C++ wrapper generation handling
Friedemann Kleint
2021-02-02
1
-0
/
+11
*
shiboken6/ApiExtractorResult: Use const AbstractMetaClass * for the class list
Friedemann Kleint
2020-12-22
1
-0
/
+4
*
shiboken6: Refactor base class retrieval
Friedemann Kleint
2020-12-20
1
-2
/
+6
*
shiboken6: Determine function types in the code model
Friedemann Kleint
2020-12-11
1
-1
/
+1
*
shiboken6: Move the function/operator query enumerations out of AbstractMetaC...
Friedemann Kleint
2020-12-10
1
-44
/
+2
*
shiboken6: Simplify handling of removed attribute
Friedemann Kleint
2020-12-02
1
-1
/
+1
*
shiboken6: Fix some functions to take a const AbstractMetaClass *
Friedemann Kleint
2020-12-01
1
-2
/
+2
*
shiboken6: Store AbstractMetaFunction using a QSharedPointer
Friedemann Kleint
2020-11-30
1
-18
/
+17
*
Replace QVector by QList
Friedemann Kleint
2020-11-25
1
-2
/
+2
*
shiboken6: Move further C++ check functions from the generators to MetaLang*
Friedemann Kleint
2020-11-17
1
-0
/
+1
*
shiboken6: Move the base class search out of the generator
Friedemann Kleint
2020-11-14
1
-0
/
+7
*
shiboken6: Start on a cleanup of the generator code
Friedemann Kleint
2020-11-14
1
-0
/
+4
*
shiboken6: Port QPropertySpec to use QSharedDataPointer
Friedemann Kleint
2020-11-11
1
-6
/
+18
*
shiboken6: AbstractMetaClass: Introduce a private class
Friedemann Kleint
2020-11-11
1
-136
/
+72
[next]