|
spdlog
|
Variables | |
| base_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) | |
| config_h = os.path.join(base_path, 'include', 'spdlog', 'version.h') | |
| dict | data = {'MAJOR': 0, 'MINOR': 0, 'PATCH': 0} |
| reg = re.compile(r'^\s*#define\s+SPDLOG_VER_([A-Z]+)\s+([0-9]+).*$') | |
| m = reg.match(l) | |
| extract_version.base_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) |
Definition at line 6 of file extract_version.py.
| extract_version.config_h = os.path.join(base_path, 'include', 'spdlog', 'version.h') |
Definition at line 7 of file extract_version.py.
| dict extract_version.data = {'MAJOR': 0, 'MINOR': 0, 'PATCH': 0} |
Definition at line 8 of file extract_version.py.
| extract_version.m = reg.match(l) |
Definition at line 13 of file extract_version.py.
| extract_version.reg = re.compile(r'^\s*#define\s+SPDLOG_VER_([A-Z]+)\s+([0-9]+).*$') |
Definition at line 9 of file extract_version.py.