| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move text-related code out of corelib/tools/ to corelib/text/ | Edward Welbourne | 2019-07-10 | 1 | -5020/+0 |
| * | Merge remote-tracking branch 'origin/5.13' into dev | Liang Qi | 2019-07-01 | 1 | -0/+17 |
| |\ |
|
| | * | Document OOM conditions in the QArrayData-based containers | Thiago Macieira | 2019-06-28 | 1 | -0/+17 |
| * | | Move away from using 0 as a pointer constant | Allan Sandfeld Jensen | 2019-06-07 | 1 | -3/+3 |
| * | | Fix a minor grammar glitch in new string / byte-array doc note | Edward Welbourne | 2019-06-04 | 1 | -1/+1 |
| * | | Move container block-size calculations to qarraydata.cpp | Edward Welbourne | 2019-05-29 | 1 | -101/+1 |
| * | | QString/QByteArray: detach immediately in operator[] | Giuseppe D'Angelo | 2019-05-19 | 1 | -9/+21 |
| * | | QCharRef/QByteRef: warn when triggering the resizing operator= behavior | Giuseppe D'Angelo | 2019-05-19 | 1 | -0/+34 |
| * | | Merge remote-tracking branch 'origin/5.13' into dev | Liang Qi | 2019-05-13 | 1 | -2/+2 |
| |\| |
|
| | * | Doc: replace even more null/0/nullptr with \nullptr macro | Christian Ehrlicher | 2019-05-08 | 1 | -2/+2 |
| * | | Replace qMove with std::move | Allan Sandfeld Jensen | 2019-04-06 | 1 | -2/+2 |
| * | | Replace Q_DECL_NOEXCEPT with noexcept in corelib | Allan Sandfeld Jensen | 2019-04-03 | 1 | -3/+3 |
| * | | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-03-14 | 1 | -9/+10 |
| |\| |
|
| | * | Doc: Unify terminology for '\0'-terminated strings | Christian Ehrlicher | 2019-03-13 | 1 | -9/+10 |
| * | | Avoid copying QByteArray created via fromRawData in toDouble | Volker Hilsheimer | 2019-03-09 | 1 | -2/+1 |
| |/ |
|
| * | QtCore: replace null and nullptr with \nullptr in documentation | Christian Ehrlicher | 2019-02-18 | 1 | -27/+27 |
| * | Merge remote-tracking branch 'origin/5.12' into dev | Liang Qi | 2018-12-04 | 1 | -2/+4 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.11' into 5.12 | Qt Forward Merge Bot | 2018-11-27 | 1 | -2/+4 |
| | |\ |
|
| | | * | Fix toFloat()s between float and double ranges and document | Edward Welbourne | 2018-11-23 | 1 | -1/+2 |
| | | * | Change documentation of some toDouble()s to reflect reality | Edward Welbourne | 2018-11-23 | 1 | -1/+2 |
| | * | | Doc: Fix various documentation warnings | Topi Reinio | 2018-11-06 | 1 | -2/+2 |
| * | | | doc: Add \since 6.0 to future functions | Martin Smith | 2018-10-30 | 1 | -2/+2 |
| * | | | Merge remote-tracking branch 'origin/5.12' into dev | Liang Qi | 2018-10-25 | 1 | -22/+5 |
| |\| | |
|
| | * | | Doc: Move literal code block to a separate file | Cristian Maureira-Fredes | 2018-10-15 | 1 | -22/+5 |
| * | | | Merge remote-tracking branch 'origin/5.12' into dev | Qt Forward Merge Bot | 2018-09-06 | 1 | -1/+1 |
| |\| | |
|
| | * | | ASAN: Disable SSE4.1 code in qstricmp because of heap-buffer-overflow | Erik Verbruggen | 2018-09-05 | 1 | -1/+1 |
| * | | | Remove QConditional in favor of std::conditional/std::is_unsigned | Mikhail Svetkin | 2018-09-05 | 1 | -3/+1 |
| |/ / |
|
| * | | QByteArray: Fix documentation for toDouble() and toInt() | Andre Hartmann | 2018-08-06 | 1 | -2/+2 |
| * | | Add "qt_" prefix to asciiToDouble and doubleToAscii functions | Thiago Macieira | 2018-08-03 | 1 | -2/+2 |
| * | | Doc: harmonize toDouble() and toFloat() for QString and QByteArray | Andre Hartmann | 2018-07-14 | 1 | -0/+16 |
| * | | QByteArray: toInt() and toDouble() ignore surrounding whitespaces | Andre Hartmann | 2018-07-07 | 1 | -1/+2 |
| * | | Merge remote-tracking branch 'origin/5.11' into dev | Liang Qi | 2018-07-02 | 1 | -20/+20 |
| |\| |
|
| | * | QLocale/QString/QByteArray: Use nullptr in documentation | Andre Hartmann | 2018-06-22 | 1 | -20/+20 |
| * | | QByteArray: implement qstricmp with SSE 4.1 | Thiago Macieira | 2018-06-27 | 1 | -8/+67 |
| * | | QByteArray: add compare() with case sensitivity options | Thiago Macieira | 2018-06-22 | 1 | -4/+119 |
| * | | Merge remote-tracking branch 'origin/5.11' into dev | Liang Qi | 2018-05-14 | 1 | -15/+3 |
| |\| |
|
| | * | QByteArray::setNum: use the existing latin1 lowercasing table | Thiago Macieira | 2018-05-13 | 1 | -15/+3 |
| * | | Merge remote-tracking branch 'origin/5.11' into dev | Qt Forward Merge Bot | 2018-04-22 | 1 | -22/+27 |
| |\| |
|
| | * | QByteArray: Use nullptr for "Safe and portable C string functions" | Andre Hartmann | 2018-04-21 | 1 | -22/+23 |
| | * | QByteArray: Add a note regarding overlapping pointers to qstr(n)cpy | Andre Hartmann | 2018-04-21 | 1 | -0/+4 |
| * | | Merge remote-tracking branch 'origin/5.11' into dev | Qt Forward Merge Bot | 2018-03-15 | 1 | -1/+0 |
| |\| |
|
| | * | QByteArray::setRawData(): don't null-terminate initialization from nullptr | Oswald Buddenhagen | 2018-03-14 | 1 | -1/+0 |
| * | | QByteArray: Add functions isUpper() and isLower() for Latin1 byte arrays | Andre Hartmann | 2018-02-17 | 1 | -3/+75 |
| |/ |
|
| * | QtCore: Raise minimum supported MSVC version to 2015 | Friedemann Kleint | 2018-01-08 | 1 | -2/+2 |
| * | Fix some qdoc warnings | Friedemann Kleint | 2017-08-02 | 1 | -8/+7 |
| * | Merge remote-tracking branch 'origin/5.9' into dev | Gabriel de Dietrich | 2017-07-13 | 1 | -12/+12 |
| |\ |
|
| | * | Doc: Improve documentation about append, prepend | Kai Koehne | 2017-07-13 | 1 | -12/+12 |
| * | | Merge remote-tracking branch 'origin/5.9' into dev | Liang Qi | 2017-07-04 | 1 | -0/+4 |
| |\| |
|
| | * | Doc: Add note about fromPercentEncoding's behavior on invalid input | MÃ¥rten Nordheim | 2017-06-29 | 1 | -0/+4 |
| * | | Merge remote-tracking branch 'origin/5.9' into dev | Liang Qi | 2017-06-07 | 1 | -0/+22 |
| |\| |
|