Peter Würth
c050d6a01e
string(TIMESTAMP): add %f specifier for microseconds
...
The %f specified extends the string(TIMESTAMP) and file(TIMESTAMP)
commands to output the timestamp with a microsecond resolution.
This convention is offered by python's datetime module.
Before, the precision was limited to seconds.
The implementation is done by extending existing cmTimestamp methods
with a `microseconds` parameter. This parameter is optional in order to
be backwards compatible. The timestamps are now received in a
cross-platform manner using libuv, since the standard C functions like
time() don't allow for sub-second precision.
This requires libuv 1.28 or higher. We already require higher than
that on Windows, so update the required version for other platforms.
Implements: #19335
2022-01-28 06:23:57 -05:00
..
2020-09-16 13:55:24 -04:00
2015-07-07 09:23:21 -04:00
2015-07-07 09:23:21 -04:00
2018-10-10 10:06:27 -04:00
2015-07-07 09:23:21 -04:00
2020-06-18 09:52:05 -04:00
2018-10-10 10:06:27 -04:00
2020-02-19 09:11:05 -05:00
2020-02-19 09:11:05 -05:00
2020-02-19 09:11:05 -05:00
2020-02-19 09:11:05 -05:00
2020-02-19 09:11:05 -05:00
2020-02-19 09:11:05 -05:00
2020-02-19 09:11:05 -05:00
2018-02-16 10:04:47 -05:00
2018-02-16 10:04:47 -05:00
2018-10-10 10:06:27 -04:00
2018-02-16 10:04:47 -05:00
2018-02-16 10:04:47 -05:00
2018-10-10 10:06:27 -04:00
2018-02-16 10:04:47 -05:00
2020-09-16 13:55:24 -04:00
2020-09-16 13:55:24 -04:00
2020-09-16 13:55:24 -04:00
2020-09-16 13:55:24 -04:00
2020-09-16 13:55:24 -04:00
2020-09-16 13:55:24 -04:00
2020-09-16 13:55:24 -04:00
2020-09-16 13:55:24 -04:00
2020-09-16 13:55:24 -04:00
2020-09-16 13:55:24 -04:00
2020-09-16 13:55:24 -04:00
2020-09-16 13:55:24 -04:00
2020-09-16 13:55:24 -04:00
2017-08-11 13:26:33 +02:00
2017-08-11 13:26:33 +02:00
2018-10-10 10:06:27 -04:00
2017-08-11 13:26:33 +02:00
2017-07-21 09:09:56 -04:00
2017-07-21 09:09:56 -04:00
2019-04-15 11:06:06 -04:00
2019-04-15 11:06:06 -04:00
2019-04-15 11:06:06 -04:00
2019-04-15 11:06:06 -04:00
2019-04-15 11:06:06 -04:00
2019-04-15 11:06:06 -04:00
2019-04-15 11:06:06 -04:00
2020-09-16 13:55:24 -04:00
2017-01-26 10:21:41 -05:00
2022-01-28 06:23:57 -05:00
2022-01-28 06:23:57 -05:00
2017-01-26 10:21:41 -05:00
2017-01-26 10:21:41 -05:00
2017-01-26 10:21:41 -05:00
2017-01-26 10:21:41 -05:00
2017-01-26 10:21:41 -05:00
2017-01-26 10:21:41 -05:00
2017-01-26 10:21:41 -05:00
2017-01-26 10:21:41 -05:00
2017-01-26 10:21:41 -05:00
2015-01-27 11:30:26 -05:00
2015-01-27 11:30:26 -05:00
2015-01-27 11:30:26 -05:00
2015-01-27 11:30:26 -05:00
2015-01-27 11:30:26 -05:00
2015-01-27 11:30:26 -05:00
2015-01-27 11:30:26 -05:00
2015-01-27 11:30:26 -05:00
2015-01-27 11:30:26 -05:00
2015-01-27 11:30:26 -05:00
2015-01-27 11:30:26 -05:00
2015-01-27 11:30:26 -05:00
2018-10-10 10:06:27 -04:00
2018-10-10 10:06:27 -04:00
2018-10-10 10:06:27 -04:00
2018-10-10 10:06:27 -04:00
2018-10-10 10:06:27 -04:00
2018-10-10 10:06:27 -04:00