summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QLocaleData: fix AlphaCode::op== for C++20Marc Mutz2023-02-021-1/+2
* QStandardPaths/unix: ignore relative paths in all $XDG_* env varsAhmad Samir2023-02-011-5/+20
* Revert "Add support for MultiABI with custom install dir of the android-build"Alexandru Croitor2023-02-012-100/+37
* Migration from int to qsizetype of QAnimationGroupKonrad Kujawa2023-02-016-13/+13
* Fix comparison sign missmatch warningAntti Määttä2023-02-011-1/+1
* IPC/QSharedMemory: make the enums Q_ENUMThiago Macieira2023-01-311-0/+2
* IPC/QSharedMemory: include the QSystemSemaphore error message in oursThiago Macieira2023-01-311-1/+2
* IPC: don't close(-1)Thiago Macieira2023-01-311-1/+2
* IPC: rationalize use of O_CLOEXECThiago Macieira2023-01-311-14/+4
* IPC: move the removal of the file and shm to cleanHandle()Thiago Macieira2023-01-311-35/+26
* QRegularExpression: fix count() when the RE matches a surrogateThiago Macieira2023-01-311-1/+7
* QStandardPaths/Unix: fix logic in xdgDataDirs() functionAhmad Samir2023-02-011-18/+25
* Short live q20::construct_at()!Friedemann Kleint2023-02-013-11/+49
* QDateTime: refactor readInt()Ahmad Samir2023-01-311-49/+67
* QString: use QtPrivate::qustrchrAhmad Samir2023-01-311-3/+8
* QString: change replace_helper() to take a QStringViewAhmad Samir2023-01-311-17/+16
* Remove wiggly exampleJan Arve Sæther2023-01-312-2/+2
* MetaObject: Apply some cosmeticsUlf Hermann2023-01-311-2/+6
* Document the shortcut isFile() for "exists and is a file"Andreas Hartmetz2023-01-311-2/+5
* Remove redundant qsharedpointer.h #includesAhmad Samir2023-01-312-2/+1
* QString: remove a try/catch from replace_helper()Ahmad Samir2023-01-311-65/+55
* QString: use QVLA instead of built-in arrayAhmad Samir2023-01-311-64/+24
* QString: name args in replace() overloads consistentlyAhmad Samir2023-01-311-4/+4
* QString: use QtPrivate::q_points_into_rangeAhmad Samir2023-01-311-12/+5
* QtCore: Disambiguate QCalendar locale dataFriedemann Kleint2023-01-316-6/+18
* QtCore: Fix some macro clashesFriedemann Kleint2023-01-315-0/+16
* Improve readability of calendrical calculationsEdward Welbourne2023-01-315-67/+111
* Deploy QRoundingDown::qDivMod() in date-time calculationsEdward Welbourne2023-01-315-41/+36
* Shift the base date for the Gregorian calendar's calculationsEdward Welbourne2023-01-311-4/+8
* Shuffle QGregorianCalendar's partsEdward Welbourne2023-01-311-26/+22
* Avoid overflow when computing remainders from QRoundingDown::qDiv()Edward Welbourne2023-01-312-4/+86
* QtCore/Windows: Fix inconsistent linkage of helper qAppFileName()Friedemann Kleint2023-01-311-1/+1
* QtCore/QCalendarRegistry: Move helper CaseInsensitiveAnyStringViewLessThan ou...Friedemann Kleint2023-01-311-6/+3
* QString: move more code to append_helperAhmad Samir2023-01-311-18/+17
* Use QLatin1 QStringConverter methodsAhmad Samir2023-01-311-3/+1
* QString: remove private replace_helper() member functionAhmad Samir2023-01-312-88/+85
* Doc: Fix spelling of QT_TARGETS_FOLDERKai Köhne2023-01-311-1/+1
* QString: don't detach in replace(QChar, QChar, case)Ahmad Samir2023-01-301-20/+32
* QStandardPaths/Unix: minor cleanupAhmad Samir2023-01-301-7/+10
* QVarLengthArray: implement ### Qt 7 remarksThiago Macieira2023-01-301-1/+6
* Remove QResourceGlobalData::resourceSearchPathsEdward Welbourne2023-01-301-14/+4
* Update qt_policy and add documentationAmir Masoud Abdol2023-01-303-30/+48
* QtMiscUtils: add isAsciiDigit helperAhmad Samir2023-01-301-0/+5
* Pass short time format to GetTimeFormat from GetLocaleInfoIlya Fedin2023-01-301-3/+5
* QString: use a docs snippets for fromStd*String() methodsAhmad Samir2023-01-301-6/+10
* Add support for MultiABI with custom install dir of the android-buildFab Stz2023-01-302-37/+100
* Doc: Use \keyword for alternative name of CMake commandKai Köhne2023-01-3021-21/+21
* Q<Typed>Permission: don't use external stateMarc Mutz2023-01-262-54/+76
* Disable the process feature on WASMMikolaj Boc2023-01-261-1/+7
* Use case-insensitive comparison to compare codec with UTF-8 and utf8Edward Welbourne2023-01-251-1/+1