|
HikoGUI
A low latency retained GUI
|
Data Fields | |
| int | major |
| Incremented on backward incompatible change. | |
| int | minor |
| Incremented on additive change. | |
| int | patch |
| Incremented on bug fixes. | |
| std::string | name |
| Name of the application or library. | |
| std::string | git_branch |
| Name of the git branch. | |
| std::string | git_commit |
| The git sha. | |
| int | git_commits_since_version_tag |
| The number of commits since the version tag. | |
| bool | git_local_changes |
| There are local changes. | |
| std::string tt::version::git_branch |
Name of the git branch.
| std::string tt::version::git_commit |
The git sha.
| int tt::version::git_commits_since_version_tag |
The number of commits since the version tag.
| bool tt::version::git_local_changes |
There are local changes.
| int tt::version::major |
Incremented on backward incompatible change.
| int tt::version::minor |
Incremented on additive change.
| std::string tt::version::name |
Name of the application or library.
| int tt::version::patch |
Incremented on bug fixes.