aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* shiboken: Enable specifying names for a parameters of added functionsFriedemann Kleint2019-06-055-10/+59
* Signature: Try to recognize unknown modules in errorhandler.pyChristian Tismer2019-05-301-52/+42
* Complete the help() support for TypesChristian Tismer2019-01-183-0/+32
* Examples: Use QSaveFileFriedemann Kleint2019-06-122-20/+27
* TabbedBrowser Example: Fix "Open in new tab"Friedemann Kleint2019-06-111-1/+1
* Fix negative refcount on QSocketNotifierChristian Tismer2019-06-102-2/+3
* Bump version strings to 5.12.4Simo Fält2019-06-102-2/+2
* Shiboken: prune non-existent includeJulien Schueller2019-05-281-2/+1
* PySide: Allow any existing attribute in the constructorChristian Tismer2019-06-043-16/+104
* CMake: Change the default behavior CMAKE_BUILD_TYPEJulien Schueller2019-06-064-11/+12
* Fix .gitignore for the testing directoryChristian Tismer2019-06-061-1/+1
* shiboken: Disambiguate indexes of smart pointer typesFriedemann Kleint2019-06-061-1/+4
* correct bool(qApp) on Python 2Christian Tismer2019-06-062-2/+32
* shiboken: Fix generation of init functions and types for const-refs of smart ...Friedemann Kleint2019-06-064-2/+19
* Implement the Buffer Protocol on VoidPtrRenaud Aubin2019-06-052-3/+91
* Fix build on centOS/conda forgeFriedemann Kleint2019-05-292-5/+21
* Update pyside2-tools submoduleFriedemann Kleint2019-05-271-0/+0
* Disable Ubuntu 18.04 NoGui configuration from CISimo Fält2019-05-312-2/+1
* Make the __signature__ attribute writable by defaultChristian Tismer2019-05-271-21/+85
* shiboken: Make it possible to extend namespacesFriedemann Kleint2019-05-2220-40/+309
* Fix propagation of existing LD env vars when calling generate_pyiAlexandru Croitor2019-05-211-9/+20
* generate_pyi: Simplify, Enhance and Get Rid Of Any Import ProblemsChristian Tismer2019-05-192-153/+60
* Fix pyi generation on WindowsAlexandru Croitor2019-05-141-0/+13
* Add Some Hints For Dealing With PyInstallerChristian Tismer2019-05-141-0/+49
* Fix Shiboken.ObjectType.__new__ for Python 2.7 V2Christian Tismer2019-05-141-11/+88
* Revert "COIN: Skip doc build for Python 2"Simo Fält2019-05-091-2/+0
* Make sure used pip is up to dateSimo Fält2019-05-082-2/+2
* Port property/signal/slot handling of libpyside to use QByteArrayFriedemann Kleint2019-05-066-227/+171
* shiboken: Fix some spelling errors in function namesFriedemann Kleint2019-05-043-6/+6
* shiboken: Refactor code generating multiple inheritanceFriedemann Kleint2019-05-033-34/+20
* Use PyUnicode_GetLength instead of PyUnicode_GetSizeCristian Maureira-Fredes2019-05-032-1/+7
* opengl/contextinfo.py: Polish the example a bitFriedemann Kleint2019-05-031-44/+73
* opengl/contextinfo.py: Fix exception on exitFriedemann Kleint2019-05-021-0/+4
* libpyside: Refactor code building the signatureFriedemann Kleint2019-05-021-4/+4
* Add PySide2: Add OpenGL version functions as separate moduleFriedemann Kleint2019-05-0231-15/+1654
* shiboken documentation: Move TOC to index pageFriedemann Kleint2019-04-302-22/+15
* Add changelog for 5.12.3Cristián Maureira-Fredes2019-04-301-0/+35
* shiboken/Generators: Cache class information lists per classFriedemann Kleint2019-04-303-30/+89
* shiboken: Refactor progress message output handlingFriedemann Kleint2019-04-306-68/+65
* Revert "Temporarily disable wheel testing on macOS / Python 2"Christian Tismer2019-04-301-3/+2
* debug_windows.py: Output log file on new lineFriedemann Kleint2019-04-291-1/+1
* debug_windows.py: Fall back to separate "Debugging Tools" packagesFriedemann Kleint2019-04-291-0/+3
* Fix PyInstaller after removal of COIN glitchesChristian Tismer2019-04-292-14/+28
* Avoid too much stickiness when using --reuse-buildChristian Tismer2019-04-263-7/+48
* Regenerate all example forms using the python-extended uic of 5.14Friedemann Kleint2019-04-263-142/+289
* Fix warnings about signatures 'setUniformValue(const char*,...)' not being foundFriedemann Kleint2019-04-265-10/+13
* shiboken2: Enable documentation generation with libxml2/libxsltFriedemann Kleint2019-04-2515-190/+631
* shiboken: Output module name in "done" messageFriedemann Kleint2019-04-253-9/+21
* Improve .gitignoreCristian Maureira-Fredes2019-04-241-5/+140
* Temporarily disable wheel testing on macOS / Python 2Friedemann Kleint2019-04-241-2/+3