summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add library mapping for QmlCompilerUlf Hermann2020-10-051-0/+1
* CMake: Implement configure -reduce-exportsJoerg Bornemann2020-10-051-1/+3
* CMake: Rename internal functions to contain qt_internalAlexandru Croitor2020-09-231-9/+36
* xcb: add xcb-util dependency for xcb-imageLiang Qi2020-09-211-0/+3
* CMake: build add flags for building QtAndroid.jarAssam Boudjelthia2020-09-161-1/+1
* CMake: Implement configure -ltcgJoerg Bornemann2020-09-111-2/+30
* Remove the -no-compile-examples configure switchJoerg Bornemann2020-09-111-1/+0
* configurejson2cmake: Handle expressions of the form "foo != 0"Joerg Bornemann2020-09-101-0/+2
* Round float->qfloat16 to evenAllan Sandfeld Jensen2020-09-061-3/+31
* xcb: drop Xinerama supportLiang Qi2020-09-041-7/+0
* pro2cmake: Fix qmake parser's line continuation handlingJoerg Bornemann2020-09-021-1/+2
* Use checked string iteration in case conversionsEdward Welbourne2020-08-291-0/+1
* Simplify initialization of UnicodeData and PropertyFlags structsEdward Welbourne2020-08-281-44/+27
* pro2cmake.py: support multiple versions in QT_QML_SOURCE_VERSIONMitch Curtis2020-08-231-4/+8
* CMake: Implement configure -gdb-indexJoerg Bornemann2020-08-231-1/+0
* CMake: Fix detection of the 'debug' featureJoerg Bornemann2020-08-231-0/+1
* CMake: Support configure tests of type 'linkerSupportsFlag'Joerg Bornemann2020-08-231-0/+18
* CMake: Implement configure -optimize-sizeJoerg Bornemann2020-08-231-1/+0
* CMake: Implement configure -optimize-debugJoerg Bornemann2020-08-201-1/+0
* CMake: Implement configure -linker [bfd,gold,lld]Joerg Bornemann2020-08-201-2/+2
* CMake: Support configure tests of type 'compilerSupportsFlag'Joerg Bornemann2020-08-201-0/+19
* Document the indexing used in the Unicode tablesEdward Welbourne2020-08-201-2/+9
* CMake: Implement configure -qreal <type>Joerg Bornemann2020-08-191-0/+15
* CMake: Re-implement configure/qmake's command line handling in CMakeJoerg Bornemann2020-08-171-0/+61
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-1/+1
* Add quickcontrols2impl to helper.pyMitch Curtis2020-08-131-0/+3
* helper.py: document extra parameterMitch Curtis2020-08-131-0/+1
* Inline two macros in the unicode tablesEdward Welbourne2020-08-121-14/+14
* CMake: pro2cmake: Specify library versions for 3rd party libs part 2Alexandru Croitor2020-08-101-11/+11
* CMake: pro2cmake: Specify library versions for 3rd party librariesAlexandru Croitor2020-08-101-6/+7
* QDecompressHelper: Add brotli supportMårten Nordheim2020-08-061-0/+1
* Tidy up unicode table generationEdward Welbourne2020-08-051-38/+35
* Use %zd for size-type formatting in unicode table generatorEdward Welbourne2020-08-041-2/+2
* Fix deprecation warnings (s/hex/Qt::hex/gw) in unicode table generatorEdward Welbourne2020-08-041-13/+9
* Fix compilation error in unicode table generatorEdward Welbourne2020-08-041-2/+2
* Remove last remaining bits of QtPlatformHeadersTor Arne Vestbø2020-08-041-3/+0
* QtCore: Use system-wide libb2 if presentLinus Jahn2020-07-312-0/+2
* CMake: pro2cmake: Fix errors reported by flake8 and mypyAlexandru Croitor2020-07-315-19/+18
* CMake: pro2cmake: Reformat files using blackAlexandru Croitor2020-07-313-85/+98
* CMake: Teach pro2cmake to convert load(qt_app)Alexandru Croitor2020-07-311-13/+233
* Remove reference to removed moduleEirik Aavitsland2020-07-231-3/+0
* Fix handling of Suzhou numbering systemEdward Welbourne2020-07-171-2/+4
* Support digit-grouping correctlyEdward Welbourne2020-07-143-6/+47
* configurejson2cmake: Use a context manager for file special handlingJoerg Bornemann2020-07-131-13/+21
* configurejson2cmake: Generalize special case supportJoerg Bornemann2020-07-132-19/+8
* Remove unused importsDimitrios Apostolou2020-07-103-3/+0
* Remove duplicate dict entryDimitrios Apostolou2020-07-101-1/+0
* Remove dead codeDimitrios Apostolou2020-07-101-28/+0
* CMake: Fix various issues with the Android buildAlexandru Croitor2020-07-091-0/+1
* Use QList instead of QVector in utilJarek Kobus2020-07-0710-34/+33