spdlog
Loading...
Searching...
No Matches
Variables
extract_version Namespace Reference

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)
 

Variable Documentation

◆ base_path

extract_version.base_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))

Definition at line 6 of file extract_version.py.

◆ config_h

extract_version.config_h = os.path.join(base_path, 'include', 'spdlog', 'version.h')

Definition at line 7 of file extract_version.py.

◆ data

dict extract_version.data = {'MAJOR': 0, 'MINOR': 0, 'PATCH': 0}

Definition at line 8 of file extract_version.py.

◆ m

extract_version.m = reg.match(l)

Definition at line 13 of file extract_version.py.

◆ reg

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.