summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Suppress ICC warning #111 about unreachable code in toWCharArrayThiago Macieira2016-09-151-0/+1
| | * QLatin1String: Fix UB (nullptr passed) in relational operatorsMarc Mutz2016-09-151-11/+11
* | | Disable forcing of -fomit-frame-pointer with ICCThiago Macieira2016-09-161-1/+2
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-052-4/+7
|\|
| * qcompilerdetection.h: retract Q_COMPILER_DEFAULT_MEMBERS for MSVC < 2015Marc Mutz2016-09-031-1/+3
| * qstrncpy: don't call strncpy_s with invalid parametersMarc Mutz2016-09-031-3/+4
* | Revert "Doc: removed reference to non-existing method"Nico Vertriest2016-08-261-2/+4
* | QtJson: simplify/add missing relational operators involving Latin1StringMarc Mutz2016-08-261-18/+32
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-08-254-37/+12
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-254-37/+12
| |\|
| | * QMimeType: use default locale rather than system localeDavid Faure2016-08-242-4/+4
| | * QMutex: Make freelist() return a real global staticRaphael Kubo da Costa2016-08-231-25/+2
| | * Fix problem with exception reporting in QFuture::waitForResult()Christian Strømme2016-08-231-6/+5