summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Extract Header qstringfwd.hMarc Mutz2022-03-114-34/+88
* QFlatMap: fix warning -Wunused-but-set-variable (GCC) in remove_if()Marc Mutz2022-03-111-1/+1
* QItemSelectionModel: avoid 24 relocationsMarc Mutz2022-03-111-35/+31
* qobjectdefs.h: DRY the SIGNAL/SLOT macrosMarc Mutz2022-03-111-18/+21
* CMake: add space between ABI name and "(default)" stringAssam Boudjelthia2022-03-111-2/+2
* QProcess/Doc: update the information on how the program is foundThiago Macieira2022-03-101-13/+65
* Enable -mno-direct-extern-access and ELF protected visibilityThiago Macieira2022-03-103-4/+13
* QMetaProperty: use early returnFabian Kosmale2022-03-101-30/+30
* QProperty: fix threading issuesFabian Kosmale2022-03-108-5/+98
* Remove two unused functions from qbytearray.cppEdward Welbourne2022-03-091-11/+0
* Fix the ambiguity when calling QLatin1String(0)Sona Kurazyan2022-03-091-0/+1
* QMutexLocker: code tidiesGiuseppe D'Angelo2022-03-091-13/+15
* QGlobalStatic: fix Clang warning about expression in unevaluated contextThiago Macieira2022-03-091-0/+3
* qutf8stringview.h: don't rely on transitive include of qbytearrayview.hMarc Mutz2022-03-091-0/+1
* Add an overload of QStringView::count() for QLatin1StringSona Kurazyan2022-03-095-0/+31
* Add QLatin1String::count(needle)Sona Kurazyan2022-03-093-0/+95
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-084-19/+23
* CMake: add detection of x86 VAES and AVX512VBMI2 featuresThiago Macieira2022-03-081-1/+1
* Re-add missing 'we mean it' headerKai Köhne2022-03-071-0/+11
* Add QFileInfo::isAlias() to reflect whether the file is a macOS aliasTor Arne Vestbø2022-03-062-2/+26
* Distinguish macOS aliases from normal symbolic linksTor Arne Vestbø2022-03-061-2/+7
* Workaround QCC not handling error suppression macro correctlyPasi Petäjäjärvi2022-03-051-0/+6
* QWeakPointer: befriend other QWeakPointersThiago Macieira2022-03-041-1/+2
* Add numeric conversion methods to QLatin1StringSona Kurazyan2022-03-052-0/+87
* Correct handling of {next,previous}Transition before FIRST_DST_YEAREdward Welbourne2022-03-041-13/+61
* Fix inverted condition on year starting in DSTEdward Welbourne2022-03-041-3/+6
* Improve handling of newYearOffset in qtimezoneprivate_win.cppEdward Welbourne2022-03-041-9/+20
* Consistently treat times before first rule as in its standard timeEdward Welbourne2022-03-041-38/+38
* Fix handling of out-of-range years in QTZP_winEdward Welbourne2022-03-041-9/+8
* Correct fake-DST detection and handling in QTZP_winEdward Welbourne2022-03-041-27/+56
* Clip dataForLocalTime()'s bracketing window's start to minMSecs() + 1Edward Welbourne2022-03-041-5/+9
* Use QDateTimePrivate's methods in preference to std::numeric_limitsEdward Welbourne2022-03-043-16/+18
* Revert "Workaround MinGW not handling error suppression macro correctly"Pasi Petäjäjärvi2022-03-041-6/+0
* Update QFileInfo docs to mention macOS aliasesTor Arne Vestbø2022-03-041-5/+7
* Prepare for QByteArrayView number parsing modernizationMarc Mutz2022-03-043-35/+75
* QCryptographicHash: code tidiesGiuseppe D'Angelo2022-03-041-11/+11
* Logging: use GCC #pragma to suppress the frame pointerThiago Macieira2022-03-031-4/+9
* Logging: cache the last library file name in a backtraceThiago Macieira2022-03-031-2/+7
* Logging: add support for decoding backtraces using dladdr()Thiago Macieira2022-03-032-2/+54
* Logging: reorganize the backtrace code for simplicity and readabilityThiago Macieira2022-03-031-36/+68
* Logging: remove magic constant from backtrace codeThiago Macieira2022-03-031-1/+13
* Logging: rejiggle the way we detect the availability of backtrace() APIThiago Macieira2022-03-033-16/+11
* Logging: fix encoding of backtrace linesThiago Macieira2022-03-031-1/+1
* Add literal operators for QLatin1String and QLatin1CharSona Kurazyan2022-03-045-0/+95
* QDebug: streamline (private) formatQFlagsGiuseppe D'Angelo2022-03-041-3/+2
* qsimd.cpp: don't disable SSE FP mathThiago Macieira2022-03-031-5/+7
* qsimd.cpp: fix _FORTIFY_SOURCE=2 buildsThiago Macieira2022-03-032-0/+2
* Associative containers: add a way to obtain a key/value rangeGiuseppe D'Angelo2022-03-049-0/+184
* Minor clean-ups noticed during string-parsing improvementsEdward Welbourne2022-03-032-5/+3
* Correct some typos and flat-out falsehoods in QTimeZone docsEdward Welbourne2022-03-031-9/+11