
25 Nov
2011
25 Nov
'11
3:38 p.m.
On 11/25/2011 03:04 AM, Maxim Yanchenko wrote:
Joel de Guzman <joel <at> boost-consulting.com> writes:
Now. What else can we do about it? Here's an idea. I'd like to hear yours.
It might be good to present that in a GUI where the types are collapsed by default. Qualifications in a trace can also be optionally collapsed. Hi Joel, it's a very correct idea. In our team, I made a perl script that cleans out all compiler noise (GCC) and has some special handling for common cases like MPL_ASSERT, CONCEPT_CHECK etc. This runs for years already and proven to be extremely effective in nailing down errors. This sounds very interesting indeed. It would be cool to use it like ccache, i.e.
tmpMessageFilter -> ccache -> g++ Regards, Roland