summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* qpoll: disallow file descriptors bigger than FD_SETSIZEThiago Macieira2022-10-101-0/+5
* [Linux] Remove workaround for glibc to actually unload a libraryFushan Wen2022-10-101-6/+1
* qforeach.h: do not include qglobal.hIvan Solovev2022-10-101-2/+3
* Add M68k detectionPino Toscano2022-10-094-0/+23
* [docs] QMap: fix missing toStdMap()&& overload docsMarc Mutz2022-10-081-0/+9
* [docs] Adjust qExchange() docs for the present, where C++17 is required [2/2]...Marc Mutz2022-10-081-2/+2
* [docs] Adjust qExchange() docs for the present, where C++17 is required [1/2]...Marc Mutz2022-10-081-2/+3
* QPluginMetaData: replace manual loop with q20::copy_nMarc Mutz2022-10-081-3/+3
* QWaitCondition/Doc: add a simple explanation of the time unitsThiago Macieira2022-10-081-0/+6
* Add HPPA detectionPino Toscano2022-10-074-0/+23
* corelib/CMakeLists.txt: remove duplicate qxpfunctional.hMarc Mutz2022-10-071-1/+0
* Replace qExchange with std::exchangeMarc Mutz2022-10-075-8/+8
* qcore_mac_p.h: compile-optimize inline swap functionsMarc Mutz2022-10-071-6/+6
* Short live q20::transform()!Marc Mutz2022-10-072-12/+21
* Short live q20::copy{,_n,_if}!Marc Mutz2022-10-072-3/+46
* Fix indentation in QSharedMemory docsTor Arne Vestbø2022-10-061-42/+41
* Document that QSharedMemory requires -feature-ipc_posix on Mac App StoreTor Arne Vestbø2022-10-061-0/+6
* Fix build with SPARC SolarisMårten Nordheim2022-10-062-3/+1
* Do not include qglobal.h into the new headersIvan Solovev2022-10-063-3/+12
* Bootstrap: explicitly include stdlib.h to check for __GLIBC_PREREQIvan Solovev2022-10-061-0/+2
* QtGlobal: update the description sectionSona Kurazyan2022-10-061-106/+44
* Move qt_noop() into a separate headerIvan Solovev2022-10-063-1/+15
* Move the rest of macros from qglobal to QtPreprocessorSupportIvan Solovev2022-10-065-26/+48
* Move qAsConst() and qExchange() to QtTypeTraitsIvan Solovev2022-10-065-114/+116
* qtmochelpers.h: include what you needMarc Mutz2022-10-061-1/+2
* Q_FOREACH: code tidiesGiuseppe D'Angelo2022-10-061-19/+1
* Move QFunctionPointer typedef to a separate headerIvan Solovev2022-10-065-12/+34
* Provide documentation for qprocessordetection.h headerIvan Solovev2022-10-063-380/+397
* Provide documentation for qcompilerdetection.h headerIvan Solovev2022-10-063-371/+395
* Provide documentation for qsystemdetection.h headerIvan Solovev2022-10-063-183/+203
* Skip qtconfigmacros.h processing by syncqtAlexey Edelev2022-10-051-4/+3
* Provide visual output in page in WASM test runnerMikolaj Boc2022-10-051-0/+4
* Port from container.count()/length() to size()Marc Mutz2022-10-0458-244/+244
* Add <algorithm> include to qtmochelpers.hKai Köhne2022-10-031-0/+2
* QString/doc: correct the record on const char* optimizationsThiago Macieira2022-10-022-2/+11
* QCollator: minor API docs grammar fixAhmad Samir2022-10-011-1/+1
* qsimd_p.h: remove BMI1 feature from the ARCH_HASWELL listThiago Macieira2022-10-011-4/+5
* qsimd_p.h: document that AMD Zen4 supports AVX512Thiago Macieira2022-10-011-2/+4
* qnumeric_p.h: fix comparison of signed to unsigned in saturationThiago Macieira2022-09-302-2/+38
* Fix qtresource documentationIvan Solovev2022-09-301-2/+2
* Fix qtclasshelpermacros documentationIvan Solovev2022-09-301-2/+2
* Rename the header qtypetraits.h -> qttypetraits.hSona Kurazyan2022-09-304-7/+7
* Rename the header qtranslation.h -> qttranslation.hSona Kurazyan2022-09-304-15/+15
* Rename the header qenvironmentvariables.h -> qtenvironmentvariables.hSona Kurazyan2022-09-305-15/+15
* QCH: remove WrapOpenSSL from the link interface of Qt6::CorePrivateJan Grulich2022-09-301-2/+0
* qsimd: remove the F16C macro in the Haswell sub-arch testingThiago Macieira2022-09-291-2/+2
* QTaggedPointer: disable operator= with an empty initializer listGiuseppe D'Angelo2022-09-291-2/+21
* Support serializing time-zone fields in date-times more flexiblyEdward Welbourne2022-09-292-6/+49
* Support parsing time-zone specifiers more selectivelyEdward Welbourne2022-09-293-20/+47
* Qstring: replace index-based loops with range-for / STL algorithmsAhmad Samir2022-09-291-60/+39