summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QMetaObjectBuilder: replace two signed comparisons with one unsigned oneMarc Mutz2015-10-081-8/+8
* Mark ref-qualified members as always inlineThiago Macieira2015-10-072-18/+18
* QWeakPointer: enable move semanticsMarc Mutz2015-10-071-0/+10
* QMetaObjectBuilder: replace a QVector with std::vectorMarc Mutz2015-10-071-103/+101
* configure: Add support for detecting AVX512 instructionsThiago Macieira2015-09-251-0/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-2578-622/+1262
|\
| * tools: StringBuilder - silence clang warningTim Blechmann2015-09-251-1/+1
| * Use QTypeInfo<T>::isRelocatable in QVariantThiago Macieira2015-09-242-2/+2
| * QSettings: Special-case serialization of QDateTime.Christian Kandeler2015-09-241-5/+24
| * Fix QItemSelectionModel deselection rangeJoni Poikelin2015-09-241-4/+4
| * Be more forgiving about arguments to QString::arg(double).Christian Kandeler2015-09-241-2/+2
| * Doc: Fix QDoc warnings for QTextStreamTopi Reinio2015-09-241-3/+3
| * winphone: Obtain QLocale::uiLanguages properlyOliver Wolff2015-09-241-6/+0
| * Add code to perform overflow-checking additions and multiplicationThiago Macieira2015-09-232-0/+120
| * Doc: Mention that calling parent class event() is importantAlbert Astals Cid2015-09-232-0/+34
| * QDateTime: Remove redundant check.Christian Kandeler2015-09-231-15/+13
| * Fix some -Wcast-qual warningsThiago Macieira2015-09-227-12/+12
| * Auto-detect whether 64-bit std::atomic really worksThiago Macieira2015-09-222-5/+9
| * Add getter and setter for qt_qhash_seedGabriel de Dietrich2015-09-222-1/+52
| * Expand reporting of the Intel instruction set extensionsThiago Macieira2015-09-222-13/+155
| * Reorganize the bits for the CPU feature detectionThiago Macieira2015-09-222-85/+157
| * Clean up some Apple-related includes and declarations.Jake Petroules2015-09-223-30/+0
| * Modernize and unify filesystem code on Apple platforms.Jake Petroules2015-09-226-116/+94
| * Fix QtCore compilation with clangThiago Macieira2015-09-212-6/+37
| * Serialize the capitalization value of QFontAndy Shaw2015-09-152-2/+2
| * Use the proper macro to detect the compiler as part of the NDKAleix Pol2015-09-151-1/+1
| * Add a method to detect when the state-machine can exit.Erik Verbruggen2015-09-152-0/+9
| * Add a qt_version_tag symbol to QtCore that uses ELF versionsThiago Macieira2015-09-132-1/+64
| * Change the CPU feature status word to be 64-bit instead of 32-bitThiago Macieira2015-09-112-25/+46
| * Fix some doc warnings.Friedemann Kleint2015-09-111-2/+2
| * Doc: Make QSignalBlocker more discoverableSze Howe Koh2015-09-081-2/+2
| * Fix some qdoc warnings.Friedemann Kleint2015-09-071-1/+1
| * Fix macro in qthread_winAndrew Knight2015-09-071-1/+1
| * Doc: Move selected \keywords to be \targets insteadTopi Reinio2015-09-075-20/+20
| * Fix QSysInfo::windowsVersion() for good.Jake Petroules2015-09-061-83/+56
| * WinRT: Fixed possible integer overflow in timer registration codeOliver Wolff2015-09-021-1/+2
| * QUuid: Also use CoCreateGuid on WinRt/Winphone and WinCEOliver Wolff2015-09-021-3/+3
| * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2015-08-2716-63/+124
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-2616-63/+124
| | |\
| | | * Doc: Mention Windows limitations in QFileInfo permission methodsKai Koehne2015-08-251-1/+15
| | | * Avoid overflow in QTime::addSecs with too big a number of secondsThiago Macieira2015-08-191-0/+1
| | | * QRegularExpression: fix matching over QStringRefsGiuseppe D'Angelo2015-08-181-24/+21
| | | * fix assertion in QProcess/WinJoerg Bornemann2015-08-171-2/+4
| | | * QMimeDatabase: adapt to changes in shared-mime-info 1.3David Faure2015-08-161-3/+6
| | | * QProcess: Ensure that the stdin buffer is cleared on start()Thiago Macieira2015-08-152-2/+3
| | | * Fix QChar char constructors documentationSamuel Gaist2015-08-131-2/+10
| | | * Do not use Q_GLOBAL_STATIC in the implementation of QMutexOlivier Goffart2015-08-131-1/+22
| | | * Cocoa: fix integer multiplication overflow in qt_gettime()Michael Klein2015-08-131-0/+5
| | | * QMimeProvider: Do not crash when globPatterns is empty.Milian Wolff2015-08-121-1/+1
| | | * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-08-124-8/+9
| | | |\