summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qbytearray.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix sign-extensionThiago Macieira2015-09-281-2/+2
* Fix qdoc warning by documenting function argumentLouai Al-Khanji2015-08-251-2/+2
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-4/+4
|\
| * QtCore: Fix const correctness in old style castsThiago Macieira2015-07-201-4/+4
* | QByteArray: document {const_,}{reverse_,}iteratorMarc Mutz2015-07-181-2/+24
* | QByteArray: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-07-071-0/+46
* | Unify QByteArray::MaxSize and MaxAllocSizeUlf Hermann2015-06-161-13/+4
* | Check the maximum size of a QByteArray more preciselyAlex Trotsenko2015-05-111-3/+4
|/
* QByteArray: begin()/end() are not \internalMarc Mutz2015-04-071-8/+26
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-2/+2
|\
| * Fix links in plural words.Florian Bruhin2015-02-161-2/+2
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Centralize use of __attribute__((noinline))Marc Mutz2015-01-291-6/+2
* | QtCore: add some more Q_DECL_NOTHROWMarc Mutz2015-01-211-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-1/+2
|\|
| * Doc: Fix typosSze Howe Koh2015-01-191-1/+1
| * fix error when cross-compiling with --system-zlibAshish Kulkarni2015-01-081-0/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-1/+10
|\|
| * Make sure we don't try to ask QByteArray to allocate too muchThiago Macieira2014-12-201-1/+10
* | Merge the multiple implementations of fromHex tooThiago Macieira2014-12-131-9/+3
* | Merge the different implementations of toHex in one central placeThiago Macieira2014-12-131-18/+4
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-271-3/+4
|\|
| * Fix size miscalculation in QByteArray::toBase64Benjamin Lutz2014-11-271-3/+4
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-4/+5
|\|
| * Doc: correct autolink issues corelib/mimetypeNico Vertriest2014-11-191-4/+5
* | Add rvalue-ref qualified {QString,QByteArray}::{simplified,trimmed}Thiago Macieira2014-11-021-4/+19
* | Check for integer overflows in places where qAllocMore is usedUlf Hermann2014-10-171-2/+5
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-19/+11
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | Simplify and unify Q{ByteArray,String{,Ref}}::{simplify,trimmed}Thiago Macieira2014-08-191-40/+4
* | Add rvalue-ref qualified overload of QByteArray::to{Upper,Lower}Thiago Macieira2014-08-191-6/+18
* | Optimize qstricmp()/qstrnicmp()Marc Mutz2014-08-191-3/+3
* | Unify and optimize QByteArray::to{Upper,Lower}Thiago Macieira2014-08-191-20/+99
|/
* Add some missing STL typedefs and functions to QStringRef and QByteArrayThiago Macieira2014-08-081-0/+16
* Add ascii_isspace to replace the locale-dependent isspace(3)Thiago Macieira2014-07-311-7/+7
* Fix QByteArray::to{Upper,Lower} when the array contains embedded nullsThiago Macieira2014-07-301-2/+4
* Unduplicate the implementations of next power of twoAllan Sandfeld Jensen2014-06-261-13/+2
* Introduce std::string conversion to QByteArrayAllan Sandfeld Jensen2014-06-251-0/+21
* Unify all mid() functions in QtBase.Jędrzej Nowacki2014-05-161-10/+13
* Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2014-03-131-0/+85
|\
| * Add Objective-C specific type converters to QByteArraySamuel Gaist2014-03-081-0/+85
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-281-6/+5
|\|
| * Doc: Address some "No documentation for..." QDoc warningsSze Howe Koh2014-02-241-6/+5
* | Mark the QArrayData alloc/dealloc functions as nothrowThiago Macieira2014-02-191-1/+1
|/
* Centralize the merging toFloat conversionsThiago Macieira2014-02-161-1/+1
* Centralize the handling of all the toXxx (integral) functionsThiago Macieira2014-02-141-59/+41
* QLocalePrivate: move the stringToXxx to QLocaleDataThiago Macieira2014-02-141-3/+3
* QLocalePrivate: move the xxxToString functions to QLocaleDataThiago Macieira2014-02-141-7/+6
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-18/+12
|\
| * Fix QByteArray documentation w.r.t. QString-related methodsGiuseppe D'Angelo2014-02-011-18/+12