aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts
Commit message (Expand)AuthorAgeFilesLines
* build system: Disable checking ICU libs for cross buildsFriedemann Kleint2022-09-264-7/+10
* build system: Fix standalone build with --no-qt-toolsFriedemann Kleint2022-09-212-2/+4
* doc: use more processes for sphinx-buildCristián Maureira-Fredes2022-09-011-1/+1
* PyEnum: make forgiving duplicates work with Python 3.11Christian Tismer2022-07-141-0/+1
* Regression: use explicit unpackShyamnath Premnadh2022-07-071-1/+1
* build: fix readability detailsCristián Maureira-Fredes2022-07-076-23/+21
* build: use explicit unpackCristián Maureira-Fredes2022-07-064-17/+13
* build: replace the usage of reserved Python wordsCristián Maureira-Fredes2022-07-068-200/+198
* build: rename our rmtree to avoid shutil conflictCristián Maureira-Fredes2022-07-062-7/+7
* 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-171-1/+2
* 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
* build: copy instead of move the package directoryCristián Maureira-Fredes2022-04-221-2/+4
* flake8: fix style issues to build_scripts/Cristián Maureira-Fredes2022-04-1415-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
* setup.py: Deprecate qmake option in favor of qtpathsAlexandru Croitor2021-12-072-0/+11
* setup.py: Simplify logic of qmake and qtpaths lookupAlexandru Croitor2021-11-293-32/+26
* setup.py: Fix no log messages being shown during setup callAlexandru Croitor2021-11-261-4/+12