summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qbytearray.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-5020/+0
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-011-0/+17
|\
| * Document OOM conditions in the QArrayData-based containersThiago Macieira2019-06-281-0/+17
* | Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-3/+3
* | Fix a minor grammar glitch in new string / byte-array doc noteEdward Welbourne2019-06-041-1/+1
* | Move container block-size calculations to qarraydata.cppEdward Welbourne2019-05-291-101/+1
* | QString/QByteArray: detach immediately in operator[]Giuseppe D'Angelo2019-05-191-9/+21
* | QCharRef/QByteRef: warn when triggering the resizing operator= behaviorGiuseppe D'Angelo2019-05-191-0/+34
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-2/+2
|\|
| * Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-2/+2
* | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-2/+2
* | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-3/+3
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-141-9/+10
|\|
| * Doc: Unify terminology for '\0'-terminated stringsChristian Ehrlicher2019-03-131-9/+10
* | Avoid copying QByteArray created via fromRawData in toDoubleVolker Hilsheimer2019-03-091-2/+1
|/
* QtCore: replace null and nullptr with \nullptr in documentationChristian Ehrlicher2019-02-181-27/+27
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-041-2/+4
|\
| * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-11-271-2/+4
| |\
| | * Fix toFloat()s between float and double ranges and documentEdward Welbourne2018-11-231-1/+2
| | * Change documentation of some toDouble()s to reflect realityEdward Welbourne2018-11-231-1/+2
| * | Doc: Fix various documentation warningsTopi Reinio2018-11-061-2/+2
* | | doc: Add \since 6.0 to future functionsMartin Smith2018-10-301-2/+2
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-251-22/+5
|\| |
| * | Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-22/+5
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-061-1/+1
|\| |
| * | ASAN: Disable SSE4.1 code in qstricmp because of heap-buffer-overflowErik Verbruggen2018-09-051-1/+1
* | | Remove QConditional in favor of std::conditional/std::is_unsignedMikhail Svetkin2018-09-051-3/+1
|/ /
* | QByteArray: Fix documentation for toDouble() and toInt()Andre Hartmann2018-08-061-2/+2
* | Add "qt_" prefix to asciiToDouble and doubleToAscii functionsThiago Macieira2018-08-031-2/+2
* | Doc: harmonize toDouble() and toFloat() for QString and QByteArrayAndre Hartmann2018-07-141-0/+16
* | QByteArray: toInt() and toDouble() ignore surrounding whitespacesAndre Hartmann2018-07-071-1/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-20/+20
|\|
| * QLocale/QString/QByteArray: Use nullptr in documentationAndre Hartmann2018-06-221-20/+20
* | QByteArray: implement qstricmp with SSE 4.1Thiago Macieira2018-06-271-8/+67
* | QByteArray: add compare() with case sensitivity optionsThiago Macieira2018-06-221-4/+119
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-141-15/+3
|\|
| * QByteArray::setNum: use the existing latin1 lowercasing tableThiago Macieira2018-05-131-15/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-221-22/+27
|\|
| * QByteArray: Use nullptr for "Safe and portable C string functions"Andre Hartmann2018-04-211-22/+23
| * QByteArray: Add a note regarding overlapping pointers to qstr(n)cpyAndre Hartmann2018-04-211-0/+4
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-151-1/+0
|\|
| * QByteArray::setRawData(): don't null-terminate initialization from nullptrOswald Buddenhagen2018-03-141-1/+0
* | QByteArray: Add functions isUpper() and isLower() for Latin1 byte arraysAndre Hartmann2018-02-171-3/+75
|/
* QtCore: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-081-2/+2
* Fix some qdoc warningsFriedemann Kleint2017-08-021-8/+7
* Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-12/+12
|\
| * Doc: Improve documentation about append, prependKai Koehne2017-07-131-12/+12
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-0/+4
|\|
| * Doc: Add note about fromPercentEncoding's behavior on invalid inputMÃ¥rten Nordheim2017-06-291-0/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-071-0/+22
|\|