summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qbytearray.h
Commit message (Expand)AuthorAgeFilesLines
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-754/+0
* QCharRef/QByteRef: schedule for Qt 7 removalGiuseppe D'Angelo2019-07-011-1/+1
* QString/QByteArray: detach immediately in operator[]Giuseppe D'Angelo2019-05-191-7/+16
* QCharRef/QByteRef: warn when triggering the resizing operator= behaviorGiuseppe D'Angelo2019-05-191-5/+36
* Qt 6: unexport QCharRef / QByteRefGiuseppe D'Angelo2019-05-181-1/+5
* Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-04-081-2/+0
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-26/+26
* QByteArray: add compare() with case sensitivity optionsThiago Macieira2018-06-221-0/+14
* QByteArray: Add functions isUpper() and isLower() for Latin1 byte arraysAndre Hartmann2018-02-171-0/+3
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-8/+8
|\
| * Remove Q_ALWAYS_INLINE from frequently-used functionsThiago Macieira2017-09-291-8/+8
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-10/+10
|/
* Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-06-201-1/+1
|\
| * Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-1/+1
| |\
| | * Use the C++ [[nodiscard]] attributeThiago Macieira2017-06-071-1/+1
* | | Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-06-201-4/+4
|/ /
* | Disentangle string-related headersMarc Mutz2017-04-251-4/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-201-30/+30
|\|
| * Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-201-28/+28
| * Don't disable Q_REQUIRED_RESULT with Clang and ICCThiago Macieira2017-04-201-1/+1
* | QByteArray, QString, QStringRef: Add chopped()Marc Mutz2017-04-181-0/+2
* | Array-backed containers: add shrink_to_fit for STL compatibilityGiuseppe D'Angelo2017-04-121-0/+1
* | QByteArray: add missing inline keywordsMarc Mutz2017-04-111-38/+38
* | Add front()/back() to QString, QStringRef, QByteArray and QLatin1StringMarc Mutz2017-04-071-0/+6
|/
* Clean up QByteArrayLiteral definitionMarc Mutz2017-02-241-10/+0
* Extend qChecksum calculationLars Schmertmann2016-12-251-2/+2
* QByteArray: Overload toHex() with separator characterAndre Hartmann2016-12-241-0/+1
* qdoc: Ignore Q_COMPILER_REF_QUALIFIERS for nowMartin Smith2016-12-041-1/+1
* Properly forward-declare the Apple types with Q_QDOCOlivier Goffart2016-05-311-2/+2
* Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devFriedemann Kleint2016-05-031-18/+18
|\
| * Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-031-18/+18
| |\
| | * Mark some QByteArray relational operators nothrowMarc Mutz2016-04-131-18/+18
* | | darwin: Simplify conversion function declarations in headersTor Arne Vestbø2016-05-031-5/+1
|/ /
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-241-1/+1
| |\
| | * Hide mixed comparisons with QT_RESTRICTED_CAST_FROM_ASCIIhjk2016-03-231-1/+1
* | | Forward declare the Objective C types for the documentation.Olivier Goffart2016-03-181-2/+2
|/ /
* | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Mark ref-qualified members as always inlineThiago Macieira2015-10-071-8/+8
* | QByteArray: Add append/prepend/insert overloadKevin Funk2015-08-271-0/+7
|/
* QByteArray: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-07-071-8/+17
* QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-011-10/+10
* Unify QByteArray::MaxSize and MaxAllocSizeUlf Hermann2015-06-161-3/+0
* Remove support for some very old compilersAllan Sandfeld Jensen2015-02-151-11/+0
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QtCore: add some more Q_DECL_NOTHROWMarc Mutz2015-01-211-5/+5
* QtCore: mark some operations nothrowMarc Mutz2015-01-101-3/+4
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-0/+3
|\
| * Make sure we don't try to ask QByteArray to allocate too muchThiago Macieira2014-12-201-0/+3