summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qwaitcondition_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtCore: use qUtf16Printable and %ls, qErrnoWarning()Marc Mutz2019-05-291-1/+1
* Fix QDeadlineTimer::Forever case in QWaitConditionMorten Johan Sørvig2019-02-081-1/+3
* Modernize the "thread" featureUlf Hermann2018-08-171-4/+0
* Fix warning about tautological comparison in 32-bit modeThiago Macieira2018-06-011-1/+1
* Port QWaitCondition to QDeadlineTimerThiago Macieira2018-03-031-18/+35
* Optimized implementation of QReadWriteLockOlivier Goffart2016-03-111-4/+6
* Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Haiku: Fix QWaitCondition on HaikuTobias Koenig2015-07-081-1/+1
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-5/+13
|\
| * Android: fix timed QWaitCondition::wait() on Android >= 5.0.Yoann Lopes2015-02-171-5/+13
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Haiku: Make corelib compile on HaikuTobias Koenig2015-01-101-1/+1
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix typo in qwaitcondition_unix.cppDavid Faure2013-09-021-1/+1
* Use Bionic's __pthread_cond_timedwait_relativeThiago Macieira2013-04-021-0/+15
* Add a function to do the relative waits, simplifying the code a littleThiago Macieira2013-04-021-3/+8
* Fix build on Android: libpthread is deficient and lacks functionsThiago Macieira2013-04-021-1/+1
* Set some attributes on pthread condattrsThiago Macieira2013-01-281-8/+38
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* QMutex is now just a pointerOlivier Goffart2011-07-291-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+192