summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | QSharedPointer: allow one create() argument in C++98, tooMarc Mutz2014-04-072-3/+30
* | QWeakPointer: add member-swapMarc Mutz2014-04-033-0/+16
* | QWeakPointer: add lock() for std::weak_ptr compatibilityMarc Mutz2014-04-033-0/+12
* | Merge remote-tracking branch 'origin/stable' into devIikka Eklund2014-04-016-7/+45
|\|
| * Fix compile for embedded Androidaavit2014-03-311-1/+1
| * Fix typosFrederik Gladhorn2014-03-291-1/+9
| * Mark QPoint, QPointF, QRect, QRectF as reentrant.Mitch Curtis2014-03-272-0/+4
| * Reuse one QCollator instance for QString::localeAwareCompareLars Knoll2014-03-271-2/+8
| * Remove useless Q_NO_DECLARED_NOT_DEFINED flagJędrzej Nowacki2014-03-251-1/+1
| * Fix some documentation errors.Friedemann Kleint2014-03-242-2/+22
* | QStringList: use QList:.swap(int,int) in removeDuplicates instead of assignmentMarc Mutz2014-03-311-1/+1
* | QStringList: use a functor instead of a function pointer for std::sortMarc Mutz2014-03-311-4/+9
* | QStringList::join: micro-optimizationMarc Mutz2014-03-311-1/+1
* | QStringList: add op<< overload for QList<QString>Marc Mutz2014-03-312-0/+12
* | QStringList: remove copy ctorMarc Mutz2014-03-312-15/+0
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Mitch Curtis2014-03-3113-19/+154
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-2413-19/+154
| |\|
| | * Fix qdoc warnings in QMargins, QRect.Friedemann Kleint2014-03-212-8/+8
| | * Fix typos in QRegExp documentationKai Koehne2014-03-191-2/+2
| | * Fix double release in QTimeZone on MacFrederik Gladhorn2014-03-191-1/+0
| | * Doc: document QSharedPointer::swap() methodMarc Mutz2014-03-172-0/+10
| | * Remove level 4 compiler warnings from MSVC.David Schulz2014-03-156-8/+62
| | * Use QCommandLineParser in example dnslookup.Friedemann Kleint2014-03-151-0/+72
* | | QVector: add removeOne(), removeAll() for QList compatibilityMarc Mutz2014-03-262-0/+41
|/ /
* | Add QCommandLineParser::showVersion(), similar to showHelp().David Faure2014-03-142-4/+19
* | Make qHash(QChar) constexprGiuseppe D'Angelo2014-03-142-2/+2
* | Make qHash(long) constexprGiuseppe D'Angelo2014-03-141-7/+5
* | Fix the qHash(quint64) overloadGiuseppe D'Angelo2014-03-141-7/+3
* | Mark some qHash overloads as constexpr / const / pureGiuseppe D'Angelo2014-03-131-24/+24
* | QDebugStateSaver: call maybeSpace() in destructor.David Faure2014-03-134-19/+32
* | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2014-03-1311-452/+304
|\|
| * Doc: correction link, example and parameter issues qtbaseNico Vertriest2014-03-104-66/+97
| * Revert the QByteArrayList addition to Qt 5.3Thiago Macieira2014-03-083-384/+0
| * Add Objective-C specific type converters to QByteArraySamuel Gaist2014-03-084-1/+206
| * Fix some typosSergio Ahumada2014-03-031-1/+1
* | Make QChar::unicode constexprGiuseppe D'Angelo2014-03-011-1/+1
* | Add qHashBits(), a hash function for a memory blockMarc Mutz2014-02-282-0/+26
* | QSharedPointer/QWeakPointer: clean up class definitionMarc Mutz2014-02-281-15/+15
* | QSharedPointer: implement move ctorMarc Mutz2014-02-281-0/+6
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-2811-107/+863
|\|
| * Fix link to argument formats in QString::setNum documentationKai Koehne2014-02-251-2/+2
| * QByteArrayList: optimize op+Marc Mutz2014-02-241-3/+2
| * Doc: Address some "No documentation for..." QDoc warningsSze Howe Koh2014-02-242-6/+14
| * Make QTextDecoder use our qt_from_latin1 codeThiago Macieira2014-02-221-1/+1
| * Make sure all containers compile in strict-iterator modeThiago Macieira2014-02-222-3/+3
| * QMarginsF - Add new QMarginsF classJohn Layt2014-02-214-0/+655
| * QRect - Add missing QMargins subtraction operatorJohn Layt2014-02-212-0/+15
| * QMargins - Add missing operatorsJohn Layt2014-02-212-0/+68
| * QRect - Move QMargins operatorsJohn Layt2014-02-214-99/+99
| * QHash: use prime numbers when rebucketingGiuseppe D'Angelo2014-02-191-8/+17