Files
CMake/Source
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-10-26 08:57:04 -04:00
2017-11-15 00:04:33 -05:00
2017-09-19 11:44:21 -04:00
2017-08-24 23:39:47 +02:00
2017-08-24 23:39:47 +02:00
2017-11-03 10:25:05 -04:00
2017-08-24 23:39:47 +02:00
2017-08-24 23:39:47 +02:00
2017-11-07 14:15:20 -05:00
2017-08-22 23:05:27 +02:00
2017-08-30 11:07:05 -04:00
2017-11-03 10:25:05 -04:00
2017-08-24 23:39:47 +02:00
2017-08-24 23:39:47 +02:00
2017-08-24 23:39:47 +02:00
2017-08-24 23:39:47 +02:00
2017-08-24 23:39:47 +02:00
2017-08-27 09:58:46 +02:00
2017-11-07 08:18:59 -05:00
2017-11-07 08:18:59 -05:00
2017-08-24 23:39:47 +02:00
2017-11-03 10:25:05 -04:00
2017-08-24 23:39:47 +02:00
2017-08-24 23:39:47 +02:00
2017-11-01 11:32:11 -06:00
2017-11-01 11:32:11 -06:00
2017-08-24 23:39:47 +02:00
2017-08-24 23:39:47 +02:00
2017-08-24 23:39:47 +02:00
2017-08-24 23:39:47 +02:00
2017-11-03 10:25:05 -04:00
2017-08-24 23:39:47 +02:00
2017-11-03 10:25:05 -04:00
2017-08-24 23:39:47 +02:00
2017-08-27 09:58:46 +02:00
2017-11-07 14:15:20 -05:00