History log of /libCEED/tests/t010-config.c (Results 1 – 2 of 2)
Revision Date Author Comments
# b4e8f366 26-Mar-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1792 from CEED/jed/runtime-config

Add run-time interface for build-time configuration


# 4f69910b 22-Mar-2025 Jed Brown <jed@jedbrown.org>

Add run-time interface for build-time config (fix #1732)

This adds CeedGetGitVersion() to access output of `git describe --dirty`
and CeedGetBuildConfiguration() to get variables like compilers and

Add run-time interface for build-time config (fix #1732)

This adds CeedGetGitVersion() to access output of `git describe --dirty`
and CeedGetBuildConfiguration() to get variables like compilers and
flags.

For builds without a Git repo, we return "unknown" or the user can set
the string via `make GIT_DESCRIBE=deadbeaf`.

show more ...