summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * QTemporaryFile's setFileTemplate operates not only on XXXXXX in the endSune Vuorela2016-10-061-1/+1
| * Doc: Document that by default, QTimer is not single-shotKai Koehne2016-10-061-0/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-055-19/+8
|\|
| * Fix some typos and minor sentence structure issues in docsFrederik Schwarzer2016-10-054-4/+4
| * winrt: Fix compilation for projects using C++/CX extensionsMaurice Kalinowski2016-10-051-4/+4
| * Revert "Doc: Added enums in qnamespace.qdoc"Peter Varga2016-10-041-11/+0
* | QIODevice: add CHECK_MAXBYTEARRAYSIZE macroAlex Trotsenko2016-10-011-10/+10
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-231-0/+1
|\|
| * Fix bootstrap applications crashing when QT_MESSAGE_PATTERN contains %{backtr...Olivier Goffart2016-09-211-0/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-215-3/+125
|\|
| * Doc: add macOS example of QAbstractNativeEventFilter implementationSamuel Gaist2016-09-204-2/+124
| * QAbstractProxyModel: fix sentence structure in apidocFrederik Schwarzer2016-09-191-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-09-173-24/+32
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-163-24/+32
| |\|
| | * Q(Date|Time)+::(to|from)String(): mention relevant QLocale methodsEdward Welbourne2016-09-161-12/+19
| | * Fix the GCC version supporting -Wsuggest-overrideLoïc Molinari2016-09-161-1/+1