summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Merge remote-tracking branch 'origin/dev' into stableOswald Buddenhagen2014-02-1946-12254/+14006
| |\
| * | Make sure that the compiler is strict in QtCoreThiago Macieira2014-02-181-0/+2
* | | QtCore: Fix MSVC 64bit warnings about conversion from size_t to int.Friedemann Kleint2014-02-252-3/+3
* | | Mark the QArrayData alloc/dealloc functions as nothrowThiago Macieira2014-02-194-6/+6
| |/ |/|
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-182-28/+28
|\|
| * Docs: properly tag QtAlgorithms functions as deprecatedGiuseppe D'Angelo2014-02-171-27/+27
| * doc: fix grammarFrederik Gladhorn2014-02-171-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-171-3/+0
|\|
| * Remove incomplete paragraph from QSet::iterator documentationKai Koehne2014-02-141-3/+0
* | Centralize the merging toFloat conversionsThiago Macieira2014-02-164-59/+22