summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-09-04115-3542/+10447
|\
| * Merge remote-tracking branch 'origin/5.14' into devQt Forward Merge Bot2019-09-031-1/+2
| |\
| | * Make sure QLatin1Literal fwd header is generatedKevin Funk2019-09-021-1/+2
| * | Merge remote-tracking branch 'origin/5.14' into devQt Forward Merge Bot2019-08-319-114/+187
| |\|
| | * Fix spelling of primarily in QCalendar::isSolar()'s docEdward Welbourne2019-08-301-1/+1
| | * Remove QFileInfo::type and related enum from 5.14Volker Hilsheimer2019-08-302-83/+29
| | * QDateTimeParser: replace QVector with QVarLengthArray<12>Marc Mutz2019-08-301-3/+6
| | * Pass QDate, QTime as value classes, rather than by const referenceEdward Welbourne2019-08-302-12/+12
| | * Optimize QDate by shortcutting some gregorian calendar methodsEdward Welbourne2019-08-303-15/+139
| * | Merge remote-tracking branch 'origin/5.14' into devQt Forward Merge Bot2019-08-292-32/+37
| |\|
| | * QEventDispatcherWin32: avoid livelock in a foreign event loopAlex Trotsenko2019-08-292-32/+37
| * | Merge remote-tracking branch 'origin/5.14' into devQt Forward Merge Bot2019-08-291-14/+14
| |\|
| | * QReadWriteLock QT_NO_THREAD shell: make API compatible with the regular oneMarc Mutz2019-08-281-14/+14
| * | Merge remote-tracking branch 'origin/5.14' into devQt Forward Merge Bot2019-08-2851-3179/+9399
| |\|
| | * Merge remote-tracking branch 'origin/dev' into 5.14Liang Qi2019-08-2714-115/+117
| | |\
| | * | QtCore: port all QMutexLocker users to qt_{scoped,unique}_lockMarc Mutz2019-08-2513-66/+76
| | * | Port away from QMutexLocker in public headersMarc Mutz2019-08-253-6/+15
| | * | Add high-DPI scale factor rounding policy C++ APIMorten Johan Sørvig2019-08-232-0/+32
| | * | Add support for the Islamic Civil calendarSoroush Rabiei2019-08-2210-3/+1604
| | * | Goodbye showYellowThingTor Arne Vestbø2019-08-221-4/+0
| | * | Add support for the Jalali (Solar Hijri or Persian) calendarSoroush Rabiei2019-08-218-1/+1221
| | * | Add support for Julian and Milankovic calendarsSoroush Rabiei2019-08-219-4/+444
| | * | Add support for calendars beside GregorianSoroush Rabiei2019-08-2018-3103/+6015
| * | | Improve docs of QSysInfoSona Kurazyan2019-08-271-0/+16
| * | | Bump versionKari Oikarinen2019-08-271-0/+1
| | |/ | |/|
| * | Say hello to Android multi arch build in one goBogDan Vatra2019-08-262-0/+11
| * | Android: Set RTLD_NODELETE on API 23+BogDan Vatra2019-08-231-2/+9
| * | Android: Update clang mkspecsBogDan Vatra2019-08-221-9/+0
| * | Micro-optimize QAbstractItemModel::setItemDataGiuseppe D'Angelo2019-08-221-4/+11
| * | Long live QSize(F)::grownBy/shrunkBy()Marc Mutz2019-08-222-0/+29
| * | Remove obsolete API after qtdeclarative migratedVolker Hilsheimer2019-08-222-28/+0
| * | Cbor: Add overloads for QStringViewUlf Hermann2019-08-223-23/+52
| * | forkfd: Add C11 and C++11 atomic supportThiago Macieira2019-08-201-27/+2
| * | Remove workaround for compilers not supporting thread_localVolker Hilsheimer2019-08-201-22/+1
| * | Fix build without feature.codecsTasuku Suzuki2019-08-201-0/+2
| |/
| * Fix rare double-free in QObject machineryMårten Nordheim2019-08-191-2/+13
| * Fix build without features.poll_{ppoll,pollts,poll,select}Tasuku Suzuki2019-08-182-1/+14
| * Make Qt aware of symlinks and shortcuts on WindowsRyan Chu2019-08-162-15/+125
| * Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-162-9/+15
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-152-9/+15
| | |\
| | | * QSysInfo: Use the Apple IOKit API to get the machine's UUIDThiago Macieira2019-08-141-8/+12
| | | * Add the detection of MSVC 2019 for QLibraryInfoFriedemann Kleint2019-08-141-1/+3
| * | | Introduce a new feature called easingcurveTasuku Suzuki2019-08-1610-8/+51
| * | | Remove extra semicolon from QConcatenable<const char16_t *>::sizeMichael Brüning2019-08-131-1/+1
| * | | QTextCodec: port to QRecursiveMutexMarc Mutz2019-08-131-12/+17
| * | | QResource: port from QMutexLocker to qt_scoped_lockMarc Mutz2019-08-131-13/+13
| * | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Liang Qi2019-08-139-23/+42
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-139-23/+42
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-123-11/+13
| | | |\|
| | | | * Fix integer overflow in QCryptographicHash's SHA-3 supportThiago Macieira2019-08-101-4/+4