aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
* setup.py: Don't add the Qt prefix dir to PATH env var before buildingAlexandru Croitor2021-11-261-5/+7
* setup.py: Add missing DistutilsSetupError importAlexandru Croitor2021-11-261-1/+1
* Move from distutils to setuptoolsCristián Maureira-Fredes2021-11-267-78/+92
* setup.py: Package QtWebEngine resources from Qt's data dirAlexandru Croitor2021-11-225-3/+8
* setup.py: Remove dead function prepare_sub_modulesAlexandru Croitor2021-11-191-37/+0
* Use legacy OpenGL option to build on linuxCristián Maureira-Fredes2021-11-181-0/+6
* setup: coin: Use sccache when building if the platform config sets itAlexandru Croitor2021-11-152-0/+8
* setup: Make ninja output the commands it runs in a verbose buildAlexandru Croitor2021-11-151-1/+6
* Revert "setup.py: Move all build dirs into a common 'build' subdirectory"Alexandru Croitor2021-10-281-55/+21
* PyPySide: add it as a true new build targetChristian Tismer2021-10-281-0/+12
* setup.py: Move all build dirs into a common 'build' subdirectoryAlexandru Croitor2021-10-271-21/+55
* setup.py: Reduce cmake_minimum_required to 3.16Alexandru Croitor2021-10-271-1/+1
* setup.py: Make file paths in 'file copying' logs easier to readAlexandru Croitor2021-10-271-7/+7
* setup.py: Fix QT_SRC_DIR to only be set if a path is set and it existsAlexandru Croitor2021-10-271-2/+5
* setup.py: Allow specifying Qt without adding it to PATHAlexandru Croitor2021-10-272-11/+38
* setup.py: Set log verbosity to INFOAlexandru Croitor2021-10-271-1/+4
* Python 3.10: add wheel identifierCristián Maureira-Fredes2021-09-282-2/+2
* py3.10-prep: Finally support Python 3.10Christian Tismer2021-08-181-0/+1
* PySide6: Add entry points for the Qt Linguist toolsFriedemann Kleint2021-07-073-3/+12