aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/tools/filetime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-251-1/+1
* corelib: Apply modernize-use-autoAlessandro Portale2018-08-201-5/+5
* Use static_assert instead of our custom CompileTimeAssertJoerg Bornemann2018-07-231-7/+2
* Fix CLOCK_REALTIME not being available on macOS SDK < 10.11Alexandru Croitor2018-05-181-0/+5
* Fix FileTime and FileInfo stat times implementation on macOSAlexandru Croitor2018-05-181-0/+21
* Bump required Qt versionChristian Kandeler2018-04-031-10/+1
* Remove most load() and store() methodsChristian Kandeler2018-02-161-10/+0
* Get rid of redundancies between load() and store() methodsChristian Kandeler2018-02-161-13/+3
* Get rid of the casts in FileTime::{load,store}()Christian Kandeler2018-02-131-6/+6
* Fix build with Qt < 5.8Christian Kandeler2018-02-011-1/+10
* Make FileTime::toString() include millisecondsChristian Kandeler2018-01-301-1/+1
* Fix build on Unix platforms without clock_gettimeChristian Kandeler2017-03-091-18/+34
* Handle sub-second timestamps correctly on UnixChristian Kandeler2017-03-081-10/+62
* Combine filetime_win.cpp and filetime_unix.cppJake Petroules2017-01-051-0/+144