summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 6.8.0Jani Heikkinen2023-12-111-1/+1
* Convert UTC offset table look-ups to binary chopEdward Welbourne2023-11-031-4/+9
* Add note on -00:00 as offset suffix and UTC-00:00 as zoneEdward Welbourne2023-10-271-1/+12
* wasm: Fix test runner for asynchronous testsPiotr Wierciński2023-10-261-11/+18
* sanitizer-testrunner.py: be verbose about FAILs being ignoredDimitrios Apostolou2023-10-181-0/+2
* Preparations to deprecate QItemDelegateChristian Ehrlicher2023-10-051-2/+2
* Add a script for updating from publicsuffix/list.gitMarc Mutz2023-10-011-0/+76
* Remove remnants of Qt for Native Client (NACL)Tor Arne Vestbø2023-09-231-1/+0
* Change enumdata.py names so comments read more naturallyEdward Welbourne2023-08-091-13/+13
* Use CLDR's names in QLocale::*ToName() for language, script, territoryEdward Welbourne2023-08-095-23/+49
* Revise enumdata.py's names to more closely match CLDR'sEdward Welbourne2023-08-091-12/+12
* Move enum-name-munging from LocaleHeaderWriter to QLocaleXmlReaderEdward Welbourne2023-08-093-26/+46
* Break clashing-names test function out of CldrAccess.__checkEnum()Edward Welbourne2023-08-092-17/+40
* Wrap CLDR-derived time-zone ID tables to within a 100-column marginEdward Welbourne2023-08-072-3/+4
* Tweak lookup of en.xml names for languages, scripts and territoriesEdward Welbourne2023-08-031-4/+7
* Wrap QLocale's CLDR-derived string data tables to a 100-column marginEdward Welbourne2023-08-031-1/+1
* Use module.exports to get the entry function name in WASM test libMikolaj Boc2023-08-021-4/+5
* Canonicalize space in lists of IANA time-zonesEdward Welbourne2023-08-021-1/+1
* Add new languages and a script for CLDR v43Edward Welbourne2023-08-011-0/+10
* Cope with CLDR data conflict decimal == groupEdward Welbourne2023-08-011-1/+7
* Ignore parentLocales nodes with component="..." attributesEdward Welbourne2023-08-012-4/+18
* Fix typos in QLocaleXmlWriterEdward Welbourne2023-08-011-3/+3
* Correct enumdata.py's new-at-v42 entries to match generated dataEdward Welbourne2023-08-011-6/+6
* COIN/Android: Move android_emulator_launcher.sh to qt5.gitAssam Boudjelthia2023-07-251-106/+0
* wasm: add shared library preload scriptsMorten Sørvig2023-07-032-0/+174
* Make WASM export names different across modulesMikolaj Boc2023-06-201-5/+5
* Bump version to 6.7.0Jani Heikkinen2023-06-121-1/+1
* qsimd_x86: update from upstream and enable a few more featuresThiago Macieira2023-05-262-19/+63
* x86simdgen: update the Makefile to include the copyright in the .cppThiago Macieira2023-05-262-3/+3
* Pack languageCodeList tighterMate Barany2023-03-151-12/+2
* Record a recent discovery: Suzhou isn't hanidecEdward Welbourne2023-02-281-1/+2
* Android: Increase Android 12 emulator RAM size to 16GB at CIRami Potinkara2023-02-201-1/+1
* Update CLDR to v42Mate Barany2023-02-071-1/+10
* Allow filtering of test functions to run in WASM testrunnerMikolaj Boc2023-01-302-9/+27
* wasm testrunner: Join output into batchesMikolaj Boc2023-01-241-12/+30
* Remove GENERATE_METATYPESAmir Masoud Abdol2023-01-181-2/+2
* Remove the instance.ENV assignment in js test runnerMikolaj Boc2023-01-121-6/+0
* Bump version to 6.6.0Jani Heikkinen2022-12-141-1/+1
* qt-testrunner: Save test output into fileAlexandru Croitor2022-12-081-6/+13
* LocaleDB: Make passing qtbase root dir on command-lines optionalEdward Welbourne2022-11-013-13/+21
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Update UCD to Revision 30Ievgenii Meshcheriakov2022-10-1118-236/+967
* Provide visual output in page in WASM test runnerMikolaj Boc2022-10-054-1/+467
* Provide the wasm module correctly to the instantiateWasm callbackMikolaj Boc2022-10-011-1/+1
* Fix trivial typo in cldr.py doc-stringEdward Welbourne2022-09-141-1/+1
* testrunner: Use absolute path for JUnit XML result fileTor Arne Vestbø2022-09-131-5/+6
* Adapt the js batched test runner to emrun interfaceMikolaj Boc2022-09-126-108/+302
* testrunner: Generate JUnit result filesTor Arne Vestbø2022-09-091-3/+7
* xcb: use libxcb-cursor to replace Xlib/libXcursorLiang Qi2022-09-061-0/+7
* Add error message & format selection capability to batched test runnerMikolaj Boc2022-09-011-20/+37