summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QByteArrayList: add indexOf(const char*) overloadDavid Faure2018-11-062-0/+26
* doc: Fix all clang parse errors in QtBase during PCH buildMartin Smith2018-11-051-3/+3
* QLocale: add const version of formattedDataSizeChristian Ehrlicher2018-11-022-1/+17
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-011-0/+1
|\
| * Fix leak in QContiguousCache::setCapacityJoni Poikelin2018-10-301-0/+1
* | doc: Add \since 6.0 to future functionsMartin Smith2018-10-301-2/+2
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-2510-216/+50
|\|
| * Fix QString latin1 conversion and comparison for -optimize-size buildKirill Burtsev2018-10-181-0/+8
| * Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-1510-216/+42
* | Avoid races on TZ in environment via tzset() callsEdward Welbourne2018-10-221-16/+6
* | qdbuserror: Use qOffsetStringArray instead of script generated codeMikhail Svetkin2018-10-161-0/+3
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-095-8/+32
|\|
| * Fix UB (invalid pointer comparison) in QList, QVector, QVLAMarc Mutz2018-10-083-3/+6
| * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-082-5/+26
| |\
| | * QDateTimeParser: avoid using an invalid hour by defaultEdward Welbourne2018-10-021-4/+25
| | * Scale seconds by a thousand to get millisecondsEdward Welbourne2018-10-021-2/+2
* | | QString: documentation fixesSamuel Gaist2018-10-081-15/+15
* | | QOffsetStringArray: fix compilation error with clang-802.0.42Mikhail Svetkin2018-10-011-1/+1
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-011-1/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-301-1/+5
| |\|
| | * QCommandLineParser: Ensure that an option text ends with a newlineAlexander Akulich2018-09-281-1/+5
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-297-86/+88
|\| |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-276-58/+60
| |\|
| | * Modernize the "datestring" featureLiang Qi2018-09-246-41/+43
| | * Modernize the "textdate" featureLiang Qi2018-09-243-17/+17
| * | Doc: Fix QEasingCurve code snippetsTopi Reinio2018-09-251-1/+1
| * | Fix some infelicities in the Q(Date|Time)+ docsEdward Welbourne2018-09-251-28/+28
* | | QOffsetStringArray: fix compilation error with ICC18Mikhail Svetkin2018-09-141-9/+6
* | | Make updateSystemPrivate() local to qlocale.cppEdward Welbourne2018-09-113-11/+22
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-113-4/+16
|\| |
| * | QStringList: restore binary compatibility with Qt 5.11David Faure2018-09-102-0/+12
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-101-4/+4
| |\|
| | * Merge remote-tracking branch 'origin/5.11.2' into 5.11Qt Forward Merge Bot2018-09-091-4/+4
| | |\
| | | * Doc: Fix typos in QRectF documentationPaul Wicking2018-08-271-4/+4
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-091-13/+4
|\| | |
| * | | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-071-13/+4
| |\| |
| | * | Doc: Move the literal code blocks to a separate fileVenugopal Shivashankar2018-09-031-13/+4
| | |/
* | | QOffsetStringArray/msvc: fix compilation warnings C4100Mikhail Svetkin2018-09-071-0/+6
* | | QOffsetStringArray: fix compilation error with MSVC15/17Mikhail Svetkin2018-09-061-42/+28
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-065-4/+46
|\| |
| * | ASAN: Disable SSE4.1 code in qstricmp because of heap-buffer-overflowErik Verbruggen2018-09-051-1/+1
| * | QStringList: add contains(QStringView) overloadAlbert Astals Cid2018-09-032-2/+24
| * | Add QString::compare(QStringView, CaseSensitivity)Albert Astals Cid2018-09-032-1/+21
* | | Remove QConditional in favor of std::conditional/std::is_unsignedMikhail Svetkin2018-09-055-16/+10
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-032-11/+10
|\| |
| * | Windows code: Fix to prefer ranged-for, as clang-tidy advisesFriedemann Kleint2018-09-021-3/+3
| * | Windows code: Fix clang-tidy warnings about else after jumpsFriedemann Kleint2018-09-022-8/+7
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-025-15/+30
|\| |
| * | WebAssembly for QtBaseMorten Johan Sørvig2018-08-303-5/+20
| * | Windows code: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-08-302-10/+10