index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.1
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
5.9.8
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
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-06-10
1
-1
/
+1
|
\
|
*
OpenBSD: use clock_gettime() provided by OS
Ralf Nolden
2016-06-08
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-05-19
1
-1
/
+1
|
\
\
|
|
/
|
*
Doc: Remove repository name from examplesinstallpath
Topi Reinio
2016-05-12
1
-1
/
+1
*
|
QtConcurrent/QtOpenGL(Extensions)/QtPrintSupport/QtTestLib/QtXml: add QT_NO_F...
Marc Mutz
2016-05-12
1
-1
/
+2
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-05-06
1
-1
/
+1
|
\
\
|
|
/
|
*
Added a missing comma to the comment.
Jesus Fernandez
2016-05-03
1
-1
/
+1
*
|
Unify license header usage.
Jani Heikkinen
2016-03-29
5
-19
/
+49
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-03-11
1
-2
/
+2
|
\
\
|
|
/
|
*
consistently put {qt,qml}_{module,plugin} at the end of project files
Oswald Buddenhagen
2016-03-07
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/5.6' into dev
Liang Qi
2016-01-26
3
-1
/
+145
|
\
\
|
|
/
|
*
Avoid heap allocations in Median class
Tobias Koenig
2016-01-21
3
-1
/
+145
*
|
Updated license headers
Jani Heikkinen
2016-01-15
20
-280
/
+400
|
/
*
QtConcurrent: Use Q_NULLPTR instead of 0 in all public headers
Marc Mutz
2015-11-04
2
-2
/
+2
*
Doc: Update examplesinstallpath to include the repository name
Topi Reinio
2015-10-21
1
-1
/
+1
*
Doc: Qt Concurrent: Link to essential usage information
Topi Reinio
2015-04-07
4
-29
/
+66
*
Doc: fixed links on index page QtConcurrent
Nico Vertriest
2015-03-05
1
-7
/
+7
*
Updated BSD licensed file headers
Jani Heikkinen
2015-02-15
3
-9
/
+9
*
Update copyright headers
Jani Heikkinen
2015-02-11
25
-167
/
+167
*
Add Q_DECL_OVERRIDE in the src subdirectory
Olivier Goffart
2014-12-03
1
-2
/
+2
*
Update license headers and add new license files
Matti Paaso
2014-09-24
20
-380
/
+220
*
QtConcurrent::run: allow to select the thread pool on which to run the task
Marc Mutz
2014-08-05
4
-3
/
+317
*
Doc: Removed "url" variable from qdocconf files.
Jerome Pasion
2014-07-04
1
-1
/
+0
*
Doc: Add docs for QtConcurrent::{Unhandled,Exception}
Marc Mutz
2014-03-17
1
-0
/
+14
*
Remove level 4 compiler warnings from MSVC.
David Schulz
2014-03-15
1
-0
/
+2
*
QtConcurrent: Extend workaround GCC bug 58800 in median calculation
Nikolai Kosjar
2014-02-19
1
-2
/
+4
*
QtConcurrent: Workaround GCC bug 58800 in median calculation
Nikolai Kosjar
2013-12-03
1
-0
/
+9
*
Doc: Updated url variable in qdocconf files.
Jerome Pasion
2013-11-06
1
-1
/
+1
*
Revert "QtConcurrent::Median: add some qMove()"
Marc Mutz
2013-11-04
1
-2
/
+2
*
use private linkage where possible
Oswald Buddenhagen
2013-10-31
1
-1
/
+1
*
Doc: Remove unofficial Qt Concurrent headers
Sze Howe Koh
2013-10-30
3
-37
/
+10
*
Doc: Update boost::bind()/std::tr1::bind() to std::bind()
Sze Howe Koh
2013-10-28
6
-32
/
+21
*
Doc: Adding mark-up to boolean default values.
Jerome Pasion
2013-10-08
1
-15
/
+15
*
QtConcurrent: remove a using declaration in a header file
Marc Mutz
2013-10-05
3
-14
/
+12
*
Doc: Adding "qtdoc" to the depends qdocconf variable.
Jerome Pasion
2013-09-26
1
-1
/
+1
*
QtConcurrent::IterateKernel: fix a race on a cache variable
Marc Mutz
2013-09-26
1
-3
/
+6
*
Merge branch 'stable' into dev
Sergio Ahumada
2013-09-21
4
-7
/
+7
|
\
|
*
Doc: Remove duplicated Qt Concurrent overview
Sze Howe Koh
2013-09-16
3
-5
/
+5
|
*
Doc: Remove space between class name and method name
Sze Howe Koh
2013-09-16
1
-2
/
+2
|
*
QtConcurrent: fix median calculation
Marc Mutz
2013-09-12
1
-1
/
+1
*
|
QtConcurrent::Median: add some qMove()
Marc Mutz
2013-09-13
1
-2
/
+2
*
|
QtConcurrent: use nth_element to calculate the (correct) median
Marc Mutz
2013-09-12
1
-3
/
+4
*
|
Remove qSort usages from QtConcurrent
Giuseppe D'Angelo
2013-09-11
1
-2
/
+3
*
|
Doc: Setting module pages' \qtvariable.
Jerome Pasion
2013-08-02
1
-0
/
+1
*
|
Doc: Adding navigation configs in the module qdocconf files.
Jerome Pasion
2013-06-25
1
-0
/
+3
|
/
*
Doc: Removed pages from "technology-apis" group.
Jerome Pasion
2013-05-27
1
-2
/
+0
*
Doc: Give C++ class lists consistent titles
Sze Howe Koh
2013-04-29
1
-1
/
+1
*
Whitespace cleanup: remove trailing whitespace
Axel Waggershauser
2013-03-16
5
-32
/
+32
*
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-02-14
1
-6
/
+6
|
\
|
*
fix doc page urls
Oswald Buddenhagen
2013-02-04
1
-1
/
+1
[next]