Lines Matching refs:string
62 bool "Build date and time as string"
64 The date and time of compilation as a string, such as "2023-09-29T17:43:14+0000"
67 bool "Build date as string"
69 The date of compilation as a string, such as "2023-09-29"
72 bool "Build time as string"
74 The time of compilation as a string, such as "T17:43:14+0000"
77 string "Date-Time format"
80 Format of the build time string. This value is passed to cmake's string(TIMESTAMP ...)
81 function, so refer to string's documentation for more info on the different formats.
91 string "Date format"
94 Format of the build date string. This value is passed to cmake's string(TIMESTAMP ...)
95 function, so refer to string's documentation for more info on the different formats.
103 string "Time format"
106 Format of the build time string. This value is passed to cmake's string(TIMESTAMP ...)
107 function, so refer to string's documentation for more info on the different formats.