summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | qrandom.h: actually #undef min and max instead of using parenthesesThiago Macieira2017-12-281-4/+11
| | * | Replace a few hardcoded paths with defaults from paths.hThiago Macieira2017-12-244-14/+34
| | * | Doc: attempt to fix some qdoc errors for QRandomGeneratorThiago Macieira2017-12-241-5/+7
| | * | Fix Android Service thread getting stuck in service startupHeikki Haveri2017-12-121-1/+1
| | * | QStandardPaths: fall back to a default if PATH isn't setThiago Macieira2017-12-121-0/+29
| | * | Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-0826-110/+172
| | |\ \
| | | * | Improve readability of code that uses the Qt signed size typev5.10.0-rc2Simon Hausmann2017-11-2813-75/+75
| | | * | Fix namespaced linux buildsAllan Sandfeld Jensen2017-11-282-1/+8
| | | * | Fix naming of new property QSortFilterProxyModel::recursiveFilteringDavid Faure2017-11-282-7/+7
| | | * | Fix the build if st_atimensec is definedThiago Macieira2017-11-231-2/+7
| | | * | QTemporaryFile: fix issues with removing a file twiceThiago Macieira2017-11-234-5/+25
| | | * | Doc: Update the list of highlighted examplesTopi Reinio2017-11-221-0/+3
| | | * | Merge remote-tracking branch 'origin/5.9.3' into 5.10.0Liang Qi2017-11-211-3/+5
| | | |\ \
| | | * | | QFileSystemEngine/Linux: fix when qt_lstatx() succeedsThiago Macieira2017-11-201-15/+16
| | | * | | QRandomGenerator: Enforce the use of 32-bit integers in the engineThiago Macieira2017-11-201-1/+2
| | | * | | Merge 5.10 into 5.10.0Oswald Buddenhagen2017-11-2015-386/+841
| | | |\ \ \
| | | * | | | QDateTime: Move the deprecation marker to Qt 5.10Thiago Macieira2017-11-141-1/+1
| | | * | | | Special-case parsing of Zulu time-zone in date-timesEdward Welbourne2017-11-141-1/+6
| | | * | | | QTemporaryFile: hide the O_TMPFILE feature behind a check for linkat()Thiago Macieira2017-11-114-2/+22
| | * | | | | fixup oversight in QStringView::lengthHelperPointerEric Lemanissier2017-12-061-0/+1
| | * | | | | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-12-053-18/+31
| | |\ \ \ \ \
| | | * \ \ \ \ Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-053-18/+31
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | |
| | | | * | | | [doc] Document QString{,Ref}::split() behavior with empty 'sep'Marc Mutz2017-11-292-16/+28
| | | | * | | | Fix aliasing problem in QVector::removeAll()Marc Mutz2017-11-281-2/+3
| | * | | | | | QFileSystemEngine: Work around Android bug in rejecting hardlinksThiago Macieira2017-12-051-1/+16
| | |/ / / / /
| | * | | | | Fix qdoc warnings for 5.10Friedemann Kleint2017-12-043-22/+37
| | * | | | | QSettings/QConfFile: Fix reading on NTFS symbolic linksFriedemann Kleint2017-12-021-1/+1
| | * | | | | Fix -Wclazy-qstring-arg in Windows codeFriedemann Kleint2017-12-011-4/+3
| | * | | | | Condition QDateTimeParser's time-zone parsing on QT_CONFIG(timezone)Edward Welbourne2017-11-303-13/+37
* | | | | | | QMimeDatabase: only export var for unittests if QT_BUILD_INTERNALDavid Faure2018-01-021-1/+6
|/ / / / / /
* | | | | | Remove use of QRegExp from QSharedMemorySamuel Gaist2017-12-301-3/+5
* | | | | | QRingBuffer: avoid reallocations of the dataAlex Trotsenko2017-12-302-109/+228
* | | | | | Fix build with -no-feature-regularexpressionUlf Hermann2017-12-212-2/+3
* | | | | | Fix build with ICC: it miscompiles the F16C intrinsicsThiago Macieira2017-12-211-2/+2
* | | | | | Micro-optimize QRingBuffer::chop()Alex Trotsenko2017-12-191-1/+1
* | | | | | Make QT_NO_FUTURE a featureUlf Hermann2017-12-1913-57/+33
* | | | | | qfloat16_f16c.c: inline in qfloat16.cpp if F16C is permitted in thereThiago Macieira2017-12-153-4/+37
* | | | | | QAbstractItemModel: add more checks in begin{Insert,Remove}{Rows,Columns}Giuseppe D'Angelo2017-12-141-0/+4
* | | | | | Add template text to \fn commands in QScopedPointerMartin Smith2017-12-081-22/+26
* | | | | | doc: Add template text to \fn commands in qglobal.cppMartin Smith2017-12-082-85/+84
* | | | | | doc: Change invokeMethod() comments to work with clangMartin Smith2017-12-083-39/+14
* | | | | | Deduplicate a common check for legacy codesEdward Welbourne2017-12-081-25/+26
* | | | | | QVector: drop QRegion friendship: it's not neededMarc Mutz2017-12-061-4/+0
* | | | | | doc: Add missing template parameters to \fn commandsMartin Smith2017-12-062-151/+151
* | | | | | doc: Ensure clangqdoc sees declarationsMartin Smith2017-12-064-7/+7
* | | | | | doc: Add class qualifiers to parameter typesMartin Smith2017-12-062-2/+6
* | | | | | doc: Document remaining anonymous enumsMartin Smith2017-12-061-0/+6
* | | | | | doc: Add missing template text to \fn commandsMartin Smith2017-12-062-92/+92
* | | | | | doc: Fix qdoc errors in qfsfilengine.cppMartin Smith2017-12-051-4/+8
* | | | | | doc: Fix all qdoc errors in qnumeric_p.hMartin Smith2017-12-041-1/+2