updated boost on windows
This commit is contained in:
@@ -36,7 +36,7 @@ public:
|
||||
// Formatter interface
|
||||
void log_start( std::ostream&, counter_t test_cases_amount );
|
||||
void log_finish( std::ostream& );
|
||||
void log_build_info( std::ostream& );
|
||||
void log_build_info( std::ostream&, bool );
|
||||
|
||||
void test_unit_start( std::ostream&, test_unit const& tu );
|
||||
void test_unit_finish( std::ostream&, test_unit const& tu, unsigned long elapsed );
|
||||
@@ -51,8 +51,8 @@ public:
|
||||
void log_entry_finish( std::ostream& );
|
||||
|
||||
void entry_context_start( std::ostream&, log_level );
|
||||
void log_entry_context( std::ostream&, const_string );
|
||||
void entry_context_finish( std::ostream& );
|
||||
void log_entry_context( std::ostream&, log_level l, const_string );
|
||||
void entry_context_finish( std::ostream&, log_level l );
|
||||
|
||||
protected:
|
||||
virtual void print_prefix( std::ostream&, const_string file, std::size_t line );
|
||||
|
||||
@@ -101,12 +101,13 @@ public:
|
||||
// Formatter interface
|
||||
void log_start( std::ostream&, counter_t test_cases_amount );
|
||||
void log_finish( std::ostream& );
|
||||
void log_build_info( std::ostream& );
|
||||
void log_build_info( std::ostream&, bool );
|
||||
|
||||
void test_unit_start( std::ostream&, test_unit const& tu );
|
||||
void test_unit_finish( std::ostream&, test_unit const& tu, unsigned long elapsed );
|
||||
void test_unit_skipped( std::ostream&, test_unit const& tu, const_string reason );
|
||||
void test_unit_aborted( std::ostream& os, test_unit const& tu );
|
||||
void test_unit_timed_out( std::ostream& os, test_unit const& tu);
|
||||
|
||||
void log_exception_start( std::ostream&, log_checkpoint_data const&, execution_exception const& ex );
|
||||
void log_exception_finish( std::ostream& );
|
||||
@@ -118,8 +119,8 @@ public:
|
||||
void log_entry_finish( std::ostream& );
|
||||
|
||||
void entry_context_start( std::ostream&, log_level );
|
||||
void log_entry_context( std::ostream&, const_string );
|
||||
void entry_context_finish( std::ostream& );
|
||||
void log_entry_context( std::ostream&, log_level, const_string );
|
||||
void entry_context_finish( std::ostream&, log_level );
|
||||
|
||||
//! Discards changes in the log level
|
||||
virtual void set_log_level(log_level ll)
|
||||
|
||||
@@ -39,7 +39,7 @@ public:
|
||||
// Formatter interface
|
||||
void log_start( std::ostream&, counter_t test_cases_amount );
|
||||
void log_finish( std::ostream& );
|
||||
void log_build_info( std::ostream& );
|
||||
void log_build_info( std::ostream&, bool );
|
||||
|
||||
void test_unit_start( std::ostream&, test_unit const& tu );
|
||||
void test_unit_finish( std::ostream&, test_unit const& tu, unsigned long elapsed );
|
||||
@@ -54,8 +54,8 @@ public:
|
||||
void log_entry_finish( std::ostream& );
|
||||
|
||||
void entry_context_start( std::ostream&, log_level );
|
||||
void log_entry_context( std::ostream&, const_string );
|
||||
void entry_context_finish( std::ostream& );
|
||||
void log_entry_context( std::ostream&, log_level, const_string );
|
||||
void entry_context_finish( std::ostream&, log_level );
|
||||
|
||||
private:
|
||||
// Data members
|
||||
|
||||
Reference in New Issue
Block a user