feisty meow concerns codebase  2.140
vsts_version_fixer.cpp File Reference
Include dependency graph for vsts_version_fixer.cpp:

Go to the source code of this file.

Macros

#define LOG(s)   CLASS_EMERGENCY_LOG(program_wide_logger::get(), s)
 
#define BASE_LOG(s)   program_wide_logger::get().log(s, ALWAYS_PRINT)
 
#define static_class_name()   "vsts_version_fixer"
 
#define static_class_name()   "vsts_version_fixer"
 

Functions

bool whacking_spider (const directory &current)
 
bool stamping_spider (const directory &current)
 

Variables

string_array global_file_whacks
 
string_array global_dir_whacks
 
basis::astring global_build_ini
 

Macro Definition Documentation

◆ BASE_LOG

#define BASE_LOG (   s)    program_wide_logger::get().log(s, ALWAYS_PRINT)

Definition at line 34 of file vsts_version_fixer.cpp.

◆ LOG

#define LOG (   s)    CLASS_EMERGENCY_LOG(program_wide_logger::get(), s)

Definition at line 32 of file vsts_version_fixer.cpp.

◆ static_class_name [1/2]

#define static_class_name ( )    "vsts_version_fixer"

Definition at line 202 of file vsts_version_fixer.cpp.

◆ static_class_name [2/2]

#define static_class_name ( )    "vsts_version_fixer"

Definition at line 202 of file vsts_version_fixer.cpp.

Function Documentation

◆ stamping_spider()

◆ whacking_spider()

Variable Documentation

◆ global_build_ini

basis::astring global_build_ini

Definition at line 204 of file vsts_version_fixer.cpp.

Referenced by stamping_spider().

◆ global_dir_whacks

string_array global_dir_whacks

Definition at line 132 of file vsts_version_fixer.cpp.

Referenced by whacking_spider().

◆ global_file_whacks

string_array global_file_whacks

Definition at line 131 of file vsts_version_fixer.cpp.

Referenced by whacking_spider().