Lines Matching +full:format +full:- +full:c
1 // Copyright (c) 2017-2026, Lawrence Livermore National Security, LLC and other CEED contributors.
2 // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
4 // SPDX-License-Identifier: BSD-2-Clause
8 #include <ceed-impl.h>
17 @brief Get output of `git describe --dirty` from build time.
24 If `git describe --always --dirty` fails, the string `"unknown"` will be provided.
31 @return An error code: 0 - success, otherwise - failure
48 @return An error code: 0 - success, otherwise - failure
51 ceed->cuda_compile_with_clang = is_clang; in CeedSetIsClang()
65 @return An error code: 0 - success, otherwise - failure
68 *is_clang = ceed->cuda_compile_with_clang; in CeedGetIsClang()
73 @brief Get build variables as a multi-line string.
75 Each line of the string has the format `VARNAME = value`.
83 @return An error code: 0 - success, otherwise - failure