summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Don't set CMAKE_AUTORCC in pro2cmake.pyJoerg Bornemann2022-01-211-1/+0
* pro2cmake: Fix exception with newer pyparsing moduleJoerg Bornemann2022-01-211-3/+8
* qt-testrunner: be more clear that it was the test that crashedDimitrios Apostolou2022-01-181-4/+9
* Turn a condition into a lambda to save needless evaluationEdward Welbourne2022-01-181-5/+6
* qt-testrunner: disable JUnit XML test logsDimitrios Apostolou2022-01-121-3/+1
* Properly wait for the Android emulator to fully bootDimitrios Apostolou2022-01-071-34/+29
* Wait for boot to be fully complete with all packages installedDimitrios Apostolou2022-01-061-3/+32
* Do not hide android emulator outputDimitrios Apostolou2022-01-061-1/+4
* Wait for android emulator to be up and running properlyDimitrios Apostolou2022-01-061-11/+41
* Enable verbose logging in the last re-run of a failing testDimitrios Apostolou2022-01-033-8/+29
* Introduce qt-testrunner.pyDimitrios Apostolou2022-01-034-0/+878
* QLocale: Extend support for language codesIevgenii Meshcheriakov2021-12-092-4/+154
* Say hello to qtwasmserverMorten Johan Sørvig2021-12-062-0/+161
* QLocale: Add support for Kaingang and Nheengatu languagesIevgenii Meshcheriakov2021-11-101-0/+2
* locale_database: Add entry for 'South Sudan Standard Time'Ievgenii Meshcheriakov2021-11-101-0/+1
* Use a HTTPS URL for the CLDR download linkIevgenii Meshcheriakov2021-11-051-1/+1
* configure: Remove unused facility to define variable assignmentsJoerg Bornemann2021-11-011-7/+1
* Rename deprecated ANDROID_SDK_HOME to ANDROID_SDK_ROOTAssam Boudjelthia2021-10-221-2/+2
* Update UCD to Revision 28Ievgenii Meshcheriakov2021-10-1817-319/+1999
* Don't use libs in /usr/local for configure tests by default on macOSJoerg Bornemann2021-10-081-0/+7
* Remove util/harfbuzz/update-harfbuzzIevgenii Meshcheriakov2021-10-051-63/+0
* Unicode: Add script to facilitate UCD updateIevgenii Meshcheriakov2021-10-052-11/+90
* 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
* Skip unnecessary commands when cross-building toolsJoerg Bornemann2021-09-271-0/+3
* 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