feisty meow concerns codebase
2.140
|
#include "common_bundle.h"
#include <application/hoople_main.h>
#include <application/command_line.h>
#include <basis/array.h>
#include <basis/byte_array.h>
#include <basis/environment.h>
#include <configuration/application_configuration.h>
#include <configuration/ini_configurator.h>
#include <configuration/variable_tokenizer.h>
#include <filesystem/byte_filer.h>
#include <filesystem/directory.h>
#include <filesystem/filename.h>
#include <filesystem/file_time.h>
#include <loggers/console_logger.h>
#include <loggers/file_logger.h>
#include <processes/launch_process.h>
#include <structures/static_memory_gremlin.h>
#include <structures/string_table.h>
#include <textual/byte_formatter.h>
#include <textual/list_parsing.h>
#include <textual/parser_bits.h>
#include <timely/time_stamp.h>
#include <stdio.h>
#include <sys/stat.h>
#include <zlib.h>
Go to the source code of this file.
Macros | |
#define | BASE_LOG(to_print) program_wide_logger::get().log(to_print, ALWAYS_PRINT) |
#define | LOG(to_print) CLASS_EMERGENCY_LOG(program_wide_logger::get(), to_print) |
#define | FAIL_RETURN(retval, where) |
#define | BAIL(retval) |
Functions | |
bool | true_value (const astring &value) |
Variables | |
const int | CHUNKING_SIZE = 256 * KILOBYTE |
const astring | SUBVERSION_FOLDER = ".svn" |
#define BAIL | ( | retval | ) |
#define BASE_LOG | ( | to_print | ) | program_wide_logger::get().log(to_print, ALWAYS_PRINT) |
Definition at line 69 of file bundle_creator.cpp.
#define FAIL_RETURN | ( | retval, | |
where | |||
) |
Definition at line 76 of file bundle_creator.cpp.
#define LOG | ( | to_print | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), to_print) |
Definition at line 70 of file bundle_creator.cpp.
bool true_value | ( | const astring & | value | ) |
Definition at line 83 of file bundle_creator.cpp.
References basis::astring::equal_to().
const int CHUNKING_SIZE = 256 * KILOBYTE |
Definition at line 63 of file bundle_creator.cpp.
const astring SUBVERSION_FOLDER = ".svn" |
Definition at line 66 of file bundle_creator.cpp.