summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QCryptographicHash: don't allocate a Private in hash()Marc Mutz2021-07-061-2/+2
* QCryptographicHash: move salient API to Private classMarc Mutz2021-07-061-149/+168
* QJsonValue: add rvalue overloads for QJsonArray and QJsonObject ctorsMarc Mutz2021-07-065-0/+45
* Fix QStringEncoder code exampleNicolas Fella2021-07-061-1/+1
* QCryptographicHash: extract a constexpr hashLengthInternalMarc Mutz2021-07-061-46/+51
* QCryptographicHash: make Private::method constMarc Mutz2021-07-061-3/+7
* QLocalSocket: reimplement readLineData() functionAlex Trotsenko2021-07-062-0/+25
* QCryptographicHash: port addData() to QByteArrayViewMarc Mutz2021-07-065-14/+109
* Clarify readLine() behavior on sequential devicesAlex Trotsenko2021-07-061-1/+6
* QCryptographicHash: don't present the same data over and over againMarc Mutz2021-07-061-3/+1
* CMake: Fix qt6_extract_metatypes to work with VS GeneratorsAlexandru Croitor2021-07-051-0/+26
* Fix binding functor addressing in QPropertyAndrei Golubev2021-07-051-2/+3
* Fix rvalue overload of qobject_pointer_cast for GCC 9.3Marc Mutz2021-07-031-5/+1
* macOS: Notify socket notifier on connection errorMorten Johan Sørvig2021-07-021-3/+11
* Use target_link_options to propagate object librariesAlexey Edelev2021-07-021-0/+32
* CMake: Allow specifying custom build directories for CMake autotestsAlexandru Croitor2021-07-021-2/+26
* Remove ministro codeAssam Boudjelthia2021-07-011-3/+0
* Re-apply "Remove old Android code that have now has alternative public APIs"Assam Boudjelthia2021-07-015-2901/+3
* Doc: Add QEvent::Quit to the list of enum valuesVenugopal Shivashankar2021-07-011-0/+1
* Remove temporary alias with typo to corrected PermissionTypeEdward Welbourne2021-07-011-3/+0
* Core: `QRandomGenerator` - silence msvc warningTim Blechmann2021-07-011-1/+1
* Put Q_DISABLE_COPY(QMutex) back when features.thread is unavailableTasuku Suzuki2021-07-011-0/+3
* QSemaphore: add <chrono> overload of tryAcquire()Marc Mutz2021-06-302-0/+56
* QGlobalStatic: fix warning when using cv-qualified typesMarc Mutz2021-06-301-1/+3
* QWinSettings: port readKey() helper to std::optionalMarc Mutz2021-06-301-28/+15
* Port QSettingsPrivate::get() to std::optionalMarc Mutz2021-06-305-31/+25
* QVarLengthArray: fix aliasing error in insert(it, n, v)Marc Mutz2021-06-281-1/+1
* Fix usage of logging category on AndroidAssam Boudjelthia2021-06-281-1/+7
* Doc: Use https for links to unicode.orgPaul Wicking2021-06-255-20/+18
* QFutureInterface: remove the inconsistent and unneeded includeSona Kurazyan2021-06-251-1/+0
* Use qMod(, 7) rather than % 7 in day-of-week calculationEdward Welbourne2021-06-251-1/+1
* Consistent indentation for all Q_PROPERTYsAndreas Buhr2021-06-241-4/+8
* Consistent indentation for BINDABLE propertiesAndreas Buhr2021-06-246-14/+19
* Remove const from signalAndreas Buhr2021-06-241-1/+1
* Extend documentation for QFile:copy()Paul Wicking2021-06-232-10/+15
* QObject::disconnect: remove dead codeFabian Kosmale2021-06-231-8/+0
* Use UTC when parsing only a date or only a time, not a date-timeEdward Welbourne2021-06-231-5/+10
* Fix coding-style violation in QUtf8StringView::operator==()Edward Welbourne2021-06-231-3/+3
* Rename PermisionType to spell permission correctlyEdward Welbourne2021-06-236-13/+16
* Coding style: remove redundant braces, break long lineEdward Welbourne2021-06-231-4/+6
* Fix handling of day-of-week in QDateTimeParser and QDateTimeEditEdward Welbourne2021-06-231-21/+82
* Enable QT_TYPESAFE_FLAGS for bootstrap and QtCoreGiuseppe D'Angelo2021-06-231-0/+1
* QF*Engine: port a couple of QFlags->int implicit conversions to toInt()Giuseppe D'Angelo2021-06-232-4/+4
* QRegularExpression: port away from QFlags<->int conversionsGiuseppe D'Angelo2021-06-231-2/+2
* wasm: remove QEventLoop workaroundsMorten Sørvig2021-06-231-24/+0
* Long live QT_TYPESAFE_FLAGS!Giuseppe D'Angelo2021-06-234-16/+117
* QStringBuilder: fix warning about memcpying onto QCharThiago Macieira2021-06-221-1/+1
* QPodArrayOps: re-enable -Wstringop-overflowGiuseppe D'Angelo2021-06-231-6/+0
* QString: Respect precision when reading data for %.*s format stringUlf Hermann2021-06-221-4/+8
* qsimd: Don't force RDRND on if __AVX2__Thiago Macieira2021-06-221-5/+4