summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-221-1/+1
* Remove conditioning on Android embeddedEdward Welbourne2021-09-176-18/+14
* unicode: Fix typo s/supersting/superstring/Ievgenii Meshcheriakov2021-09-151-1/+1
* Remove trailing zero rows from qtimezoneprivate_data_p.h's tablesEdward Welbourne2021-09-101-4/+1
* pro2cmake: Fix reported make flake8 issuesAlexandru Croitor2021-09-091-1/+0
* pro2cmake: run make format to fix styling issuesAlexandru Croitor2021-09-094-34/+82
* pro2cmake.py: generate examples with properties in qt_add_executable()Oliver Eftevaag2021-09-081-5/+18
* unicode: Build IDNA map superstring greedilyIevgenii Meshcheriakov2021-09-031-7/+100
* unicode: Pack 2 QChar's into one entry for IDNA mappingIevgenii Meshcheriakov2021-09-031-13/+18
* unicode: More compact IDNA mapping tables implementationIevgenii Meshcheriakov2021-09-032-34/+111
* tests: Add test for UTS #46 implementation using Unicode dataIevgenii Meshcheriakov2021-09-011-0/+2
* unicode: Generate tables for IDNA/UTS #46Ievgenii Meshcheriakov2021-08-263-2/+9000
* 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-163-72/+71
* locale_database: Use f-strings in Python codeIevgenii Meshcheriakov2021-07-166-140/+131
* locale_database: Add schema for intermediate locale data filesIevgenii Meshcheriakov2021-07-162-0/+151
* locale_database: Use super() to call base class methodsIevgenii Meshcheriakov2021-07-152-10/+5
* locale_database: Don't use u prefix for strings in python filesIevgenii Meshcheriakov2021-07-154-188/+188
* 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-072-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-051-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
* Fix internal module mappings of the qtdeclarative repoAlexey Edelev2021-06-111-8/+8
* Update internal module mappingsAlexey Edelev2021-06-101-5/+5
* Bump versionJani Heikkinen2021-06-101-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