| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |