summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qlocale
Commit message (Expand)AuthorAgeFilesLines
* Pass short time format to GetTimeFormat from GetLocaleInfoIlya Fedin2023-01-301-1/+1
* QLocale: add unittests for qstrtod of "NaN" and "nan"Ahmad Samir2023-01-171-0/+4
* Verify land-preservation in locale constructionEdward Welbourne2023-01-121-2/+37
* Accept U+2212 as minus sign in negative year unit testØystein Heskestad2023-01-061-1/+5
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-091-8/+6
* QLocale: Have qstrntod() return end of parsed string also on underflowUlf Hermann2022-11-251-0/+8
* Restore end-of-parse reporting to qstrntod()Edward Welbourne2022-11-241-3/+11
* Add more tests of QLocale and "single character" data that aren'tEdward Welbourne2022-11-111-7/+41
* Add tests of QLocale verifying some "single-characters" aren'tEdward Welbourne2022-10-281-1/+36
* tst_QLocale: use fenv everywhereMårten Nordheim2022-09-151-25/+3
* Perform uiLanguages() likely-adjusted processing purely on IDsEdward Welbourne2022-09-071-7/+74
* Simplify system locale managementEdward Welbourne2022-09-071-3/+0
* Work round macOS's omission of en_DE from its own uiLanguages()Edward Welbourne2022-09-071-1/+16
* tst_qlocale: only restore the fp control masks we changeMårten Nordheim2022-09-071-3/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-233-3/+3
* Put code related to timezone functionality under QT_CONFIG(timezone)Tatiana Borisova2022-08-181-0/+2
* Make 'zz' format an alias for 'z' in time format stringsEdward Welbourne2022-08-031-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-033-0/+9
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-162-54/+4
* Replace remaining uses of deprecated _qs with _sSona Kurazyan2022-05-021-3/+3
* Fix qlocale_unix's handling of uiLanguages to take script into accountEdward Welbourne2022-04-271-0/+6
* Return more specific entries before less in QLocale::uiLanguages()Edward Welbourne2022-04-271-12/+12
* Fix assertion failure when parsing a doubly-invalid date-time textEdward Welbourne2022-04-071-1/+14
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-071-8/+10
* We do in fact support 'F' format for floating-point valuesEdward Welbourne2022-04-011-0/+96
* Move some purely floating-point testing from tst_QLocale to tst_QNumericEdward Welbourne2022-04-011-24/+0
* Clean up and modernise tst_QLocale::fpExceptions()Edward Welbourne2022-04-011-15/+14
* Android: enable tst_QLocaleIvan Solovev2022-03-291-9/+12
* Exclude denormal test cases if system doesn't support itTatiana Borisova2022-02-151-0/+14
* QLocale: Extend support for language codesIevgenii Meshcheriakov2021-12-091-1/+37
* Fix macOS system locale's formatting of negative yearsEdward Welbourne2021-11-181-3/+0
* Fix formatting of dates before 1601 in MS system localeEdward Welbourne2021-11-181-0/+24
* Clean up exports from qlocale_p.hEdward Welbourne2021-11-101-1/+1
* Update CLDR-derived data to newly-released v40Ievgenii Meshcheriakov2021-11-101-3/+3
* Add missing dependencies of tests on their helper programsEdward Welbourne2021-09-171-4/+4
* Teach QLocale::system() to use narrow formatIvan Solovev2021-09-151-0/+27
* Tidy up #includes in tst_qlocale.cppEdward Welbourne2021-09-141-17/+15
* Move locale-switching code in tests to a shared headerEdward Welbourne2021-09-141-56/+4
* Add new am/pm format-specifier that preserves locale's caseEdward Welbourne2021-09-081-1/+18
* Fix QLocale::system() standalone day and month handlingIvan Solovev2021-09-061-0/+127
* Make tst_QLocale::TransientLocale succeed at changing system localeIvan Solovev2021-09-031-2/+46
* qlocale_win: Fix non-standalone month namesEdward Welbourne2021-09-011-3/+10
* Replace FreeBSD's strtou?ll() with std::from_chars()-based strntou?ll()Edward Welbourne2021-08-301-0/+3
* tst_QLocale::formatTime(): add some actual locale-dependenceEdward Welbourne2021-08-181-43/+68
* tst_qlocale: Add tests for parsing Chakma date and time stringsIevgenii Meshcheriakov2021-07-191-0/+16
* Add .UTF-8 suffixes to locale-names passed to setlocale()Edward Welbourne2021-06-111-3/+3
* Always include standard name in QLocale::uiLanguages()Edward Welbourne2021-06-071-36/+39
* Fix augmentation of UI language listEdward Welbourne2021-06-071-8/+25
* Fix assertion on matchingLocales(Abhkazian, Any, Any)Edward Welbourne2021-05-051-1/+7