summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | Simplify QRingBuffer::peek()Alex Trotsenko2018-02-221-3/+5
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-221-1/+1
|\|
| * Fix some qdoc-warnings for 5.11Friedemann Kleint2018-02-211-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-211-9/+0
|\|
| * Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-191-9/+0
| |\
| | * QString: fix comparisons to null strings in ucstricmpThiago Macieira2018-02-041-9/+0
* | | QByteArray: Add functions isUpper() and isLower() for Latin1 byte arraysAndre Hartmann2018-02-172-3/+78
* | | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-169-28/+80
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.10' into 5.11" into refs/stagin...Liang Qi2018-02-151-1/+26
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-151-1/+26
| | |\ \
| | | * \ Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-072-3/+4
| | | |\ \
| | | * | | QString: Add whitespace handling note to number conversion functionsAndre Hartmann2018-02-051-0/+22
| | | * | | QString: Wrap extra-long comment lineAndre Hartmann2018-02-051-1/+4
| | | | |/ | | | |/|
| | | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-245-10/+14
| | | |\ \
| * | | | | Update Unicode CLDR third party documentationKai Koehne2018-02-151-8/+12
| * | | | | Document use of Unicode Character DatabaseKai Koehne2018-02-152-2/+20
| |/ / / /
| * | | | Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-147-17/+22
| |\ \ \ \
| | * | | | Silence GCC 8 warnings in QStringVille Voutilainen2018-02-141-4/+4
| | * | | | Silence a GCC 8 warning in QIODeviceVille Voutilainen2018-02-141-1/+1
| | | |_|/ | | |/| |
| | * | | Silence GCC 8 warning on memcpy of movable typesThiago Macieira2018-02-042-3/+4
| | * | | Clean-up in QDateTime's parsing of ISODate{,WithMs}Edward Welbourne2018-02-011-7/+16
| | | |/ | | |/|
| | * | Doc: make a note about use of QStringLiteral with non-ASCII charsThiago Macieira2018-01-221-1/+5
| | * | Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-204-9/+9
| | * | Fix QMacTimeZonePrivate::previousTransition() for early after epochEdward Welbourne2018-01-181-18/+70
* | | | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-02-123-53/+21
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-113-53/+21
| |\| | |
| | * | | Merge remote-tracking branch 'origin/dev' into 5.11Liang Qi2018-02-108-78/+267
| | |\ \ \
| | * | | | doc: Add missing \fn commands for new membersMartin Smith2018-02-033-11/+25
* | | | | | QString: Add functions isUpper and isLowerAndre Hartmann2018-02-112-0/+47
|/ / / / /
* | / / / Prefer ICU over system info on MS-WinEdward Welbourne2018-02-073-12/+13
| |/ / / |/| | |
* | | | Add documentation entries for new qvector/qvarlength methodsAllan Sandfeld Jensen2018-02-022-0/+44
* | | | QString:: add remove() overload taking QLatin1StringAnton Kudryavtsev2018-02-022-10/+37
* | | | QString: optimize remove()Anton Kudryavtsev2018-02-021-4/+9
* | | | QBitArray: add manipulate a dense bit array directlyThiago Macieira2018-01-282-0/+43
* | | | Add a few methods to check if a string is US-ASCII or Latin1Thiago Macieira2018-01-273-1/+157
* | | | qsimd_p.h: Reorganize and simplify the x86 intrinsics #includesThiago Macieira2018-01-251-68/+28
|/ / /
* | | doc: Fix several minor qdoc warningsMartin Smith2018-01-201-0/+6
* | | doc: Fix all remaining non-link qdoc warningsMartin Smith2018-01-202-2/+16
* | | Add rvalue overload of insert/prepend to QVarLengthArray and QVectorAllan Sandfeld Jensen2018-01-202-11/+105
* | | Don't try (Any,Any,Any) before a partially-specified localeEdward Welbourne2018-01-191-32/+36
* | | doc: Add missing return types to \fn commands, fix mis-specified onesMartin Smith2018-01-186-12/+12
* | | QRingBuffer: replace some checks with assertsAlex Trotsenko2018-01-102-31/+36
* | | Micro-optimize QRingBuffer::free()Alex Trotsenko2018-01-091-1/+1
* | | doc: Move use of Q_CLANG_QDOC that caused compile-time assertMartin Smith2018-01-091-1/+3
* | | QStringBuilder: add support for QStringViewMarc Mutz2018-01-082-1/+15
* | | QStringBuilder: add support for char16_t{,*,[]}Marc Mutz2018-01-082-1/+54
* | | QtCore: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-088-16/+8
* | | doc: Correct remaining qdoc warnings in qchar.h and qchar.cppMartin Smith2018-01-062-1/+13
* | | doc: Correct remaining qdoc warnings in QStringViewMartin Smith2018-01-052-11/+18
* | | doc: Correct remaining qdoc warnings in qstring.cppMartin Smith2018-01-051-13/+17