summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 6.2.1Jani Heikkinen2021-10-041-1/+1
* pro2cmake: Generate public CMake API code for projects by defaultAlexandru Croitor2021-09-271-4/+43
* pro2cmake: Augment searching of .qmake.conf with .cmake.confAlexandru Croitor2021-09-271-42/+58
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-241-1/+1
* pro2cmake: Fix reported make flake8 issuesAlexandru Croitor2021-09-091-1/+0
* pro2cmake: run make format to fix styling issuesAlexandru Croitor2021-09-094-27/+58
* pro2cmake.py: generate examples with properties in qt_add_executable()Oliver Eftevaag2021-09-081-5/+18
* CMake: Bump project versionsAlexandru Croitor2021-08-021-1/+1
* locale_database: Use context manager interface to update source filesIevgenii Meshcheriakov2021-07-203-129/+134
* locale_database: Use NamedTemporaryFile for temporary filesIevgenii Meshcheriakov2021-07-191-14/+7
* locale_database: Use pathlib to manipulate paths in Python codeIevgenii Meshcheriakov2021-07-195-65/+76
* locale_database: Use argparse module to parse command line argumentsIevgenii Meshcheriakov2021-07-173-72/+71
* locale_database: Use f-strings in Python codeIevgenii Meshcheriakov2021-07-176-140/+131
* locale_database: Don't use u prefix for strings in python filesIevgenii Meshcheriakov2021-07-154-188/+188
* locale_database: Use super() to call base class methodsIevgenii Meshcheriakov2021-07-152-10/+5
* Convert CLDR scripts to Python 3Ievgenii Meshcheriakov2021-07-158-30/+23
* Convert python comparison function to key functionEdward Welbourne2021-07-141-40/+17
* Make locale ordering transitiveEdward Welbourne2021-07-141-27/+36
* cldr.py: Avoid raising StopIteration from generatorsIevgenii Meshcheriakov2021-07-091-5/+10
* locale_database: Don't attempt to access property 'message' of IOErrorIevgenii Meshcheriakov2021-07-082-6/+6
* qlocalexml2cpp.py: Remove undefined name inside error processing codeIevgenii Meshcheriakov2021-07-061-1/+1
* locale_database: Sort lists of unused tags before printingIevgenii Meshcheriakov2021-07-061-1/+1
* locale_data: Add new line at the end of script outputIevgenii Meshcheriakov2021-07-061-1/+1
* dateconverter.py: Remove shebang and executable attributeIevgenii Meshcheriakov2021-07-061-1/+0
* CMake: Fix Vulkan to be found when targeting AndroidAlexandru Croitor2021-07-011-1/+1
* Fix mapping of MultimediaQuick internal moduleAlexey Edelev2021-06-221-2/+2
* Change Android emulator command pathHeikki Halmet2021-06-141-1/+1
* Bump versionJani Heikkinen2021-06-091-1/+1
* Report unused enum members after CLDR data scanEdward Welbourne2021-06-072-4/+31
* Fix support for using system supplied md4c libraryNiclas Rosenvik2021-06-031-0/+1
* Add option to use different ANDROID_EMULATORHeikki Halmet2021-06-021-2/+6
* Add the 'Private' suffix to the internal module name by defaultAlexey Edelev2021-05-311-0/+1
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-05-311-16/+16
* CI: explicitly use -gpu swiftshader_indirect with Android emulatorAssam Boudjelthia2021-05-311-1/+1
* Nomenclature change: s/countr/territor/g in locale scriptsEdward Welbourne2021-05-267-103/+103
* Rename util/locale_database/enumdata.py's various *_list to *_mapEdward Welbourne2021-05-263-17/+17
* QLocaleXmlWriter.enumData(): move enumdata import to method from callerEdward Welbourne2021-05-262-8/+8
* Remove unused functions from enumdata.pyEdward Welbourne2021-05-181-24/+0
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-181-12/+10
* pro2cmake: Add support for standalone CMake test configurationCristian Adam2021-04-271-0/+6
* Edid vendor table generator (2/N): use idiomatic C++Giuseppe D'Angelo2021-04-211-3/+3
* Edid vendor table generator (1/N): fix copyright messageGiuseppe D'Angelo2021-04-211-1/+1
* CMake: Introduce zlib find script to work around hardcoded iOS SDKAlexandru Croitor2021-04-191-1/+1
* Unicode: fix the extended grapheme cluster algorithmGiuseppe D'Angelo2021-04-163-15/+1321
* util/unicode: enable asserts unconditionallyGiuseppe D'Angelo2021-04-161-0/+1
* Merge integration refs/builds/qtci/dev/1618489823Qt CI Bot2021-04-156-18/+36
|\
| * Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-156-18/+36
* | CMake: pro2cmake: Use latest project version for qml import versionAlexandru Croitor2021-04-151-2/+2
|/
* Fix backtrace on non-linux systemsNiclas Rosenvik2021-03-221-0/+1
* Enable X11 on other platforms than just LinuxNiclas Rosenvik2021-03-161-2/+6