summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary warning disablingThiago Macieira2016-11-271-5/+0
* Make sure all pattern args get cleared when parsing a new patternThiago Macieira2016-11-261-0/+4
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-255-47/+51
|\
| * Remove nokia reference in example mimetypeOrgad Shaneh2016-11-241-1/+1
| * QDateTimeParser: introduce at least some encapsulationEdward Welbourne2016-11-231-39/+42
| * Fix two leaky uses of realloc()Edward Welbourne2016-11-232-4/+6
| * Typo fix in QDateTime::toString() documentationEdward Welbourne2016-11-231-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-239-52/+98
|\|
| * QDir::tempPath - use NSTemporaryDirectory on DarwinTimur Pocheptsov2016-11-221-2/+18
| * Handle RemovePath correctly when calling matches()Andy Shaw2016-11-221-0/+3
| * Enable constexpr support for Visual Studio 2017Oliver Wolff2016-11-222-0/+8
| * Add support for Visual Studio 2017Oliver Wolff2016-11-221-1/+3
| * QFutureInterface: make accesses to 'state' thread-safeMarc Mutz2016-11-202-47/+64
| * Doc: Add missing reference to qInfo()Kai Koehne2016-11-181-1/+1
| * QDateTimeParser: localize variable to avoid shadowingEdward Welbourne2016-11-171-1/+1
* | QtCore: Add missing overrideAlexander Volkov2016-11-165-20/+20
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-155-34/+67
|\|
| * Revert "Optimize QJsonObject::operator=="Marc Mutz2016-11-142-4/+2
| * Improve the validation algorithm for binary JSONLars Knoll2016-11-112-19/+41
| * Correct a Q_CHECK_PTR()'s parameterEdward Welbourne2016-11-091-1/+1
| * winrt: remove superfluous codeMaurice Kalinowski2016-11-091-3/+0
| * winrt: Do not copy into a referenceMaurice Kalinowski2016-11-091-1/+0
| * winrt: Fix potential memory corruptionMaurice Kalinowski2016-11-081-6/+23
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-049-59/+122
|\|
| * Fix OOM crashes for huge json documentsLars Knoll2016-11-042-7/+76
| * Stop using readdir_r: glibc deprecated it and it's not a good ideaThiago Macieira2016-11-033-48/+2
| * Stop unloading plugins in QPluginLoader and QFactoryLoaderThiago Macieira2016-11-022-4/+7
| * Include intrin.h header when using MSVCJesus Fernandez2016-11-021-0/+4
| * doc: Document two undocumented functionsMartin Smith2016-10-311-0/+33
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-274-29/+29
|\|
| * Document that qFuzzyCompare does not work on NaN or infinityAndré Somers2016-10-261-2/+4
| * qversiontagging.h: Don't tag binaries in static modeThiago Macieira2016-10-251-1/+1
| * Darwin: normalize all watched paths to composed fromErik Verbruggen2016-10-241-1/+1
| * Remove type punning from ucstrncmpErik Verbruggen2016-10-231-25/+23
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-2215-11333/+12889
|\|
| * QFileInfo: fix double sentence in apidocFrederik Schwarzer2016-10-211-2/+1
| * Fix some typos in docs and apidocsFrederik Schwarzer2016-10-214-4/+4
| * Normalize realpath(3) output to composed formErik Verbruggen2016-10-211-1/+1
| * QUrl effective TLDs: update tableKai Koehne2016-10-212-11304/+12851
| * QOrderedMutexLocker: unlock in reverse order of lockingMarc Mutz2016-10-191-1/+1
| * Windows: Fix regression in QFSFileEnginePrivate::nativeWrite()Andy Shaw2016-10-191-2/+2
| * QJsonDocument: fix repetition of 'document' in docAnton Kudryavtsev2016-10-191-2/+1
| * Apple OS: Handle QSetting strings with embedded zero-bytesTor Arne Vestbø2016-10-184-16/+27
| * QOrderedMutexLocker: fix UB (pointer comparison with <) in static relock()Marc Mutz2016-10-181-1/+1
* | Qt 5.7 requires C++11 so this hint is not needed anymoreFrederik Schwarzer2016-10-181-5/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-173-3/+11
|\|
| * QMimeXMLProvider: add missing out-of-line destructorJ-P Nurmi2016-10-132-0/+5
| * Document that am/pm in QDateTime::toString are locale-specificKai Koehne2016-10-131-3/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-084-46/+80
|\|
| * Darwin: correct state restore when FSEventsStream starting failsErik Verbruggen2016-10-072-45/+77