aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Simplify smart pointer types when searching instantiationsFriedemann Kleint2022-07-011-8/+12
* Add dependency to the QtHttpServer moduleFriedemann Kleint2022-07-012-1/+3
* Remove left-over archive fileFriedemann Kleint2022-06-301-0/+0
* libpyside: Add debug operators for some signal structuresFriedemann Kleint2022-06-301-0/+41
* libpyside: Improve error message about using the wrong signal overloadFriedemann Kleint2022-06-301-6/+13
* Add initial support for std::unique_ptr pointerFriedemann Kleint2022-06-3018-16/+335
* snippet translate: add option to process directoryCristián Maureira-Fredes2022-06-302-63/+100
* Add the spatialaudio audiopanning exampleFriedemann Kleint2022-06-303-0/+211
* snippet translate: fix get_snippetsJaime Resano2022-06-293-25/+128
* shiboken6: Add tests for shared pointer virtual callsFriedemann Kleint2022-06-295-1/+50
* shiboken6: Refactor argument conversion for virtual method overridesFriedemann Kleint2022-06-294-91/+53
* shiboken6: Introduce a convenience function for argument conversion rulesFriedemann Kleint2022-06-294-16/+20
* doc: Fix line numbers in the porting tutorialFriedemann Kleint2022-06-291-3/+3
* Build with lean Qt headersFriedemann Kleint2022-06-295-2/+10
* examples: add license wizardjaime022022-06-297-0/+325
* build: use explicit unpackCristián Maureira-Fredes2022-06-294-17/+13
* build: fix readability detailsCristián Maureira-Fredes2022-06-296-23/+21
* build: replace the usage of reserved Python wordsCristián Maureira-Fredes2022-06-298-200/+198
* build: rename our rmtree to avoid shutil conflictCristián Maureira-Fredes2022-06-295-14/+14
* Add QtSpatialAudioFriedemann Kleint2022-06-295-0/+82
* Adapt to Qt 6.4Friedemann Kleint2022-06-2910-8/+25
* Switch to Qt 6.4Friedemann Kleint2022-06-291-1/+1
* build: avoid mutable default value as argumentCristián Maureira-Fredes2022-06-282-4/+14
* build: fix flake8 warnings and missing f-stringsCristián Maureira-Fredes2022-06-287-12/+13
* shiboken6: Split the writing of virtual method arguments into separate functionFriedemann Kleint2022-06-272-59/+63
* shiboken6: Fix mapping of arguments when writing virtual methodsFriedemann Kleint2022-06-275-9/+38
* libshiboken: Remove old code paths for static stringsFriedemann Kleint2022-06-271-59/+0
* libshiboken: Fix crashes with static strings in Python 3.11Friedemann Kleint2022-06-241-2/+17
* snippet_translate double colon improvementsShyamnath Premnadh2022-06-242-3/+23
* Fix returning flags from QAbstractTableModel and other modelsFriedemann Kleint2022-06-241-3/+2
* support enum handling for headerData(...)Shyamnath Premnadh2022-06-241-0/+4
* Remove build warning qCDebug, qCWarning, qCInfo, qCCriticalShyamnath Premnadh2022-06-231-4/+4
* Fix build with QT_LEAN_HEADERSFriedemann Kleint2022-06-231-0/+2
* libshiboken: Fix build with numpy 1.23.0Friedemann Kleint2022-06-231-0/+5
* docs: adapt snippets to new license rowsCristián Maureira-Fredes2022-06-2215-75/+75
* Fix documentation generation for 6.4Friedemann Kleint2022-06-222-3/+3
* shiboken6/Doc generator: Fix index pagesFriedemann Kleint2022-06-221-2/+2
* Fix various documentation warningsFriedemann Kleint2022-06-223-3/+3
* Add QHttpServer::route()/afterRequest()Friedemann Kleint2022-06-224-1/+106
* shiboken6: Implement the spaceship comparison operator of C++ 20Friedemann Kleint2022-06-2113-6/+137
* build: catch RuntimeError for install_name_tool on macOSCristián Maureira-Fredes2022-06-211-1/+4
* qtpy2cpp: Set up test infrastructureFriedemann Kleint2022-06-216-200/+162
* qtpy2cpp: Further improvementsFriedemann Kleint2022-06-213-9/+10
* shiboken6: Do not consider move constructors for tp_initFriedemann Kleint2022-06-211-1/+3
* PyEnum: Remove the old duplication of Enums in the enclosing scopeChristian Tismer2022-06-218-19/+70
* Add the QHttpServer classesFriedemann Kleint2022-06-214-0/+67
* fix if else in qabstractitemmodel_dataShyamnath Premnadh2022-06-201-3/+1
* Shiboken: Optimize attribute access a bit moreChristian Tismer2022-06-207-8/+12
* Build system: Use new setuptools for Python 3.10Friedemann Kleint2022-06-191-1/+2
* Fix Python 3.7 and 3.10 usage in CISimo Fält2022-06-171-8/+6