spdlog
Loading...
Searching...
No Matches
Namespaces | Variables
extract_version.py File Reference

Go to the source code of this file.

Namespaces

namespace  extract_version
 

Variables

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