aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts
Commit message (Expand)AuthorAgeFilesLines
* PySideTools: Add qmlformatShyamnath Premnadh2022-08-034-3/+4
* PyEnum: make forgiving duplicates work with Python 3.11Christian Tismer2022-07-141-0/+1
* Regression: use explicit unpackShyamnath Premnadh2022-07-071-1/+1
* 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-292-7/+7
* Add QtSpatialAudioFriedemann Kleint2022-06-291-0/+8
* 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
* build: catch RuntimeError for install_name_tool on macOSCristián Maureira-Fredes2022-06-211-1/+4
* PyEnum: Use embedding of the Enum module for better execution speedChristian Tismer2022-06-161-1/+2
* tools: add pyside6-qmlShyamnath Premnadh2022-06-143-3/+3
* build: remove directories in 'package_for_wheels/' on re-runCristián Maureira-Fredes2022-06-011-13/+30
* Limited_API: Fix PyIndex_Check once and for allChristian Tismer2022-05-271-4/+18
* flake8: fix style issues to build_scripts, amended: fix main.pyChristian Tismer2022-05-271-12/+14
* Use SPDX license identifiersLucie Gérard2022-05-2717-646/+34
* Enable numpy support by defaultFriedemann Kleint2022-05-172-5/+27
* build: copy instead of move the package directoryCristián Maureira-Fredes2022-04-221-2/+4
* Fix typos in entry points definitionFriedemann Kleint2022-04-141-3/+3
* flake8: fix style issues to build_scripts/Cristián Maureira-Fredes2022-04-1315-113/+115
* PyPySide: Enable PySide build with PyPy 3.9Christian Tismer2022-04-121-1/+3
* PySide6: Optimize for SizeShyamnath Premnadh2022-04-112-0/+6
* doc: skip the documentation build by defaultCristián Maureira-Fredes2022-04-092-7/+17
* Add readBytes and writeBytes functions from QDataStreamShyamnath Premnadh2022-04-081-0/+1
* doc: use https in some source code filesCristián Maureira-Fredes2022-03-311-1/+1
* build: update wheel namesCristián Maureira-Fredes2022-03-302-28/+28
* linguist: fix rpath on macosCristián Maureira-Fredes2022-03-301-0/+1
* build: script to create wheelsCristián Maureira-Fredes2022-03-292-0/+911
* Use different mirror if download.qt.io failsSimo Fält2022-03-281-1/+1
* flake8: improve codestyling of build scriptsCristián Maureira-Fredes2022-03-2210-88/+40
* Use python 3.8 when running CI integrations in Linux - take 2Simo Fält2022-03-221-1/+5
* Long live pyside6-project!Friedemann Kleint2022-03-143-2/+3
* Strip libraries in release modeFriedemann Kleint2022-03-142-3/+9
* Fix exclusion of QML plugin debug symbols on LinuxFriedemann Kleint2022-03-031-1/+1
* PySide6: Do not install Qt Designer plugin when using PyPyFriedemann Kleint2022-02-253-15/+21
* Build system: Add build_info_collector to project fileFriedemann Kleint2022-02-121-1/+2
* Bundle the metatype json files of QtFriedemann Kleint2022-02-042-0/+12
* setup.py: Add support for cross-buildingAlexandru Croitor2022-02-049-196/+868
* Allow empty PRE_RELEASE_VERSION for release wheelsSimo Fält2022-01-281-4/+5
* Long live pyside6-metaobjectdump!Friedemann Kleint2022-01-273-9/+9
* Add qmltyperegistrar/qmllintFriedemann Kleint2022-01-183-3/+7
* build_scripts: Ensure cmake process terminatesFriedemann Kleint2022-01-051-6/+5
* build_scripts: Avoid a racing condition in installChristian Tismer2022-01-051-0/+5
* setup.py: Prevent creation of byte-compiled filesChristian Tismer2021-12-201-0/+4
* Build system: Remove regeneration of the example resourcesFriedemann Kleint2021-12-153-31/+1
* Windows: Fix the build against complete LLVM packagesFriedemann Kleint2021-12-093-5/+15
* setup.py: CMake: Remove host python dependency for version parsingAlexandru Croitor2021-12-072-7/+29
* Reland: Move all build dirs into a common 'build' subdirectoryAlexandru Croitor2021-12-072-27/+53
* setup.py: Make each setuptools command compute the same build dir infoAlexandru Croitor2021-12-072-170/+261