summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qelapsedtimer_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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