summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Include the duplicated attribute name in the error messageThiago Macieira2014-05-061-1/+1
* Add QUrl::fromUserInput overload with a cwd argument.David Faure2014-05-062-0/+69
* 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
* Add locations AppDataLocation, AppLocalDataLocation to QStandardPaths.Friedemann Kleint2014-04-299-37/+80
* Removed unused function stringSize() in qmetaobject.cpp.Ivan Komissarov2014-04-281-5/+0
* 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
* Build fix for auto-registration of Container<void*>Jędrzej Nowacki2014-04-231-2/+9
* QMetaType: Specialize IsPointerToTypeDerivedFromQObject for const void*Stephen Kelly2014-04-221-0/+5
* Add a more reliable replacement for qt_add/removeObject().Volker Krause2014-04-155-2/+160
* 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-1119-55/+101
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-1119-55/+101
| |\
| | * Fix a typo in QBitArray documentationJędrzej Nowacki2014-04-091-6/+6
| | * Only define Q_COMPILER_INITIALIZER_LISTS for MSVC 12 SP 2Frederik Gladhorn2014-04-091-1/+6
| | * QNX: Work around dlclose issueBernd Weimer2014-04-091-0/+8
| | * Fix out-of-range shiftingMaurice Kalinowski2014-04-091-2/+2
| | * Prevent QUnifiedTimer from ticking backwards.Michael Brasser2014-04-081-4/+6
| | * Mark Variable Length Arrays as a TS feature for C++14Thiago Macieira2014-04-081-1/+2
| | * Don't redefine dynamic_cast if it's already a macroThiago Macieira2014-04-081-1/+1
| | * fix build for MSVC 2010Joerg Bornemann2014-04-071-2/+2
| | * Use the new 3-operand testAndSet functions in QMutexThiago Macieira2014-04-052-6/+12
| | * Use category names when logging to the journalAlejandro Exojo2014-04-051-7/+9
| | * OS X: Improve QLibraryInfo app bundle testing.Morten Johan Sørvig2014-04-051-1/+3
| | * 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
| | * Windows XP target support for MSVC >= 2012Joerg Bornemann2014-04-032-4/+4
| | * Use Finder bundle identifier over path for OS X bundle detectionSamuel Gaist2014-04-031-3/+4
| | * Mac: Use QString::toNSString in QtBase.Morten Johan Sørvig2014-04-031-1/+1
| | * Logging: Be also more strict with value of logging ruleKai Koehne2014-04-031-5/+8
| | * Enable s390[x] detection.Lisandro Damián Nicanor Pérez Meyer2014-04-031-6/+6
| | * Android: Stop ART from complaining about missing thread names.Christian Strømme2014-04-031-1/+10
| | * Fix offset calculation on WinRTMaurice Kalinowski2014-04-011-0/+1
| | * 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
|/ /
* | QEvent: mark registerEventType() as no-throwMarc Mutz2014-04-072-2/+2
* | QEvent: optimize registerEventType()Marc Mutz2014-04-071-30/+70
* | Add missing \since 5.2 for qFloatDistanceJan Arve Saether2014-04-071-0/+2
* | Add QNonContiguousByteDeviceFactory::createShared()Marc Mutz2014-04-072-0/+45
* | QSharedPointer: allow one create() argument in C++98, tooMarc Mutz2014-04-072-3/+30
* | Add detection for the Intel compiler in QLibraryInfo::build()Thiago Macieira2014-04-041-1/+3
* | QWeakPointer: add member-swapMarc Mutz2014-04-033-0/+16
* | QWeakPointer: add lock() for std::weak_ptr compatibilityMarc Mutz2014-04-033-0/+12
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Iikka Eklund2014-04-0218-111/+223
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devIikka Eklund2014-04-0118-111/+223
| |\|
| | * Fix compile for embedded Androidaavit2014-03-311-1/+1