summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qelapsedtimer_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move QElapsedTimer to src/corelib/kernelThiago Macieira2016-07-021-251/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-3/+0
|\
| * Compile fix: remove _POSIX_C_SOURCE usageRalf Nolden2016-05-171-3/+0
* | Don't bother asking if Linux supports a monotonic clock: it doesThiago Macieira2016-04-301-1/+5
* | 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
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-16/+1
|\
| * QNX: Revert the change to give higher precision timers.Roger Maclean2014-12-241-16/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-2/+17
|\|
| * Improve QElapsedTimer resolution on QNXMatt Fischer2014-11-071-2/+17
* | QElapsedTimer/Unix: Improve accuracy for millisecond valuesJonathan Liu2014-11-041-10/+4
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Switch to struct timespec everywhere instead of timevalThiago Macieira2013-01-281-3/+3
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-231-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Use stub function gettimeofday for VxWorksPasi Petäjäjärvi2013-01-231-0/+4
|/
* Fix some typosSergio Ahumada2012-12-211-1/+1
* QElapsedTimer: Instead of two ints, store only the clock typeThiago Macieira2012-10-101-46/+82
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Use nanosleep instead of pthread_cond_timedwait for thread sleepingThiago Macieira2012-08-251-0/+14
* Fix declaration of qt_gettime for Q_DECL_NOTHROWThiago Macieira2012-08-131-0/+2
* Make QElapsedTimer always store nanoseconds in t2Thiago Macieira2012-08-131-18/+15
* Use Q_LIKELY instead of doing an #ifdef for GCCThiago Macieira2012-08-101-7/+2
* Mark QElapsedTimer functions as Q_DECL_NOTHROWThiago Macieira2012-08-091-11/+11
* 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
* 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/+209