summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* qdoc: properly omit comments for enums marked with omitvalueChristian Ehrlicher2018-03-272-2/+2
* Allow QWinEventNotifier to coexist with waiting functionsAlex Trotsenko2018-03-271-3/+4
* Add QTimer::connectTo(), a shorthand way of connecting to timeout()Sergio Martins2018-03-252-0/+55
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-2125-644/+198
|\
| * Modernize the "regularexpression" featureUlf Hermann2018-03-2014-90/+75
| * QSharedDataPointer: use swap-and-move in the move constructorThiago Macieira2018-03-191-2/+10
| * QSemaphore: add minor optimization for 64-bit Linux systemsThiago Macieira2018-03-191-0/+7
| * QSemaphore: fix deadlock when the woken up thread wakes up anotherThiago Macieira2018-03-191-43/+88
| * Remove src/corelib/arch, merging with src/corelib/threadThiago Macieira2018-03-195-6/+4
| * Atomics: remove qatomic_msvc.hThiago Macieira2018-03-193-501/+2
| * Atomic: silence MSVC warning in the generic fetchAndSubThiago Macieira2018-03-191-0/+3
| * q{,Utf8}Printable: avoid creating a copy of a QStringThiago Macieira2018-03-182-2/+9
* | Share and cache QRegExp engines where possibleLars Knoll2018-03-201-5/+15
* | Add nullptr comparison to Q{Explicitly,}SharedDataPointerThiago Macieira2018-03-181-0/+24
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-181-0/+5
|\|
| * qglobal.h: compile Q_UINT64_C in C modeThiago Macieira2018-03-171-0/+5
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-171-1/+4
|\|
| * QIpAddress: reject IPv6 addresses with more than 4 hex digitsThiago Macieira2018-03-161-1/+4
* | macOS: Explicitly link to debug version of framework when neededTor Arne Vestbø2018-03-161-19/+12
* | Allow log messages to be grouped by activity on Apple OSesTor Arne Vestbø2018-03-152-2/+133
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-157-15/+55
|\|
| * Disable statx(2) and renameat2(2) system calls on AndroidThiago Macieira2018-03-141-7/+16
| * QByteArray::setRawData(): don't null-terminate initialization from nullptrOswald Buddenhagen2018-03-141-1/+0
| * Android: Fix possible crashBogDan Vatra2018-03-141-1/+1
| * doc: Make fromStdVariant() appear in the QVariant docsMartin Smith2018-03-142-2/+2
| * Remove needless #include <sys/random.h> from qrandom.cppEdward Welbourne2018-03-131-3/+1
| * Make sure QDir::absoluteFilePath("/dir") includes a drive on MSEdward Welbourne2018-03-121-1/+35
* | QSFPM: Faster row removesTim Angus2018-03-131-0/+13
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-121-1/+1
|\|
| * document that QueryWhatsThis is a QHelpEventSergio Martins2018-03-111-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-102-11/+20
|\|
| * Allow use of template class instances inheriting from a Q_GADGET in QmlNils Jeisecke2018-03-101-10/+16
| * Doc: improve QScopedPointer::reset() documentationMitch Curtis2018-03-081-1/+4
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-087-53/+205
|\|
| * Add missing rvalue overloads of operator+=() and operator<<()Christian Ehrlicher2018-03-074-0/+41
| * logging: Clarify and document how we look for the presence of a consoleTor Arne Vestbø2018-03-073-53/+164
* | Make QDir::tempPath() canonicalTor Arne Vestbø2018-03-072-3/+3
* | implement non-member operator+ for iteratorsEric Lemanissier2018-03-068-0/+15
* | Port QWaitCondition to QDeadlineTimerThiago Macieira2018-03-038-25/+60
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-022-0/+22
|\|
| * QLocale: Update the system private on QLocale default constructor if neededAlbert Astals Cid2018-03-021-0/+2
| * JSON: remove braces from UUID text representationsThiago Macieira2018-03-021-0/+9
| * QJsonValue: use the fully-encoded form of a URL in fromVariant()Thiago Macieira2018-03-021-0/+11
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-022-2/+3
|\|
| * Find PCRE2 via pkgconfigR.J.V. Bertin2018-03-011-0/+1
| * QMimeDatabase: fix regression in alias resolvingDavid Faure2018-02-281-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-281-1/+1
|\|
| * Silence a GCC 8 warning in qringbufferVille Voutilainen2018-02-281-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-282-5/+4
|\|
| * QDate/Time,QTimeZone: Fix empty documentation section titlesFriedemann Kleint2018-02-272-5/+4