| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mark all files in corelib/thread security significant | Matthias Rauter | 2025-08-04 | 1 | -0/+1 |
| * | Remove redundant qelapsedtimer.h #includeS | Ahmad Samir | 2023-08-11 | 1 | -1/+0 |
| * | Resolve symbol conflict between qmutex_unix and qwaitcondition_unix.cpp | Amir Masoud Abdol | 2023-05-19 | 1 | -6/+6 |
| * | QMutex: add QDeadlineTimer-based tryLocks | Thiago Macieira | 2023-05-11 | 1 | -7/+4 |
| * | QMutex/Unix: remove the pthread_mutex_t-based content | Thiago Macieira | 2023-04-25 | 1 | -54/+0 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -39/+3 |
| * | QtCore: use qUtf16Printable and %ls, qErrnoWarning() | Marc Mutz | 2019-05-29 | 1 | -1/+1 |
| * | Replace Q_DECL_NOEXCEPT with noexcept in corelib | Allan Sandfeld Jensen | 2019-04-03 | 1 | -2/+2 |
| * | Modernize the "thread" feature | Ulf Hermann | 2018-08-17 | 1 | -4/+0 |
| * | Port QWaitCondition to QDeadlineTimer | Thiago Macieira | 2018-03-03 | 1 | -1/+1 |
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | qmutex_unix: use a semaphore when available | Olivier Goffart | 2016-01-04 | 1 | -0/+48 |
| * | 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 |
| * | Set some attributes on pthread condattrs | Thiago Macieira | 2013-01-28 | 1 | -6/+5 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Mark mutex locking and unlocking functions with noexcept | Thiago Macieira | 2012-08-25 | 1 | -1/+1 |
| * | 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 |
| * | QRecursiveMutexPrivate should not inherit from QMutexPrivate | Olivier Goffart | 2011-10-31 | 1 | -2/+2 |
| * | QMutex is now just a pointer | Olivier Goffart | 2011-07-29 | 1 | -113/+3 |
| * | Fix the timeout calculation again. | Thiago Macieira | 2011-07-21 | 1 | -2/+2 |
| * | Fix the timeout calculation for futexes in QMutex. | Thiago Macieira | 2011-07-15 | 1 | -6/+22 |
| * | Update licenseheader text in source files for qtbase Qt module | Jyri Tahtela | 2011-05-24 | 1 | -17/+17 |
| * | Do not allow multiple threads to acquire a QMutex | Bradley T. Hughes | 2011-05-10 | 1 | -5/+8 |
| * | Initial import from the monolithic Qt. | Qt by Nokia | 2011-04-27 | 1 | -0/+209 |