| Commit message (Expand) | Author | Age | Files | Lines |
| * | Deprecate QMutex in recursive mode | Lars Knoll | 2020-09-21 | 1 | -1/+3 |
| * | Remove redundant non-const QMutex::isRecursive() | Edward Welbourne | 2020-09-10 | 1 | -13/+0 |
| * | Doc: Fix documentation warnings for Qt Core | Topi Reinio | 2020-02-25 | 1 | -6/+0 |
| * | Doc: Replace some usages of 0/zero/null with \nullptr | Sze Howe Koh | 2020-01-27 | 1 | -1/+1 |
| * | Tidy nullptr usage | Allan Sandfeld Jensen | 2019-12-06 | 1 | -3/+3 |
| * | Short live QRecursiveMutex! | Marc Mutz | 2019-07-06 | 1 | -11/+89 |
| * | Port from QAtomic::load() to loadRelaxed() | Giuseppe D'Angelo | 2019-06-20 | 1 | -22/+22 |
| * | Replace Q_DECL_NOEXCEPT with noexcept in corelib | Allan Sandfeld Jensen | 2019-04-03 | 1 | -7/+7 |
| * | Modernize the "thread" feature | Ulf Hermann | 2018-08-17 | 1 | -4/+0 |
| * | doc: Correct remaining qdoc warnings in qmutex.cpp | Martin Smith | 2018-01-04 | 1 | -2/+2 |
| * | Fix typo in QMutex's free-list's Sizes[3] | Edward Welbourne | 2017-06-08 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9 | Liang Qi | 2017-02-08 | 1 | -0/+3 |
| |\ |
|
| | * | Doc: corrected minor link issues | Nico Vertriest | 2017-02-02 | 1 | -0/+3 |
| * | | doc: clangqdoc documents the threads case | Martin Smith | 2017-01-06 | 1 | -2/+12 |
| |/ |
|
| * | QMutex: small doc fixes | Marc Mutz | 2016-11-29 | 1 | -2/+2 |
| * | QMutex: make sure we try_lock_for no shorter than the duration passed | Marc Mutz | 2016-11-22 | 1 | -2/+2 |
| * | Replace custom type traits with std one's | Kai Koehne | 2016-11-08 | 1 | -2/+1 |
| * | Merge remote-tracking branch 'origin/5.7' into 5.8 | Liang Qi | 2016-08-29 | 1 | -25/+2 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-08-25 | 1 | -25/+2 |
| | |\ |
|
| | | * | QMutex: Make freelist() return a real global static | Raphael Kubo da Costa | 2016-08-23 | 1 | -25/+2 |
| * | | | Q(Basic)Mutex: add try_lock{,_for,_until} for STL compatibility | Giuseppe D'Angelo | 2016-07-25 | 1 | -0/+55 |
| |/ / |
|
| * | | Add a QMutex::isRecursive() const noexcept | Thiago Macieira | 2016-05-09 | 1 | -5/+8 |
| * | | Update the Intel copyright year | Thiago Macieira | 2016-01-21 | 1 | -1/+1 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| |/ |
|
| * | Document performance of QMutex | Olivier Goffart | 2015-11-13 | 1 | -0/+7 |
| * | Free the QFreeList object allocated memory on exit | jian liang | 2015-09-22 | 1 | -4/+11 |
| * | Do not use Q_GLOBAL_STATIC in the implementation of QMutex | Olivier Goffart | 2015-08-13 | 1 | -1/+22 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Fix QMutex documentation saying some function are static while they are not | Olivier Goffart | 2014-06-26 | 1 | -1/+1 |
| * | Use the new 3-operand testAndSet functions in QMutex | Thiago Macieira | 2014-04-05 | 1 | -6/+6 |
| * | Doc: Adding mark-up to boolean default values. | Jerome Pasion | 2013-10-08 | 1 | -3/+3 |
| * | QMutex: fix race on 'owner' in the recursive case | Marc Mutz | 2013-09-21 | 1 | -4/+11 |
| * | Remove use of 'register' from Qt. | Stephen Kelly | 2013-06-17 | 1 | -1/+1 |
| * | Fix possible race in QMutex | Olivier Goffart | 2013-04-29 | 1 | -2/+0 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Fix some typos | Sergio Ahumada | 2012-12-21 | 1 | -2/+2 |
| * | Review of documentation. | Michele Caini | 2012-10-13 | 1 | -2/+10 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Add comments to document the internals of QMutex | Olivier Goffart | 2012-09-21 | 1 | -2/+47 |
| * | Move QRecursiveMutexPrivate to qmutex.cpp and mark inline | Thiago Macieira | 2012-09-14 | 1 | -2/+15 |
| * | #include the qmutex_xxx.cpp at the end of qmutex.cpp | Thiago Macieira | 2012-09-14 | 1 | -1/+10 |
| * | Split the timed mutex lock from the non-timed lock functions | Thiago Macieira | 2012-09-14 | 1 | -0/+8 |
| * | Make QBasicMutex be exclusively non-recursive | Thiago Macieira | 2012-09-14 | 1 | -20/+40 |
| * | Hoist the recursive mutex check out of the inner loop | Thiago Macieira | 2012-09-14 | 1 | -3/+9 |
| * | Small optimisation to recursive mutexes | Thiago Macieira | 2012-08-26 | 1 | -2/+2 |
| * | Mark mutex locking and unlocking functions with noexcept | Thiago Macieira | 2012-08-25 | 1 | -9/+9 |
| * | Doc: Add \inmodule QtCore to all QtCore class doc bodies | Thiago Macieira | 2012-08-23 | 1 | -0/+3 |
| * | Fix some spelling errors | Sergio Ahumada | 2012-07-11 | 1 | -4/+4 |
| * | QMutex: de-inline lock(), unlock(), and tryLock() | Bradley T. Hughes | 2012-05-29 | 1 | -1/+12 |