summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Change const arrays to constexprDimitrios Apostolou2020-05-281-3/+3
* Update paths pointing to old locationsDimitrios Apostolou2020-05-281-2/+2
* Improve readability of the autogenerated arrays in qurltlds_p.hDimitrios Apostolou2020-05-281-6/+16
* Move windowsuiautomation API support into QtGuiFriedemann Kleint2020-05-271-6/+0
* Move QtVulkanSupport into QtGui and QtOpenGLTor Arne Vestbø2020-05-221-3/+0
* Move QRasterBackingStore to QtGuiTor Arne Vestbø2020-05-211-3/+0
* Move QMacInternalPasteboardMime to QtGuiTor Arne Vestbø2020-05-211-3/+0
* CMake: Generate information about 3rdparty libs in module .pri filesJoerg Bornemann2020-05-193-3/+29
* pro2cmake: Fix Scope.get_string for list valuesJoerg Bornemann2020-05-151-1/+2
* pro2cmake: Handle QMAKE_TARGET_XXX variablesJoerg Bornemann2020-05-121-1/+18
* CMake: pro2cmake: Fix cmake api detection for pluginsAlexandru Croitor2020-05-121-1/+1
* cmake: Add MinGW platform checkFriedemann Kleint2020-05-121-0/+1
* QChar/QString: centralize case folding in qchar.cppMarc Mutz2020-05-091-1/+5
* pro2cmake: Add library mappings for the restructured ActiveQt moduleJoerg Bornemann2020-05-071-0/+3
* pro2cmake: Honor INSTALL_EXAMPLESDIR if definedChristophe Giboudeaux2020-05-071-2/+5
* Support special casing in configure.cmakeMårten Nordheim2020-05-052-13/+44
* pro2cmake.py: Generate .cmake.conf files for versioningMårten Nordheim2020-04-301-1/+12
* pro2cmake: Translate (QT|QMAKE_USE)_FOR_PRIVATE into PRIVATE_MODULE_INTERFACETor Arne Vestbø2020-04-301-0/+4
* Fix pro2cmake help textTor Arne Vestbø2020-04-301-1/+1
* pro2cmake: convert QMLTYPES_FILENAME to QT_QMLTYPES_FILENAMEFabian Kosmale2020-04-301-0/+4
* CMake: Namespace all our IMPORTED targetsJoerg Bornemann2020-04-291-2/+2
* QUnicodeTables: port to charNN_tMarc Mutz2020-04-271-24/+14
* QChar: port low-level functions from uint/ushort to char32/16_tMarc Mutz2020-04-241-0/+10
* CMake: Port the 'static_runtime' featureJoerg Bornemann2020-04-231-1/+0
* CMake: Add qt6_add_plugin public APILeander Beernaert2020-04-221-2/+6
* CMake: Port the 'pkg-config' featureJoerg Bornemann2020-04-211-1/+1
* CMake: Port the 'ccache' featureJoerg Bornemann2020-04-171-1/+4
* CMake: Port the 'ltcg' featureJoerg Bornemann2020-04-171-1/+4
* CMake: Port the 'cross_compile' featureJoerg Bornemann2020-04-171-1/+1
* configurejson2cmake: Remove mention of the system-xcb featureJoerg Bornemann2020-04-171-2/+1
* CMake: Handle automatic rpath embedding correctlyAlexandru Croitor2020-04-171-2/+14
* Get rid of QT_OPENGL_ES*Eskil Abrahamsen Blomfeldt2020-04-179-12/+10
* CMake: Add library mapping for xcb-fixesLeander Beernaert2020-04-151-0/+7
* CMake: Update pro2cmake and friend to convert QtVirtualkeyboardLeander Beernaert2020-04-153-0/+6
* CMake: pro2cmake expand variables for qt_add_resource()Leander Beernaert2020-04-141-0/+12
* cmake: Add library mapping for QtHttpServerMikhail Svetkin2020-04-091-0/+6
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-093-6/+6
* CMake: Handle missing packages in project compile testsAlexandru Croitor2020-04-091-1/+7
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-088-1942/+2511
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-088-1942/+2511
| |\
| | * Fix parameter order in cldr2qlocalexml.py's usage()Edward Welbourne2020-04-061-1/+1
| | * Ensure we use UTF-8 for the emitted QLocaleXML data fileEdward Welbourne2020-04-021-1/+5
| | * Purge a stray space from calendar locale dataEdward Welbourne2020-04-021-1/+1
| | * Convert the qlocale2cpp's last few %-formats to modern format() styleEdward Welbourne2020-04-021-3/+3
| | * Check all matches for each XPath when searchingEdward Welbourne2020-04-021-63/+67
| | * Change QLocale to use CLDR's accounting formats for currenciesEdward Welbourne2020-04-021-1/+1
| | * Take CLDR's distinguished attributes into accountEdward Welbourne2020-04-022-21/+97
| | * Take number system into account in currency format look-upEdward Welbourne2020-04-021-1/+6
| | * Rework cldr2qlocalexml.py's reading of CLDR dataEdward Welbourne2020-04-025-898/+972
| | * Move cldr2qtimezone.py's CLDR-reading to a CldrAccess classEdward Welbourne2020-04-023-71/+339