summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add a few qAsConst() to range-for to prevent detachmentsSergio Martins2018-12-101-2/+2
* QTypeInfo: use C++11 type traits to deduce if a type is static or complexLars Knoll2018-12-102-4/+31
* QUrlQuery: Implement initializer list constructorSamuel Gaist2018-12-092-0/+17
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-091-4/+17
|\
| * Optimize further the loading of 8 Latin 1 charactersThiago Macieira2018-12-081-4/+17
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-082-3/+30
|\|
| * QSettings: quick refactor for readabilityThiago Macieira2018-12-071-3/+4
| * Fix QSettings parsing of spaces after comment linesThiago Macieira2018-12-071-0/+2
| * Doc: update docs for the sleeping functions' accuracyThiago Macieira2018-12-071-0/+24
* | Use a QMultiHash to store persistent model indicesLars Knoll2018-12-072-5/+5
* | Remove the model pointer from QPersistentModelIndexDataLars Knoll2018-12-072-14/+4
* | QTextCodec::codecForLocale(): clarify and update documentationEdward Welbourne2018-12-061-5/+3
* | Don't require a default constructor for storing items in a QVectorLars Knoll2018-12-061-29/+110
* | doc: Let qdoc ignore Q_DECLARE_INTERFACEMartin Smith2018-12-051-1/+4
* | Pass non-trivial types by const-ref in range-loop [-Wclazy-range-loop]Sergio Martins2018-12-052-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2018-12-0412-89/+97
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-0412-89/+97
| |\|
| | * Fix compilation of qendian's qswap specializations on gcc 4.8Ville Voutilainen2018-11-291-6/+6
| | * Implement mul_overflow for MSVC arm64Thomas Miller2018-11-291-48/+26
| | * CoreText: Use QCFType to track CoreFoundation member variablesTor Arne Vestbø2018-11-281-1/+1
| | * qobject_p.h: Use nullptr everywhereKevin Funk2018-11-281-1/+1
| | * Fix calculation of the string tab size in QElfParserThiago Macieira2018-11-281-2/+2
| | * Optimize QSharedPointer::getAndRef with the three-operand testAndSetThiago Macieira2018-11-281-4/+7
| | * Documention: Use const-ref in the snippets for qOverload()Friedemann Kleint2018-11-271-7/+7
| | * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-11-275-20/+47
| | |\
| | | * Recognize E along with e as exponent character in asciiToDoubleEdward Welbourne2018-11-231-1/+1
| | | * Fix toFloat()s between float and double ranges and documentEdward Welbourne2018-11-234-10/+28
| | | * Change documentation of some toDouble()s to reflect realityEdward Welbourne2018-11-233-9/+18
* | | | QTranslator: add initial largefile supportThiago Macieira2018-12-041-20/+13
* | | | Make qDetectCpuFeatures() return the CPU features it detectedThiago Macieira2018-12-042-7/+4
|/ / /
* | | Rename QList<T>::swap(int, int) to swapItemsAt()Lars Knoll2018-12-034-4/+15
* | | Invert include dependencies between QList and QVectorLars Knoll2018-12-033-43/+52
* | | Documentation fixLars Knoll2018-11-261-2/+3
* | | Compile with QT_STRICT_ITERATORS definedLars Knoll2018-11-261-2/+2
* | | Long live Q_DISABLE_COPY_MOVE!Friedemann Kleint2018-11-242-0/+33
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-2232-97/+185
|\| |
| * | Unbreak the build with ICC on WindowsThiago Macieira2018-11-211-1/+1
| * | Correct QT_FEATURE_settings in qconfig-bootstrapped.hLiang Qi2018-11-201-1/+0
| * | Documentation: update Q_DISABLE_COPY documentationChristian Ehrlicher2018-11-191-11/+9
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-199-32/+31
| |\|
| | * Modernize the "settings" featureLiang Qi2018-11-159-32/+31
| * | QResourceFileEngine: fix use of mapped files after close()Thiago Macieira2018-11-191-1/+0
| * | QResourceFileEngine: fix map() for compressed filesThiago Macieira2018-11-191-3/+14
| * | Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-1619-51/+117
| |\ \
| | * | INTEGRITY: Fix missing uint/int 128 support for 64-bit ARMJanne Koskinen2018-11-071-0/+36
| | * | Correctly document value of QThread::currentThreadId on WindowsVolker Hilsheimer2018-11-061-6/+3
| | * | Doc: Tie the QScopeGuard documentation to a classTopi Reinio2018-11-061-9/+21
| | * | Doc: QCbor classes: Fix \variable commandsTopi Reinio2018-11-062-4/+6
| | * | Doc: Document Qt::ScrollMomentumTopi Reinio2018-11-061-1/+5
| | * | Doc: Fix various documentation warningsTopi Reinio2018-11-0613-31/+46