|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r59121 - trunk/tools/inspect
From: bdawes_at_[hidden]
Date: 2010-01-18 07:38:00
Author: bemandawes
Date: 2010-01-18 07:37:59 EST (Mon, 18 Jan 2010)
New Revision: 59121
URL: http://svn.boost.org/trac/boost/changeset/59121
Log:
Report one line per problem
Text files modified:
trunk/tools/inspect/inspect.cpp | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
Modified: trunk/tools/inspect/inspect.cpp
==============================================================================
--- trunk/tools/inspect/inspect.cpp (original)
+++ trunk/tools/inspect/inspect.cpp 2010-01-18 07:37:59 EST (Mon, 18 Jan 2010)
@@ -420,14 +420,16 @@
{
std::cout << "\n";
std::cout << itr->rel_path;
- sep = ": ";
+// sep = ": ";
+ sep = ":<br> ";
}
if ( current.library != itr->library
|| current.rel_path != itr->rel_path
|| current.msg != itr->msg )
{
std::cout << sep << itr->msg;
- sep = ", ";
+// sep = ", ";
+ sep = "<br> ";
}
current.library = itr->library;
current.rel_path = itr->rel_path;
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk