summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QContiguousCache: Remove redundant conditionWang Yu2021-03-051-3/+1
* QProcess/Unix: use a common function to find the target executableThiago Macieira2021-03-041-48/+39
* Merge "Fix build of Core module without regularexpression feature"Alexey Edelev2021-03-049-22/+12
|\
| * Fix build of Core module without regularexpression featureAlexey Edelev2021-03-048-22/+8
| * Fix QT_HOST_LIBEXECS for cross-builds on WindowsJoerg Bornemann2021-03-041-0/+4
* | Merge "Remove win32_system_libs feature from src/corelib/configure.json"Joerg Bornemann2021-03-043-72/+0
|\ \ | |/ |/|
| * Remove win32_system_libs feature from src/corelib/configure.jsonJoerg Bornemann2021-03-043-72/+0
* | Merge "Fix compilation error in QDateTime"Andrei Golubev2021-03-041-1/+3
|\ \ | |/ |/|
| * Fix compilation error in QDateTimeAndrei Golubev2021-03-041-1/+3
* | QScopedPointer: deprecate swapGiuseppe D'Angelo2021-03-042-1/+21
|/
* QMetaType::create: don't leak memory if copy can't be madeVolker Hilsheimer2021-03-031-1/+1
* Initialize out-variableVolker Hilsheimer2021-03-031-1/+1
* Allow QWindowsPipe{Reader|Writer} to work with foreign event loops, take 2Alex Trotsenko2021-03-024-341/+570
* Add the 6.2 deprecation macrosGiuseppe D'Angelo2021-03-021-0/+8
* Don't access moved-from objectVolker Hilsheimer2021-03-021-7/+6
* Canonical type conversionHou Lei2021-03-021-1/+1
* QCommandLineParser: fix crash if there's no QCoreApplicationDavid Faure2021-03-011-3/+4
* Merge "Brush up the imageviewer example"Friedemann Kleint2021-03-011-6/+0
|\
| * Simplify prefix-related functionality of qmakeAlexey Edelev2021-03-011-2/+0
| * Remove unused definitionsAlexey Edelev2021-03-011-4/+0
* | Simplify QDateTimeParser::fromString() to always record the date-timeEdward Welbourne2021-03-011-9/+3
* | Try again if mktime() fails when we thought we knew DST-nessEdward Welbourne2021-03-011-0/+6
* | QTimeZonePrivate::dataForLocalTime: avoid {ov,und}erflowEdward Welbourne2021-03-011-10/+21
* | Only store offsetFromUtc when sane (and assert sanity)Edward Welbourne2021-03-011-4/+8
* | Rework an assertion to eliminate a common sub-expression using a lambdaEdward Welbourne2021-03-011-8/+9
* | Use qint64 as base-type for an enum mostly cast to that typeEdward Welbourne2021-03-011-45/+47
|/
* Kill qHash(QPointF)Giuseppe D'Angelo2021-02-281-0/+2
* QMetaType: Store QMetaObject for pointer to const QObject, tooFabian Kosmale2021-02-262-0/+4
* QJsonValueRef: add missing operator[]Fabian Kosmale2021-02-261-0/+4
* Document requirements for getters and setters of bindable propertiesAndreas Buhr2021-02-252-6/+38
* QEventDispatcherWin32: get rid of the hook procedureAlex Trotsenko2021-02-252-30/+9
* Add more support for structured bindingsGiuseppe D'Angelo2021-02-251-0/+44
* Use Core library for qmake instead of the Bootstrap libraryAlexey Edelev2021-02-2516-330/+95
* Improve docs for QFuture::then() with contextSona Kurazyan2021-02-252-0/+21
* Assert that setCurrentAnimation has the assumed side effectVolker Hilsheimer2021-02-251-1/+3
* QSystemSemaphore: Fix broken translated messagesFriedemann Kleint2021-02-245-28/+15
* QStandardPaths: Add translation comment for macOS-specific itemFriedemann Kleint2021-02-241-1/+3
* Fix transitionEachZone() failures on AndroidEdward Welbourne2021-02-241-0/+5
* Assert that either both or neither pointer are nullptrVolker Hilsheimer2021-02-241-0/+10
* qt6_finalize_executable(): Enable finalizers to be set per-targetCraig Scott2021-02-242-8/+53
* Move build tools to libexec instead of the bin dirJoerg Bornemann2021-02-231-1/+1
* Re-order includes in qjniobject.cppAssam Boudjelthia2021-02-221-1/+2
* QProcess/Unix: remove outdated notices about use of posix_spawn() on QNXThiago Macieira2021-02-211-4/+0
* QProcess::startDetached/Unix: report which function failedThiago Macieira2021-02-211-30/+42
* QProcess::startDetached/Unix: simplify handling of the pipesThiago Macieira2021-02-211-21/+26
* QProcess::startDetached/Unix: remove unnecessary ignoring of SIGPIPEThiago Macieira2021-02-211-10/+0
* QProcess::startDetached/Unix: fix the resetting of SIGPIPEThiago Macieira2021-02-221-5/+1
* QProcess::startDetached: set the error condition on failure to startThiago Macieira2021-02-213-14/+31
* Add QAndroidApplication as a nativeInterfaceAssam Boudjelthia2021-02-206-28/+166
* QProcess::startDetached/Unix: move up the chdir() and remove qWarningThiago Macieira2021-02-181-6/+6