| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Doc: Prepare for building modular QtCore docs. | Casper van Donderen | 2012-04-19 | 1 | -34/+8 |
| * | Rename Q_MUTEX_LINUX to QT_LINUX_FUTEX | Harald Fernengel | 2012-02-21 | 1 | -3/+3 |
| * | Use standard unix mutexes on LSB | Harald Fernengel | 2012-02-20 | 1 | -3/+3 |
| * | Remove "All rights reserved" line from license headers. | Jason McDonald | 2012-01-30 | 1 | -1/+1 |
| * | Update contact information in license headers. | Jason McDonald | 2012-01-23 | 1 | -1/+1 |
| * | Update copyright year in license headers. | Jason McDonald | 2012-01-05 | 1 | -1/+1 |
| * | Use QAtomicInt::store() instead of operator=(int) | Bradley T. Hughes | 2011-11-01 | 1 | -2/+2 |
| * | QRecursiveMutexPrivate should not inherit from QMutexPrivate | Olivier Goffart | 2011-10-31 | 1 | -18/+26 |
| * | Rename QBasicMutex::d to QBasicMutex::d_ptr | Olivier Goffart | 2011-10-31 | 1 | -15/+15 |
| * | Replace implicit QAtomic* casts with explicit load()/store() | Bradley T. Hughes | 2011-10-27 | 1 | -12/+12 |
| * | Make all uses of QBasicAtomicInt and Pointer use load() and store() | Bradley T. Hughes | 2011-10-10 | 1 | -4/+4 |
| * | Make all uses of QBasicAtomicInt and Pointer use load() and store() | Thiago Macieira | 2011-10-03 | 1 | -13/+10 |
| * | QMutex is now just a pointer | Olivier Goffart | 2011-07-29 | 1 | -197/+238 |
| * | Update licenseheader text in source files for qtbase Qt module | Jyri Tahtela | 2011-05-24 | 1 | -17/+17 |
| * | Initial import from the monolithic Qt. | Qt by Nokia | 2011-04-27 | 1 | -0/+515 |