![]() |
PLSSVM - Parallel Least Squares Support Vector Machine
2.0.0
A Least Squares Support Vector Machine implementation using different backends.
|
Implements compile-time constants to query git information. More...
#include <string_view>Go to the source code of this file.
Namespaces | |
| plssvm | |
| The main namespace containing all public API functions. | |
| plssvm::version | |
| Namespace containing versioning information. | |
Functions | |
| bool | plssvm::version::git_metadata::is_populated () |
| Check whether the metadata has been successfully populated. More... | |
| bool | plssvm::version::git_metadata::has_uncommitted_changes () |
| Check whether there are any uncommitted changes that won't be reflected in the CommitID. More... | |
| std::string_view | plssvm::version::git_metadata::author_name () |
| The name of the author of this commit. More... | |
| std::string_view | plssvm::version::git_metadata::author_email () |
| The E-Mail of the author of this commit. More... | |
| std::string_view | plssvm::version::git_metadata::commit_sha1 () |
| The full hash of the current commit. More... | |
| std::string_view | plssvm::version::git_metadata::commit_date () |
| The ISO 8601 commit date. More... | |
| std::string_view | plssvm::version::git_metadata::commit_subject () |
| The commit subject. More... | |
| std::string_view | plssvm::version::git_metadata::commit_body () |
| The commit body. More... | |
| std::string_view | plssvm::version::git_metadata::describe () |
| The commit description. More... | |
| std::string_view | plssvm::version::git_metadata::branch () |
| The symbolic reference tied to HEAD. More... | |
| std::string_view | plssvm::version::git_metadata::remote_url () |
| The remote repository URL. More... | |
Implements compile-time constants to query git information.
| bool plssvm::version::git_metadata::is_populated | ( | ) |
Check whether the metadata has been successfully populated.
There may be no metadata of there wasn't a .git directory (e.g., downloaded source code without revision history).
true if the metadata has been successfully populated, otherwise false ([[nodiscard]]) | bool plssvm::version::git_metadata::has_uncommitted_changes | ( | ) |
Check whether there are any uncommitted changes that won't be reflected in the CommitID.
true if there are uncommitted changes, otherwise false ([[nodiscard]]) | std::string_view plssvm::version::git_metadata::author_name | ( | ) |
The name of the author of this commit.
[[nodiscard]]) | std::string_view plssvm::version::git_metadata::author_email | ( | ) |
The E-Mail of the author of this commit.
[[nodiscard]]) | std::string_view plssvm::version::git_metadata::commit_sha1 | ( | ) |
The full hash of the current commit.
[[nodiscard]]) | std::string_view plssvm::version::git_metadata::commit_date | ( | ) |
The ISO 8601 commit date.
[[nodiscard]]) | std::string_view plssvm::version::git_metadata::commit_subject | ( | ) |
The commit subject.
[[nodiscard]]) | std::string_view plssvm::version::git_metadata::commit_body | ( | ) |
The commit body.
[[nodiscard]]) | std::string_view plssvm::version::git_metadata::describe | ( | ) |
The commit description.
[[nodiscard]]) | std::string_view plssvm::version::git_metadata::branch | ( | ) |
The symbolic reference tied to HEAD.
[[nodiscard]]) | std::string_view plssvm::version::git_metadata::remote_url | ( | ) |
The remote repository URL.
[[nodiscard]])