summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* doc: Add 2 missing return types to \fn commandsMartin Smith2018-02-031-2/+2
* doc: clang-qdoc must not see certain function declarationsMartin Smith2018-01-242-2/+4
* doc: Fix many qdoc warnings, mostly missing return typesMartin Smith2018-01-242-0/+44
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-2011-12816/+13323
|\
| * Fix cast-function-type gcc 8 warningAllan Sandfeld Jensen2018-01-182-2/+2
| * Only define QT_FASTCALL on x86_32Martin Storsjö2018-01-181-1/+1
| * Undef interface in more places, fixing builds with libc++ on windowsMartin Storsjö2018-01-181-0/+4
| * Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-166-12813/+13310
| |\
| | * Prevent O(n^2) behavior when calling QObject::deleteLaterErik Verbruggen2018-01-163-14/+31
| | * Fix memory leak in QStandardPaths::displayName() on Apple platformsJake Petroules2018-01-121-2/+2
| | * Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-112-12797/+13273
| | |\
| | | * Update qurltlds_p.hAllan Sandfeld Jensen2018-01-052-12797/+13273
| | * | Document Q_COREAPP_STARTUP_FUNCTION is no good in static libsLaszlo Agocs2018-01-101-0/+4
| * | | QMetaObject::invokeMethod: don't leak the slot objectThiago Macieira2018-01-141-0/+6
* | | | doc: Fix several minor qdoc warningsMartin Smith2018-01-203-1/+8
* | | | doc: Fix all remaining non-link qdoc warningsMartin Smith2018-01-204-7/+21
* | | | Add rvalue overload of insert/prepend to QVarLengthArray and QVectorAllan Sandfeld Jensen2018-01-202-11/+105
* | | | Don't try (Any,Any,Any) before a partially-specified localeEdward Welbourne2018-01-191-32/+36
* | | | doc: Add missing return types to \fn commands, fix mis-specified onesMartin Smith2018-01-189-19/+19
* | | | doc: Fix remaining qdoc warnings in qabstractitemmodel.cppMartin Smith2018-01-181-9/+9
* | | | QSortFilterProxyModel: annotate some deprecated functions as deprecatedChristian Ehrlicher2018-01-172-9/+12
* | | | Add QIODevice::NewOnly and QIODevice::ExistingOnly OpenMode flagsd3fault2018-01-179-36/+90
* | | | logging: Factor out how to determine if a category is the default categoryTor Arne Vestbø2018-01-161-2/+7
* | | | Add missing dead key symbolsMatt Whitlock2018-01-152-0/+60
* | | | Fix QNX 7 buildTor Arne Vestbø2018-01-141-2/+2
* | | | Add QModelIndex::siblingAtColumn and ::siblingAtRowAndre Somers2018-01-122-1/+29
* | | | logging: Break out alternative logging sinks into a well defined APITor Arne Vestbø2018-01-121-30/+74
* | | | logging: Clarify that QT_MESSAGE_PATTERN only applies to unstructured loggingTor Arne Vestbø2018-01-121-0/+4
* | | | MinGW: Remove workaround that disabled strict_c++Kai Koehne2018-01-121-4/+0
* | | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-122-1/+7
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-112-1/+7
| |\| | |
| | * | | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2018-01-111-1/+1
| | |\ \ \
| | | * | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-091-1/+1
| | | |\| |
| | | | * | CMake: qt5_add_binary_resource: re-run if neededKevin Funk2018-01-091-1/+1
| | | | |/
| | * | / moc: Initialize staticMetaObject with the highest user-settable priorityMartin Storsjö2018-01-091-0/+6
| | |/ /
* | / / Add more Q_FALLTHROUGH()Friedemann Kleint2018-01-122-2/+2
|/ / /
* | | QRingBuffer: replace some checks with assertsAlex Trotsenko2018-01-102-31/+36
* | | Micro-optimize QRingBuffer::free()Alex Trotsenko2018-01-091-1/+1
* | | Add doc explaining the gotcha when connecting a signal to qApp->exitd3fault2018-01-092-1/+15
* | | doc: Remove undef of Q_GADGETMartin Smith2018-01-091-5/+0
* | | doc: Correct clang parsing errors in qvariant.hMartin Smith2018-01-094-2/+41
* | | doc: Move use of Q_CLANG_QDOC that caused compile-time assertMartin Smith2018-01-091-1/+3
* | | doc: Remove Q_QDOC declarations that are no longer neededMartin Smith2018-01-091-5/+1
* | | doc: Remove unnecessary #ifndef Q_QDOCMartin Smith2018-01-091-3/+0
* | | doc: Remove unnecessary qdoc declaration hackMartin Smith2018-01-092-5/+6
* | | doc: Correct qdoc warnings in qobject.cpp and qmetatype.cppMartin Smith2018-01-085-40/+33
* | | Introduce QAbstractItemModel::checkIndex()Giuseppe D'Angelo2018-01-082-0/+150
* | | QStringBuilder: add support for QStringViewMarc Mutz2018-01-082-1/+15
* | | QStringBuilder: add support for char16_t{,*,[]}Marc Mutz2018-01-082-1/+54
* | | QtCore: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-0814-106/+23