summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-0620-42/+113
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-0112-33/+56
| |\
| | * Deprecate setSharable in Qt containersThiago Macieira2014-04-2411-13/+52
| | * Document QString's UTF-8 conversion behaviorsThiago Macieira2014-04-241-20/+4
| * | Allow building against static ICU libs also on UnixKai Koehne2014-04-291-2/+2
| * | Doc: QSize::isValid does >= 0 instead of > 0 comparisonsThiago Macieira2014-04-291-1/+1
| * | Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-234-4/+47
| |\|
| | * Fix warning with -Wswitch-enumKonstantin Ritt2014-04-232-0/+6
| | * Improve the Unicode script itemization implementationKonstantin Ritt2014-04-141-4/+34
| | * Doc: document QTimeZone::swap()Marc Mutz2014-04-101-0/+7
| * | QCollator: Add note about ICU dependency.Friedemann Kleint2014-04-161-0/+5
| * | Fix documentation of QRegExpjkobus2014-04-141-2/+2
| |/
* | QRegularExpression: remove a boolean trap in private APIGiuseppe D'Angelo2014-05-061-6/+12
* | QRegularExpression: lock a mutex only if there's actual work to doGiuseppe D'Angelo2014-05-061-2/+2
* | QRegularExpression: add an option to prevent automatic optimizationGiuseppe D'Angelo2014-05-062-8/+27
* | QRegularExpression: add ways to force an immediate optimizationGiuseppe D'Angelo2014-05-062-5/+51
* | QRegularExpression: update the error strings to the ones in PCRE 8.35Giuseppe D'Angelo2014-04-281-1/+10
* | QRegularExpression: enable JIT study for partial matching tooGiuseppe D'Angelo2014-04-281-1/+1
* | QtCore: Use Q_REQUIRED_RESULT in many more placesDavid Faure2014-04-114-55/+55
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Marc Mutz2014-04-112-7/+13
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-112-7/+13
| |\|
| | * Fix capacity reservation for shared QByteArrayThiago Macieira2014-04-051-1/+1
| | * Don't read before the beginning of the stringThiago Macieira2014-04-041-5/+11
| | * Fix unused variable warningKonstantin Ritt2014-04-011-1/+1
* | | QStringList: add move ctor from QList<QString>Marc Mutz2014-04-112-0/+13
* | | QStringList: add op= overloads for QList<QString>Marc Mutz2014-04-112-0/+28
|/ /
* | 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
|/ /