Lines Matching refs:build
7 Add the build time binary descriptors
14 If enabled, the build time used for the descriptors will express
21 If enabled, the file containing the build time definitions will
23 accurate, but also in slightly longer build times.
26 bool "Year of build"
31 bool "Month of build"
36 bool "Day of build"
41 bool "Hour of build"
46 bool "Minute of build"
51 bool "Second of build"
80 Format of the build time string. This value is passed to cmake's string(TIMESTAMP ...)
83 example, setting the format to "2023-02-05T00:07:04+0000" will set it as the build time,
84 regardless of the actual build time.
94 Format of the build date string. This value is passed to cmake's string(TIMESTAMP ...)
97 example, setting the format to "2023-02-05" will set it as the build time,
98 regardless of the actual build time.
106 Format of the build time string. This value is passed to cmake's string(TIMESTAMP ...)
109 example, setting the format to "T00:07:04+0000" will set it as the build time,
110 regardless of the actual build time.