summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qbytearray.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-22/+5
* | ASAN: Disable SSE4.1 code in qstricmp because of heap-buffer-overflowErik Verbruggen2018-09-051-1/+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
|\|
| * QStringLiteral/QByteArrayLiteral: fix/add documentationGiuseppe D'Angelo2017-06-011-0/+22
* | Docs: Fix some warningsFriedemann Kleint2017-04-211-1/+1
* | QByteArray, QString, QStringRef: Add chopped()Marc Mutz2017-04-181-3/+15
* | Array-backed containers: add shrink_to_fit for STL compatibilityGiuseppe D'Angelo2017-04-121-0/+7
* | Add front()/back() to QString, QStringRef, QByteArray and QLatin1StringMarc Mutz2017-04-071-0/+60
|/
* Extend qChecksum calculationLars Schmertmann2016-12-251-4/+36
* QByteArray: Overload toHex() with separator characterAndre Hartmann2016-12-241-4/+33
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-151-3/+4
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-051-3/+4
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-051-3/+4
| | |\
| | | * qstrncpy: don't call strncpy_s with invalid parametersMarc Mutz2016-09-031-3/+4
* | | | QByteArray: Clean up qUncompressThiago Macieira2016-09-071-36/+37
* | | | Add QArrayData::reallocateUnaligned for QString and QByteArrayThiago Macieira2016-09-071-12/+1
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-10/+102
|\| |
| * | Replace qAllocMore with a pair of more useful functionsThiago Macieira2016-06-091-10/+102
* | | darwin: Move conversion function documentation to function definitionTor Arne Vestbø2016-05-031-85/+0
|/ /
* | Updated license headersJani Heikkinen2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-081-2/+2
|\|
| * Doc: corrected statement about QByteArray::clearNico Vertriest2015-12-031-2/+2
* | Add flags to omit/reject padding in scientific notation exponentsUlf Hermann2015-11-231-2/+2