mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [
git repo
]
Loading...
Searching...
No Matches
mxlib_comp_version.h
1
#ifndef MXLIB_COMP_GIT_VERSION_H
2
#define MXLIB_COMP_GIT_VERSION_H
3
4
#define MXLIB_COMP_REPO "mxlib"
5
#define MXLIB_COMP_URL "git@github.com:jaredmales/mxlib.git"
6
#define MXLIB_COMP_BRANCH "feature/cmake-tests"
7
#define MXLIB_COMP_SRCPATH "/home/jrmales/Source/mxlib"
8
#define MXLIB_COMP_CURRENT_SHA1 "e3ca7a1462d5c5824629fb3bf6e08bef53e4acf4"
9
#define MXLIB_COMP_REPO_MODIFIED 1
10
#define MXLIB_COMP_REPO_UNTRACKED 1
11
12
#if MXLIB_COMP_REPO_MODIFIED == 1
13
#ifndef MXLIB_COMP_GITHEAD_NOWARNING
14
#define MXLIB_COMP_GITHEAD_NOWARNING
15
#pragma message ("\n"\
16
"******************************************\n"\
17
"* *\n"\
18
"*␛[33m WARNING: repository modified␛[39m *\n"\
19
"*␛[33m changes not committed in␛[39m *\n"\
20
"*␛[33m mxlib␛[39m *\n"\
21
"* *\n"\
22
"******************************************\n"\
23
)
24
#endif
25
#endif
26
27
#if MXLIB_COMP_REPO_UNTRACKED == 1
28
#ifndef MXLIB_COMP_GITHEAD_NO_UNTRACKED_WARNING
29
#define MXLIB_COMP_GITHEAD_NO_UNTRACKED_WARNING
30
#pragma message ("\n"\
31
"******************************************\n"\
32
"* *\n"\
33
"*␛[33m WARNING: repository untracked␛[39m *\n"\
34
"*␛[33m untracked files exist in␛[39m *\n"\
35
"*␛[33m mxlib␛[39m *\n"\
36
"* *\n"\
37
"******************************************\n"\
38
)
39
#endif
40
#endif
41
42
#endif
source
mxlib_comp_version.h
Generated on Thu Feb 19 2026 23:03:56 for mxlib by
1.9.8