summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Add setSharable support in QArrayData stackJoão Abecasis2012-01-065-15/+47
* Adding detach to QArrayDataPointerJoão Abecasis2012-01-061-0/+24
* Ensure shared_null(s) are statically initialized on VS 2010João Abecasis2012-01-055-43/+43
* Add support for setSharable in RefCountJoão Abecasis2012-01-051-3/+37
* Retire the generic Q_REFCOUNT_INITIALIZER macroJoão Abecasis2012-01-0412-18/+18
* Get rid of assignment operators in RefCountJoão Abecasis2012-01-049-30/+28
* Introducing QArrayDataPointerJoão Abecasis2011-12-141-0/+161
* QArrayDataOps::insertJoão Abecasis2011-12-141-0/+142
* QArrayDataOps: generic array operationsJoão Abecasis2011-12-142-0/+183
* template<class T> struct QTypedArrayDataJoão Abecasis2011-12-111-0/+42
* Allocate/free support in QArrayDataJoão Abecasis2011-12-092-0/+49
* Merge remote-tracking branch 'gerrit/master' into containersOswald Buddenhagen2011-12-092-12/+0
|\
| * Remove unused QMapData::createData()/node_create() overloads.Robin Burchell2011-12-082-12/+0
* | Introducing QArrayDataJoão Abecasis2011-12-063-0/+148
|/
* QByteArray: Fix MSVC warning.Friedemann Kleint2011-11-291-2/+2
* Give better error message when using unsupported lookbehinds in QRegExpKjell Rune Skaaraas2011-11-181-0/+4
* adding a getter cubicBezierSpline() to QEasingCurveThomas Hartmann2011-11-182-0/+13
* Windows: Adapt mkspec for MinGW / gcc 4.6.Friedemann Kleint2011-11-181-0/+7
* Fix tst_Moc::oldStyleCastsOlivier Goffart2011-11-171-2/+2
* avoid type aliasingThomas Hartmann2011-11-111-9/+30
* Revert "Use standard spelling for two languages"Lars Knoll2011-11-042-49/+49
* Use standard spelling for two languagesJiang Jiang2011-11-042-49/+49
* Adding custom bezier easing curves to QEasingCurveThomas Hartmann2011-11-022-6/+541
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-272-6/+7
* Add QDataStream operators to QMargins, so it can be streamedSteven Ceuppens2011-10-272-0/+49
* replace 'const QChar &' with 'QChar ' for QChar and QStringRitt Konstantin2011-10-265-50/+50
* Revert "Use memmove in QListData::append(int) as regions overlap."Oswald Buddenhagen2011-10-261-1/+1
* Silence warning from clangBradley T. Hughes2011-10-251-2/+2
* corelib: Remove Q_WS-macros.Friedemann Kleint2011-10-243-5/+2
* Add Q_DECL_CONSTEXPR to a QChar, QLatin1Char and QLatin1String constructorsThiago Macieira2011-10-222-26/+19
* Fix "may be used uninitialized" compiler warning.Morten Sorvig2011-10-191-1/+1
* make fromWCharArray() and toWCharArray() inlinedKonstantin Ritt2011-10-182-27/+25
* Remove stale documentation.Casper van Donderen2011-10-183-29/+0
* Remove stale documentation and fix qdoc errors.Casper van Donderen2011-10-111-6/+0
* fix QChar::isSpace() to handle codepoint U+0085Konstantin Ritt2011-10-062-2/+4
* Don't use implicit QAtomic* casts in QFreeListBradley T. Hughes2011-10-051-9/+9
* Don't crash by modifying read-only shared_nullBradley T. Hughes2011-10-045-6/+6
* Prevent QPixmapCache potentially growing indefinitely.Samuel Rødal2011-10-031-2/+1
* Make all uses of QBasicAtomicInt and Pointer use load() and store()Thiago Macieira2011-10-036-31/+33
* Rename Qt::escape to QString::toHtmlEscaped, add compat methodDavid Faure2011-09-292-14/+24
* Move Qt::escape to QtCoreDavid Faure2011-09-292-0/+36
* Update QHash for Qt 5Bradley T. Hughes2011-09-262-46/+9
* Make QVectorData::shared_null constBradley T. Hughes2011-09-262-6/+6
* Make QMapData::shared_null constBradley T. Hughes2011-09-262-8/+8
* Make QListData::shared_null constBradley T. Hughes2011-09-262-8/+9
* Make QLinkedListData::shared_null constBradley T. Hughes2011-09-262-7/+8
* Make QHashData::shared_null constBradley T. Hughes2011-09-262-6/+6
* don't calculate hash when the map is empty and we are not insertingOswald Buddenhagen2011-09-261-3/+6
* Doc: Clarified the range of return values from QLineF::angle().David Boddie2011-09-261-2/+3
* Fix QString and QByteArray reserve() and squeeze()Bradley T. Hughes2011-09-232-4/+42