summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/string/Timestamp.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Timestamp: support %A and %BBernhard M. Wiedemann2017-09-071-1/+1
| | | | | | | | These are defined both by [1] and [2] to give full names of a weekday and month. [1] http://pubs.opengroup.org/onlinepubs/009695399/functions/strftime.html [2] https://msdn.microsoft.com/de-de/library/fe06s4ak.aspx
* string: Teach TIMESTAMP to treat %% as %Bernhard M. Wiedemann2017-01-271-1/+1
| | | | This encoding is documented by `strptime`.
* cmTimestamp: Support SOURCE_DATE_EPOCH to override current timeBernhard M. Wiedemann2017-01-261-0/+3
See https://reproducible-builds.org/ for why this is good and https://reproducible-builds.org/specs/source-date-epoch/ for the definition of this variable.