summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Don't use Mac OS X QCollator backend on iOSTor Arne Vestbø2013-09-163-4/+4
* Add support for ARMv8/ARM64 to qprocessordetection.hTor Arne Vestbø2013-09-161-3/+13
* QDateTime: fix unused function warning on non-WindowsMarc Mutz2013-09-161-1/+1
* Add QFileSelector APIAlan Alpert2013-09-164-2/+544
* Fix spelling in Q_STATIC_ASSERT in qobject_castOlivier Goffart2013-09-161-2/+2
* Implement windowsErrorString for WinRTOliver Wolff2013-09-161-0/+12
* qelapsedtimer for WinRTOliver Wolff2013-09-151-1/+7
* Revert "Reimplement qBinaryFind in terms of std::lower_bound"Giuseppe D'Angelo2013-09-141-3/+2
* Use Q_STATIC_ASSERT to report error about missing Q_OBJECTOlivier Goffart2013-09-145-13/+34
* Do 64-bit loops in QBitArray::count(bool)Thiago Macieira2013-09-141-1/+6
* Let the compiler do the unaligned loads in QBitArray::count(bool)Thiago Macieira2013-09-141-2/+21
* QDateTime - Store Qt::TimeSpec, remove Daylight StatusJohn Layt2013-09-142-102/+116
* QDateTime - Switch to using msecs based functionsJohn Layt2013-09-142-185/+29
* ICC 13.0 supports atomicsThiago Macieira2013-09-141-0/+1
* Base64: Implement the "base64url" encoding and the stripping of '='Thiago Macieira2013-09-144-14/+116
* Whitespace: re-indent the {to,from}Base64 functionsThiago Macieira2013-09-141-44/+52
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-144-7/+7
|\
| * Merge branch 'stable' into devSergio Ahumada2013-09-134-7/+7
| |\
| | * Fix the internal QDir sortingGiuseppe D'Angelo2013-09-101-2/+0
| | * Fix a typo in documentationJędrzej Nowacki2013-09-101-1/+1
| | * Correct type mismatches sentence in signals and slots documentation.Mitch Curtis2013-09-101-1/+3
| | * Doc: Fix copy+paste errors for QAbstractItemModelSze Howe Koh2013-09-081-3/+3
* | | QTime - Add public api for get/set msecs since start of dayJohn Layt2013-09-132-2/+24
* | | Add a static QFileInfo::exists(fileName) functionhjk2013-09-133-1/+24
* | | Add a note on symlink behavior of QFile::existshjk2013-09-131-0/+3
* | | Optimize QBitArray::count(bool)Thiago Macieira2013-09-131-17/+12
|/ /
* | MetaType: Fix operator{+,-}(int) with the type-erased const_iterators.Stephen Kelly2013-09-132-4/+32
* | Remove some unneeded constructors.Stephen Kelly2013-09-131-11/+3
* | Fix typo in note on symlink behavior of QFileInfo::existshjk2013-09-131-2/+2
* | Remove Q_PACKED from structures that do not need to be packedThiago Macieira2013-09-131-1/+1
* | Remove the empty definition of Q_PACKEDThiago Macieira2013-09-131-3/+0
* | Remove Q_NO_PACKED_REFERENCEThiago Macieira2013-09-131-2/+0
* | Remove redundant checks in some tools classesJędrzej Nowacki2013-09-134-23/+23
* | Add assert if a global static is used after deletion.Jędrzej Nowacki2013-09-131-2/+10
* | Fix new warnings under Clang 3.3Thiago Macieira2013-09-131-34/+36
* | Make QCollator more flexible to use in different platformsAleix Pol2013-09-138-214/+838
* | Refactor QCollator to be able to use it in different platformsAleix Pol2013-09-132-256/+144
* | Make the QCollator class publicLars Knoll2013-09-134-19/+26
* | Remove qCopy from QCoreApplicationGiuseppe D'Angelo2013-09-121-1/+3
* | Add a convenient way to get a type-erased smart pointer from a QVariant.Stephen Kelly2013-09-113-0/+89
* | Remove qSort from QVariantAnimationGiuseppe D'Angelo2013-09-111-1/+1
* | Remove qSort usages from statemachinesGiuseppe D'Angelo2013-09-111-2/+4
* | Remove qCopy from QLinkedList / QVectorGiuseppe D'Angelo2013-09-112-4/+6
* | New QStringRef methods.Jędrzej Nowacki2013-09-112-1/+76
* | QUrl: ensure that setPath("//path") doesn't lead to scheme://pathDavid Faure2013-09-111-1/+3
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-104-6/+13
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-074-6/+13
| |\|
| | * Compile in strict-iterator mode under MSVCThiago Macieira2013-09-061-1/+1
| | * Remove the size limit of QByteArray information.Leonard Lee2013-09-021-2/+0
| | * QMetaMethod::invoke: compare the QMetaType id of the return typesOlivier Goffart2013-08-291-2/+7