Lines Matching full:build
5 bool "Build Time binary descriptors"
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"
56 bool "Build time as UNIX time"
62 bool "Build date and time as string"
67 bool "Build date as string"
72 bool "Build time as string"
81 Format of the build time string. This value is passed to cmake's string(TIMESTAMP ...)
84 example, setting the format to "2023-02-05T00:07:04+0000" will set it as the build time,
85 regardless of the actual build time.
96 Format of the build date string. This value is passed to cmake's string(TIMESTAMP ...)
99 example, setting the format to "2023-02-05" will set it as the build time,
100 regardless of the actual build time.
109 Format of the build time string. This value is passed to cmake's string(TIMESTAMP ...)
112 example, setting the format to "T00:07:04+0000" will set it as the build time,
113 regardless of the actual build time.