Wouter Klouwen
5fd979a8a3
CTest: adopt std::chrono::system_clock
...
After the refactor to make CTest use std::chrono::steady_clock for the
keeping of time for test duration, there are still references to
cmSystemTools::GetTime() left.
To further adopt std::chrono for time related activities, this commit
changes those remaining references to std::chrono::system_clock::now()
calls and alters the storage from either unsigned int or double to
std::chrono::system_clock::time_point.
For ease of conversion, a converter method is added to cmXMLWriter that
converts from a std::chrono::system_clock::time_point to the number of
seconds since the UN*X epoch as that is expected behaviour. This means
no more casts as required.
Functionally should be no difference as the system_clock is implemented
in the same terms.
2017-11-17 15:22:55 +00:00
..
2017-09-14 16:11:58 +03:00
2017-09-15 10:06:41 -04:00
2017-11-14 13:30:14 +00:00
2017-09-15 10:06:41 -04:00
2017-08-27 09:58:46 +02:00
2017-09-15 10:06:41 -04:00
2017-11-17 15:22:55 +00:00
2017-11-17 15:22:55 +00:00
2017-09-19 08:27:00 -04:00
2017-09-15 10:06:41 -04:00
2017-08-24 23:39:47 +02:00
2017-09-14 16:11:58 +03:00
2017-09-15 10:06:41 -04:00
2017-11-17 15:22:55 +00:00
2017-09-15 10:06:41 -04:00
2017-08-24 23:39:47 +02:00
2017-09-15 10:06:41 -04:00
2017-11-17 15:22:55 +00:00
2017-09-19 17:41:41 +02:00
2017-09-16 02:26:49 +03:00
2017-05-04 12:21:21 -04:00
2017-09-15 10:06:41 -04:00
2017-09-15 10:06:41 -04:00
2016-09-27 15:14:44 -04:00
2017-09-15 10:06:41 -04:00
2017-09-14 16:11:58 +03:00
2017-04-11 22:35:21 +02:00
2017-09-28 07:23:41 -04:00
2017-09-15 10:06:41 -04:00
2017-09-14 16:11:58 +03:00
2017-09-15 10:06:41 -04:00
2017-09-14 16:11:58 +03:00
2017-09-15 10:06:41 -04:00
2017-09-19 08:27:00 -04:00
2017-09-15 10:06:41 -04:00
2017-09-26 00:07:19 +02:00
2017-04-11 22:35:21 +02:00
2017-08-24 23:39:47 +02:00
2017-09-15 10:06:41 -04:00
2017-11-14 13:30:14 +00:00
2017-09-15 10:06:41 -04:00
2017-11-09 13:53:50 +00:00
2017-04-11 22:35:21 +02:00
2017-09-28 07:23:41 -04:00
2017-09-15 10:06:41 -04:00
2017-09-14 16:11:58 +03:00
2017-09-15 10:06:41 -04:00
2016-09-27 15:14:44 -04:00
2017-09-15 10:06:41 -04:00
2017-11-14 13:30:14 +00:00
2017-04-11 22:35:21 +02:00
2017-11-14 13:30:14 +00:00
2017-11-14 13:30:14 +00:00
2016-09-27 15:14:44 -04:00
2017-09-15 10:06:41 -04:00
2017-08-24 23:39:47 +02:00
2017-09-15 10:06:41 -04:00
2017-08-24 23:39:47 +02:00
2017-09-15 10:06:41 -04:00
2017-11-17 15:22:55 +00:00
2017-09-15 10:06:41 -04:00
2017-09-21 11:23:19 +03:00
2017-09-15 10:06:41 -04:00
2017-08-24 23:39:47 +02:00
2017-09-15 10:06:41 -04:00
2017-11-17 15:22:55 +00:00
2017-11-17 15:22:55 +00:00
2017-08-24 23:39:47 +02:00
2017-09-15 10:06:41 -04:00
2017-11-17 15:22:55 +00:00
2017-09-15 10:06:41 -04:00
2017-08-24 23:39:47 +02:00
2017-09-15 10:06:41 -04:00
2017-09-14 16:11:58 +03:00
2017-09-15 10:06:41 -04:00
2017-09-28 07:23:41 -04:00
2017-08-26 07:41:04 +02:00
2017-09-14 16:11:58 +03:00
2017-04-11 22:35:21 +02:00
2017-09-16 02:26:49 +03:00
2017-09-15 10:06:41 -04:00
2017-09-21 11:23:19 +03:00
2017-04-11 22:35:21 +02:00
2017-09-21 11:23:19 +03:00
2017-04-11 22:35:21 +02:00
2017-11-03 10:25:05 -04:00
2017-09-15 10:06:41 -04:00
2017-09-21 11:23:19 +03:00
2017-04-11 22:35:21 +02:00
2017-09-14 16:11:58 +03:00
2017-04-11 22:35:21 +02:00
2017-04-11 22:35:21 +02:00
2017-04-11 22:35:21 +02:00
2017-11-14 13:30:14 +00:00
2017-11-14 13:30:14 +00:00