summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Update QMutex-noexceptednessMårten Nordheim2022-10-141-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-1136-75/+75
* Short live q20::fill{,_n}!Marc Mutz2022-10-112-25/+28
* QString: rename parameter clashing with member function of the same nameMarc Mutz2022-10-111-2/+2
* QVariant/Doc: expand what toList & toMap conversions may succeedThiago Macieira2022-10-111-5/+14
* QSharedMemory/doc: update docs to be more modernThiago Macieira2022-10-111-17/+95
* Update UCD to Revision 30Ievgenii Meshcheriakov2022-10-114-5288/+5598
* Add a configure option to exit on poll errorsDominik Holland2022-10-112-0/+12
* QSystemSemaphore: make it a Q_GADGETThiago Macieira2022-10-102-0/+4
* QPrivateSignal: disable implicit conversions from initializer_listGiuseppe D'Angelo2022-10-101-1/+1
* JNI: add generic support for array-typesVolker Hilsheimer2022-10-101-32/+45
* Use the target output name for test targets on WASMMikolaj Boc2022-10-101-1/+1
* 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