index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.5
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
concurrent
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace usages of Q_CLANG_QDOC with Q_QDOC
Luca Di Sera
2022-10-21
14
-49
/
+49
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-1
/
+1
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
2
-2
/
+2
*
Add license headers to cmake files
Lucie Gérard
2022-08-03
2
-0
/
+6
*
Add \brief descriptions to QtConcurrent topics
Sona Kurazyan
2022-07-20
4
-0
/
+4
*
QtConcurrent::ReduceKernel: fix race conditions
Sona Kurazyan
2022-07-20
1
-0
/
+2
*
Add the qt_class pragma to file listed in sync.profile classnames map
Alexey Edelev
2022-06-22
3
-0
/
+12
*
QtConcurrent: prevent conversion of ReduceOption to initial value
Sona Kurazyan
2022-05-20
4
-41
/
+81
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
30
-1124
/
+60
*
Do not highlight the Image Scaling Example anymore in Qt Creator
Kai Köhne
2022-02-17
1
-2
/
+0
*
Remove mentions of QtConcurrent::runWithPromise from docs
Sona Kurazyan
2022-02-11
2
-15
/
+8
*
Fix memory leak in QtConcurrent::run when called with a NULL QThreadPool
Sona Kurazyan
2022-01-24
1
-0
/
+1
*
QtConcurrent: use variable templates for compile-time checks
Sona Kurazyan
2022-01-20
3
-17
/
+10
*
QtConcurrent::run crashes on program exit
Tianlu Shao
2021-12-20
1
-1
/
+7
*
Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom
Kai Köhne
2021-12-09
1
-1
/
+1
*
Doc: Enable qdoc warning count limit
Venugopal Shivashankar
2021-10-21
1
-0
/
+3
*
concurrent: Fix typo in documentation
Jonas Kvinge
2021-10-12
1
-1
/
+1
*
concurrent: Fix namespace typo
Jonas Kvinge
2021-10-12
1
-1
/
+1
*
Remove checks for features available in C++17
Ievgenii Meshcheriakov
2021-10-02
1
-2
/
+0
*
Fix QtConcurrent::blockingMapped to work with non-template sequences
Sona Kurazyan
2021-09-08
1
-1
/
+7
*
Doc: Remove unsupported customFilters
Kai Köhne
2021-09-03
1
-4
/
+0
*
QtConcurrent: fix examples of overloaded methods in docs
Sona Kurazyan
2021-08-18
4
-8
/
+18
*
QtConcurrent::run: support non default-constructible return types
Sona Kurazyan
2021-08-18
2
-26
/
+11
*
Update QtConcurrent docs and examples for reductor object usage
Sona Kurazyan
2021-07-26
4
-23
/
+11
*
QtConcurrent: Remove the redundant code for QStringList
Sona Kurazyan
2021-07-26
2
-8
/
+0
*
Fix QtConcurrent to properly work with functors
Sona Kurazyan
2021-07-21
3
-71
/
+101
*
Migrate to autogenerated cpp exports
Alexey Edelev
2021-06-25
2
-14
/
+2
*
Remove the dead code for blocking methods from QtConcurrent
Sona Kurazyan
2021-06-14
2
-56
/
+0
*
QtConcurrentIterateKernel: fix warning
Mårten Nordheim
2021-04-12
1
-1
/
+1
*
Remove the unnecessary template parameter from the class specialization
Sona Kurazyan
2021-03-17
1
-2
/
+2
*
Improve docs for Qt Concurrent run with promise mode
Sona Kurazyan
2021-03-04
1
-0
/
+9
*
Revert "Remove the qmake project files" for snippets
Nico Vertriest
2021-02-12
1
-0
/
+3
*
Remove the qmake project files
Joerg Bornemann
2021-01-07
2
-44
/
+0
*
Document that QtConcurrent::run doesn't support overloaded functions
Sona Kurazyan
2020-12-23
3
-0
/
+43
*
Clean up qtconcurrent.qdocconf file
Kai Koehne
2020-12-10
1
-2
/
+1
*
QtConcurrent: filter/map reduction without default ctor
Ivan Solovev
2020-12-04
3
-34
/
+99
*
Doc: Use explicit linkage with target_link_libraries
Kai Koehne
2020-11-30
1
-1
/
+1
*
Update landing pages and module pages in qtbase
Jerome Pasion
2020-11-17
2
-28
/
+29
*
Don't highlight the QtConcurrent progress dialog example
Sona Kurazyan
2020-11-12
1
-2
/
+1
*
Improve QtConcurrent ImageScaling example to demo new features
Sona Kurazyan
2020-11-12
1
-1
/
+2
*
Reorder IterateKernel data members to avoid holes in the data
Sona Kurazyan
2020-11-09
1
-6
/
+7
*
Automatically generate unit tests for QtConcurrent
Andreas Buhr
2020-11-09
1
-1
/
+1
*
Rename "Porting" pages to "Changes"
Jerome Pasion
2020-11-09
2
-3
/
+3
*
Fix typos in QtConcurrent documentation
Volker Hilsheimer
2020-11-08
1
-2
/
+2
*
Use variadic templates to generalize MapSequenceResultType
Lars Knoll
2020-11-03
1
-3
/
+3
*
Doc: Prefer versioned CMake library targets
v6.0.0-beta3
Kai Koehne
2020-11-01
1
-1
/
+1
*
Don't use pointers or references to functions from std library
Jarek Kobus
2020-10-30
1
-7
/
+11
*
Use universal references for passing callables in QtConcurrent
Sona Kurazyan
2020-10-30
7
-543
/
+682
*
Doc: Fix links to the CMake manual
Topi Reinio
2020-10-30
1
-1
/
+1
*
Move porting guide for QtConcurrent to its designated page
Sona Kurazyan
2020-10-29
1
-1
/
+31
[next]