summaryrefslogtreecommitdiffstats
path: root/src/concurrent
Commit message (Expand)AuthorAgeFilesLines
* QtConcurrent: mark as security-significantIvan Solovev5 days21-0/+21
* Doc: Enable automatic linking to sources on code.qt.ioTopi Reinio5 days1-0/+3
* docs: Clarify adding a continuation to a QFuture with multiple resultsIvan Solovev2025-03-244-0/+62
* CMake: Prevent creation of private modules without private headersJoerg Bornemann2025-03-131-2/+1
* Qt Concurrent documentation: fix Forward Iterator example containerAurélien Brooke2025-02-131-1/+1
* Remove unused qdebug.h includesAhmad Samir2025-01-131-1/+0
* QtConcurrent: fix support for callables with deduced return typeIvan Solovev2025-01-061-3/+3
* Docs: Organize topics in the qtbase repoAlexei Cazacov2024-08-132-1/+29
* Remove GENERATE_CPP_EXPORTS argumentAlexey Edelev2024-06-121-1/+0
* Long live [[nodiscard]] QFile::openGiuseppe D'Angelo2024-04-171-0/+1
* ResultReporter: fix uninitialized int memberDennis Oberst2024-04-111-1/+1
* Correct doc snippet licenseLucie Gérard2024-02-281-1/+1
* Doc: Qt Concurrent: Fully qualify \typedef documentationTopi Reinio2024-02-131-1/+1
* Fix QThreadPool::maxThreadCount() usageIvan Solovev2024-01-082-2/+2
* Doc: Fix \fn template arguments for Qt ConcurrentTopi Reinio2023-11-181-2/+2
* Doc: Fix warnings and linking issuesTopi Reinio2023-10-091-0/+3
* [docs] Link from QtConcurent::run() to QThreadPool::start(Callable&&)Marc Mutz2023-08-041-1/+5
* QtConcurrent::run: point return value ignorers to QThreadPool::start(Callable&&)Marc Mutz2023-07-311-5/+10
* Make qYieldCpu() public APIThiago Macieira2023-07-251-2/+0
* Enable QT_NO_CONTEXTLESS_CONNECT for most of QtBaseGiuseppe D'Angelo2023-07-111-0/+1
* Use a global value for warning limit when testing documentation in CITopi Reinio2023-06-271-3/+0
* QFuture: mention the work-stealing algorithm in the docsDennis Oberst2023-06-201-3/+2
* QVariant::value/qvariant_cast: add rvalue optimizationFabian Kosmale2023-06-121-1/+1
* Clarify module changes in Qt6Jaishree Vyas2023-05-091-1/+1
* Rework imagescaling example to avoid potential crashesIvan Solovev2023-04-261-1/+1
* QtConcurrent: fix warning due to assignment to narrower integer typeHamish Moffatt2023-04-031-3/+3
* QtConcurrent: yield CPU when spinning on atomicsMårten Nordheim2023-02-281-0/+6
* Add QtConcurrent Examples pageIvan Solovev2023-02-243-1/+24
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-3/+0
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-2114-49/+49
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-232-2/+2
* Add license headers to cmake filesLucie Gérard2022-08-032-0/+6
* Add \brief descriptions to QtConcurrent topicsSona Kurazyan2022-07-204-0/+4
* QtConcurrent::ReduceKernel: fix race conditionsSona Kurazyan2022-07-201-0/+2
* Add the qt_class pragma to file listed in sync.profile classnames mapAlexey Edelev2022-06-223-0/+12
* QtConcurrent: prevent conversion of ReduceOption to initial valueSona Kurazyan2022-05-204-41/+81
* Use SPDX license identifiersLucie Gérard2022-05-1630-1124/+60
* Do not highlight the Image Scaling Example anymore in Qt CreatorKai Köhne2022-02-171-2/+0
* Remove mentions of QtConcurrent::runWithPromise from docsSona Kurazyan2022-02-112-15/+8
* Fix memory leak in QtConcurrent::run when called with a NULL QThreadPoolSona Kurazyan2022-01-241-0/+1
* QtConcurrent: use variable templates for compile-time checksSona Kurazyan2022-01-203-17/+10
* QtConcurrent::run crashes on program exitTianlu Shao2021-12-201-1/+7
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-091-1/+1
* Doc: Enable qdoc warning count limitVenugopal Shivashankar2021-10-211-0/+3
* concurrent: Fix typo in documentationJonas Kvinge2021-10-121-1/+1
* concurrent: Fix namespace typoJonas Kvinge2021-10-121-1/+1
* Remove checks for features available in C++17Ievgenii Meshcheriakov2021-10-021-2/+0
* Fix QtConcurrent::blockingMapped to work with non-template sequencesSona Kurazyan2021-09-081-1/+7
* Doc: Remove unsupported customFiltersKai Köhne2021-09-031-4/+0