summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Short live QT_ENABLE_P0846_SEMANTICS_FOR!Marc Mutz2023-03-224-0/+20
* QMetaType::convert: Avoid some copies in ranged-forFabian Kosmale2023-03-211-4/+4
* QCryptographicHash: constexpr ALL of QSmallByteArrayMarc Mutz2023-03-211-19/+19
* QMessageAuthenticationCode: have setKey() call initMessageHash()Marc Mutz2023-03-211-3/+2
* Move CTF tracing plugin to plugins directoryAntti Määttä2023-03-219-635/+13
* QProcess: reimplement systemEnvironment() using QProcessEnvironmentThiago Macieira2023-03-201-18/+1
* QLocaleData: move CharBuff typedef out of QLocaleDataAhmad Samir2023-03-211-2/+3
* QLocaleData: replace two static helpers with if constexprAhmad Samir2023-03-211-16/+8
* Skip QTimeZone::isTimeZoneIdAvailable()'s validity check on UnixEdward Welbourne2023-03-201-2/+8
* Recognize POSIX rules as valid timezone IDs for the TZ backendEdward Welbourne2023-03-201-7/+20
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-2026-45/+45
* QTimeZone: use correct Darwin define in #if-eryEdward Welbourne2023-03-202-6/+6
* QMessageAuthenticatonCode: re-use QCryptographicHash's result bufferMarc Mutz2023-03-201-8/+3
* QMessageAuthenticationCode: remove Private::methodMarc Mutz2023-03-201-3/+2
* QMessageAuthenticationCode: reuse messageHash mutexMarc Mutz2023-03-201-3/+2
* QtMiscUtils: add isAsciiPrintable() helperAhmad Samir2023-03-183-13/+13
* Silence a signed vs unsigned warning when char is signedEdward Welbourne2023-03-171-2/+2
* wasm: export qstdweb::readDataTransfer()Morten Sørvig2023-03-171-1/+1
* QProcess/Linux: fix file descriptor leak in case of failed child startThiago Macieira2023-03-163-8/+19
* QCryptographicHash: move EVP struct into the contexts unionMarc Mutz2023-03-171-40/+80
* QCryptographicHash: move EVP members into a structMarc Mutz2023-03-171-15/+17
* QCryptographicHash: separate EVP and non-EVP OpenSSL3 operationsMarc Mutz2023-03-171-5/+22
* QCryptographicHash: separate OpenSSL3 and traditional modes moreMarc Mutz2023-03-171-21/+51
* QCryptographicHash: split initialization from reset()ingMarc Mutz2023-03-171-19/+86
* QCryptographicHash: fix missing EVP_DigestInit_ex() after EVP_MD_CTX_reset()Marc Mutz2023-03-171-0/+1
* QMessageAuthenticationCode: make reset() noexceptMarc Mutz2023-03-172-2/+2
* QMessageAuthenticationCode: port to QByteArrayView [3/3]: static hash()Marc Mutz2023-03-173-1/+14
* QMessageAuthenticationCode: port to QByteArrayView [2/3]: addData()Marc Mutz2023-03-173-2/+15
* QMessageAuthenticationCode: port to QByteArrayView [1/3]: ctor/setKey()Marc Mutz2023-03-173-3/+33
* Fix UBSAN warningsAllan Sandfeld Jensen2023-03-173-29/+39
* QTimerInfo: fix lambda nameAhmad Samir2023-03-171-3/+4
* QMessageAuthenticationCode: add move SMFs and swap()Marc Mutz2023-03-162-0/+39
* Fix compilation issues for androidMichal Klocek2023-03-161-0/+1
* moc: Allow anonymous propertiesUlf Hermann2023-03-161-0/+8
* Modernize Tuple Protocol implementationsMarc Mutz2023-03-163-22/+31
* Replace ushort*/uint* with char16_t*/char32_t* in private API [1]Ahmad Samir2023-03-159-23/+21
* qcompilerdetection: all supported compilers have visibility attributesAhmad Samir2023-03-151-1/+1
* QLockFile: {set}StaleLockTime: use chrono firstAhmad Samir2023-03-153-19/+30
* QLockFilePrivate: initialize members in-classAhmad Samir2023-03-151-14/+8
* Pack languageCodeList tighterMate Barany2023-03-153-363/+382
* Fix tst_qfilesystementry in unity buildAmir Masoud Abdol2023-03-152-24/+27
* QLockFile: tryLock(): use chrono firstAhmad Samir2023-03-142-30/+55
* Exclude a few source files from QtCoreAmir Masoud Abdol2023-03-141-6/+14
* Silence an unused-parameter warningAmir Masoud Abdol2023-03-141-1/+2
* QMetaType: Ensure that qfloat16 gets correct idFabian Kosmale2023-03-141-0/+14
* CMake: Add NO_COMPILER_RUNTIME to deploy script macrosChristian Heimlich2023-03-134-0/+16
* QLocalTime: getCurrentStandardUtcOffset: fix narrowing warningsAhmad Samir2023-03-131-3/+10
* QFSFileEngine: fix overflow bug when using lseek64Ahmad Samir2023-03-132-2/+2
* QThread: add sleep(std::chrono::nanoseconds) overloadAhmad Samir2023-03-134-16/+38
* Don't use unnamed namespace in qlocale_p.hEdward Welbourne2023-03-132-6/+7