feisty meow concerns codebase
2.140
|
#include <application/application_shell.h>
#include <application/command_line.h>
#include <application/hoople_main.h>
#include <application/windoze_helper.h>
#include <basis/astring.h>
#include <basis/environment.h>
#include <basis/functions.h>
#include <filesystem/byte_filer.h>
#include <filesystem/directory.h>
#include <filesystem/filename.h>
#include <processes/launch_process.h>
#include <structures/static_memory_gremlin.h>
#include <structures/string_array.h>
#include <timely/time_stamp.h>
#include <versions/version_ini.h>
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 ¤t) |
bool | stamping_spider (const directory ¤t) |
Variables | |
string_array | global_file_whacks |
string_array | global_dir_whacks |
basis::astring | global_build_ini |
#define BASE_LOG | ( | s | ) | program_wide_logger::get().log(s, ALWAYS_PRINT) |
Definition at line 34 of file vsts_version_fixer.cpp.
#define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 32 of file vsts_version_fixer.cpp.
#define static_class_name | ( | ) | "vsts_version_fixer" |
Definition at line 202 of file vsts_version_fixer.cpp.
#define static_class_name | ( | ) | "vsts_version_fixer" |
Definition at line 202 of file vsts_version_fixer.cpp.
bool stamping_spider | ( | const directory & | current | ) |
Definition at line 206 of file vsts_version_fixer.cpp.
References basis::astring::ends(), filesystem::directory::files(), eml_to_txt::files, FUNCDEF, global_build_ini, basis::astring::iequals(), and filesystem::directory::path().
bool whacking_spider | ( | const directory & | current | ) |
Definition at line 134 of file vsts_version_fixer.cpp.
References BASE_LOG, filesystem::directory::directories(), filesystem::directory::files(), eml_to_txt::files, FUNCDEF, global_dir_whacks, global_file_whacks, basis::astring::iends(), basis::astring::iequals(), basis::array< contents >::length(), filesystem::directory::path(), filesystem::filename::raw(), and filesystem::filename::unlink().
basis::astring global_build_ini |
Definition at line 204 of file vsts_version_fixer.cpp.
Referenced by stamping_spider().
string_array global_dir_whacks |
Definition at line 132 of file vsts_version_fixer.cpp.
Referenced by whacking_spider().
string_array global_file_whacks |
Definition at line 131 of file vsts_version_fixer.cpp.
Referenced by whacking_spider().