summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qbytearray.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-4/+4
|/
* Avoid signed integer overflow by making an addition a subtractionThiago Macieira2013-11-091-1/+1
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-70/+70
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+17
* Base64: Implement the "base64url" encoding and the stripping of '='Thiago Macieira2013-09-141-12/+83
* Whitespace: re-indent the {to,from}Base64 functionsThiago Macieira2013-09-141-44/+52
* Remove redundant checks in some tools classesJędrzej Nowacki2013-09-131-1/+1
* Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-071-2/+0
|\
| * Remove the size limit of QByteArray information.Leonard Lee2013-09-021-2/+0
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-271-0/+2
|\|
| * Specify maximum array size for QByteArray.Leonard Lee2013-08-211-0/+2