<div dir="ltr"><div><div><div>Hi QiQin, <br><br></div><div>This is great.<br></div><div><br></div>I would suggest you read the "Getting Involved" page. See <a href="http://www.vtk.org/VTK/project/getinvolved.html">http://www.vtk.org/VTK/project/getinvolved.html</a><br>

<br></div>Hth<br></div>Jc<br><div><div><div><br><br></div></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Feb 8, 2014 at 10:58 AM, dyxsdxwx <span dir="ltr"><<a href="mailto:dyxsdxwx@163.com" target="_blank">dyxsdxwx@163.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,I've just write a vtk class, and I want to share it. How can I submit my code? Thanks very much!<br>
<br>
Thanks &amp;Sincerely<br>
QiQin<br>
At 2014-02-07 00:27:18,<a href="mailto:vtk-developers-request@vtk.org">vtk-developers-request@vtk.org</a> wrote:<br>
>Send vtk-developers mailing list submissions to<br>
>       <a href="mailto:vtk-developers@vtk.org">vtk-developers@vtk.org</a><br>
><br>
>To subscribe or unsubscribe via the World Wide Web, visit<br>
>       <a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
>or, via email, send a message with subject or body 'help' to<br>
>       <a href="mailto:vtk-developers-request@vtk.org">vtk-developers-request@vtk.org</a><br>
><br>
>You can reach the person managing the list at<br>
>       <a href="mailto:vtk-developers-owner@vtk.org">vtk-developers-owner@vtk.org</a><br>
><br>
>When replying, please edit your Subject line so it is more specific<br>
>than "Re: Contents of vtk-developers digest..."<br>
><br>
><br>
>Today's Topics:<br>
><br>
>   1. An experiment with code coverage (Bill Lorensen)<br>
>   2. Re: An experiment with code coverage (Matt McCormick)<br>
>   3. Re: An experiment with code coverage (Bill Lorensen)<br>
>   4. Re: An experiment with code coverage (Bill Lorensen)<br>
>   5. Re: An experiment with code coverage (Marcus D. Hanwell)<br>
>   6. Re: An experiment with code coverage (David Cole)<br>
>   7. New coverage page (Bill Lorensen)<br>
>   8. Re: An experiment with code coverage (Sean McBride)<br>
><br>
><br>
>----------------------------------------------------------------------<br>
><br>
>Message: 1<br>
>Date: Wed, 5 Feb 2014 16:51:24 -0500<br>
>From: Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>><br>
>To: VTK Developers <<a href="mailto:vtk-developers@vtk.org">vtk-developers@vtk.org</a>><br>
>Subject: [vtk-developers] An experiment with code coverage<br>
>Message-ID:<br>
>       <<a href="mailto:CADZJ4hPCx-YOuioEiFg9oJihc-MLtzMuZSUOXyBKv2X0u9%2BgVA@mail.gmail.com">CADZJ4hPCx-YOuioEiFg9oJihc-MLtzMuZSUOXyBKv2X0u9+gVA@mail.gmail.com</a>><br>
>Content-Type: text/plain; charset=ISO-8859-1<br>
><br>
>Folks,<br>
><br>
>I think we all agree that CDash's code coverage presentation is<br>
>difficult to navigate.<br>
><br>
>I have been using the linux lcov and genhtml tools to produce a more<br>
>friendly presentation. These are supported by two vtk scripts in<br>
>Utilities/Maintenance<br>
>computeCodeCoverageLocallyForOneTest.sh<br>
>computeCodeCoverageLocally.sh<br>
><br>
>I have created a github repo that I populated with recent code<br>
>coverage. I am experimenting with this to see if I can generate<br>
>periodic coverage for VTK.<br>
><br>
>To view the coverage you need to clone this repo:<br>
>git clone <a href="https://github.com/lorensen/VTKCodeCoverage.git" target="_blank">https://github.com/lorensen/VTKCodeCoverage.git</a><br>
><br>
>To view the coverage:<br>
>cd VTKCodeCoverage<br>
>firefox index.html  # for linux<br>
>open index.html # for Mac<br>
><br>
>There is still some flakiness in the output (e.g. it shows some of my<br>
>home tree). But it might be useful until we can figure out what we<br>
>want CDash to do.<br>
><br>
>Bill<br>
><br>
><br>
>------------------------------<br>
><br>
>Message: 2<br>
>Date: Wed, 5 Feb 2014 17:01:24 -0500<br>
>From: Matt McCormick <<a href="mailto:matt.mccormick@kitware.com">matt.mccormick@kitware.com</a>><br>
>To: Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>><br>
>Cc: VTK Developers <<a href="mailto:vtk-developers@vtk.org">vtk-developers@vtk.org</a>><br>
>Subject: Re: [vtk-developers] An experiment with code coverage<br>
>Message-ID:<br>
>       <<a href="mailto:CALzTN-Ra5CAfzmtzO69wYcZMHmBBUjfz502v9P40S92YAmrLLQ@mail.gmail.com">CALzTN-Ra5CAfzmtzO69wYcZMHmBBUjfz502v9P40S92YAmrLLQ@mail.gmail.com</a>><br>
>Content-Type: text/plain; charset=ISO-8859-1<br>
><br>
>Hi Bill,<br>
><br>
>That is cool!<br>
><br>
>A suggestion: if it is pushed to the gh-pages [1] branch instead of<br>
>master, it will a hosted website at<br>
><br>
>  <a href="http://lorensen.github.io/VTKCodeCoverage" target="_blank">http://lorensen.github.io/VTKCodeCoverage</a><br>
><br>
>HTH,<br>
>Matt<br>
><br>
><br>
>[1] <a href="http://pages.github.com/" target="_blank">http://pages.github.com/</a><br>
><br>
>On Wed, Feb 5, 2014 at 4:51 PM, Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>> wrote:<br>
>> Folks,<br>
>><br>
>> I think we all agree that CDash's code coverage presentation is<br>
>> difficult to navigate.<br>
>><br>
>> I have been using the linux lcov and genhtml tools to produce a more<br>
>> friendly presentation. These are supported by two vtk scripts in<br>
>> Utilities/Maintenance<br>
>> computeCodeCoverageLocallyForOneTest.sh<br>
>> computeCodeCoverageLocally.sh<br>
>><br>
>> I have created a github repo that I populated with recent code<br>
>> coverage. I am experimenting with this to see if I can generate<br>
>> periodic coverage for VTK.<br>
>><br>
>> To view the coverage you need to clone this repo:<br>
>> git clone <a href="https://github.com/lorensen/VTKCodeCoverage.git" target="_blank">https://github.com/lorensen/VTKCodeCoverage.git</a><br>
>><br>
>> To view the coverage:<br>
>> cd VTKCodeCoverage<br>
>> firefox index.html  # for linux<br>
>> open index.html # for Mac<br>
>><br>
>> There is still some flakiness in the output (e.g. it shows some of my<br>
>> home tree). But it might be useful until we can figure out what we<br>
>> want CDash to do.<br>
>><br>
>> Bill<br>
>> _______________________________________________<br>
>> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
>><br>
>> Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
>><br>
>> Follow this link to subscribe/unsubscribe:<br>
>> <a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
>><br>
><br>
><br>
>------------------------------<br>
><br>
>Message: 3<br>
>Date: Wed, 5 Feb 2014 17:54:27 -0500<br>
>From: Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>><br>
>To: Matthew McCormick <<a href="mailto:matt.mccormick@kitware.com">matt.mccormick@kitware.com</a>><br>
>Cc: VTK Developers <<a href="mailto:vtk-developers@vtk.org">vtk-developers@vtk.org</a>><br>
>Subject: Re: [vtk-developers] An experiment with code coverage<br>
>Message-ID:<br>
>       <CADZJ4hMnkJ1gO=<a href="mailto:FggYkxBsnaoNgqcCxQx%2BLijWOn1oaTLNwF7Q@mail.gmail.com">FggYkxBsnaoNgqcCxQx+LijWOn1oaTLNwF7Q@mail.gmail.com</a>><br>
>Content-Type: text/plain; charset="iso-8859-1"<br>
><br>
>Cool. I'll check it out.<br>
>On Feb 5, 2014 5:09 PM, "Matt McCormick" <<a href="mailto:matt.mccormick@kitware.com">matt.mccormick@kitware.com</a>> wrote:<br>
><br>
>> Hi Bill,<br>
>><br>
>> That is cool!<br>
>><br>
>> A suggestion: if it is pushed to the gh-pages [1] branch instead of<br>
>> master, it will a hosted website at<br>
>><br>
>>   <a href="http://lorensen.github.io/VTKCodeCoverage" target="_blank">http://lorensen.github.io/VTKCodeCoverage</a><br>
>><br>
>> HTH,<br>
>> Matt<br>
>><br>
>><br>
>> [1] <a href="http://pages.github.com/" target="_blank">http://pages.github.com/</a><br>
>><br>
>> On Wed, Feb 5, 2014 at 4:51 PM, Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>><br>
>> wrote:<br>
>> > Folks,<br>
>> ><br>
>> > I think we all agree that CDash's code coverage presentation is<br>
>> > difficult to navigate.<br>
>> ><br>
>> > I have been using the linux lcov and genhtml tools to produce a more<br>
>> > friendly presentation. These are supported by two vtk scripts in<br>
>> > Utilities/Maintenance<br>
>> > computeCodeCoverageLocallyForOneTest.sh<br>
>> > computeCodeCoverageLocally.sh<br>
>> ><br>
>> > I have created a github repo that I populated with recent code<br>
>> > coverage. I am experimenting with this to see if I can generate<br>
>> > periodic coverage for VTK.<br>
>> ><br>
>> > To view the coverage you need to clone this repo:<br>
>> > git clone <a href="https://github.com/lorensen/VTKCodeCoverage.git" target="_blank">https://github.com/lorensen/VTKCodeCoverage.git</a><br>
>> ><br>
>> > To view the coverage:<br>
>> > cd VTKCodeCoverage<br>
>> > firefox index.html  # for linux<br>
>> > open index.html # for Mac<br>
>> ><br>
>> > There is still some flakiness in the output (e.g. it shows some of my<br>
>> > home tree). But it might be useful until we can figure out what we<br>
>> > want CDash to do.<br>
>> ><br>
>> > Bill<br>
>> > _______________________________________________<br>
>> > Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
>> ><br>
>> > Visit other Kitware open-source projects at<br>
>> <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
>> ><br>
>> > Follow this link to subscribe/unsubscribe:<br>
>> > <a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
>> ><br>
>><br>
>-------------- next part --------------<br>
>An HTML attachment was scrubbed...<br>
>URL: <<a href="http://www.vtk.org/pipermail/vtk-developers/attachments/20140205/44ef220b/attachment-0001.html" target="_blank">http://www.vtk.org/pipermail/vtk-developers/attachments/20140205/44ef220b/attachment-0001.html</a>><br>


><br>
>------------------------------<br>
><br>
>Message: 4<br>
>Date: Wed, 5 Feb 2014 18:46:59 -0500<br>
>From: Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>><br>
>To: Matthew McCormick <<a href="mailto:matt.mccormick@kitware.com">matt.mccormick@kitware.com</a>><br>
>Cc: VTK Developers <<a href="mailto:vtk-developers@vtk.org">vtk-developers@vtk.org</a>><br>
>Subject: Re: [vtk-developers] An experiment with code coverage<br>
>Message-ID:<br>
>       <<a href="mailto:CADZJ4hOntfuUrXvVbKdazEhBtLmA2qkK84jRwmgcA-%2BpzJ3_Fg@mail.gmail.com">CADZJ4hOntfuUrXvVbKdazEhBtLmA2qkK84jRwmgcA-+pzJ3_Fg@mail.gmail.com</a>><br>
>Content-Type: text/plain; charset=ISO-8859-1<br>
><br>
>Folks,<br>
><br>
>Thanks  to Matt McCormick, you do not have to clone the code coverage repo.<br>
><br>
>Now just point you browser to:<br>
><a href="http://lorensen.github.io/VTKCodeCoverage/index.html" target="_blank">http://lorensen.github.io/VTKCodeCoverage/index.html</a><br>
><br>
>I'll work on updating this nightly.<br>
><br>
>Bill<br>
><br>
>On Wed, Feb 5, 2014 at 5:54 PM, Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>> wrote:<br>
>> Cool. I'll check it out.<br>
>><br>
>> On Feb 5, 2014 5:09 PM, "Matt McCormick" <<a href="mailto:matt.mccormick@kitware.com">matt.mccormick@kitware.com</a>> wrote:<br>
>>><br>
>>> Hi Bill,<br>
>>><br>
>>> That is cool!<br>
>>><br>
>>> A suggestion: if it is pushed to the gh-pages [1] branch instead of<br>
>>> master, it will a hosted website at<br>
>>><br>
>>>   <a href="http://lorensen.github.io/VTKCodeCoverage" target="_blank">http://lorensen.github.io/VTKCodeCoverage</a><br>
>>><br>
>>> HTH,<br>
>>> Matt<br>
>>><br>
>>><br>
>>> [1] <a href="http://pages.github.com/" target="_blank">http://pages.github.com/</a><br>
>>><br>
>>> On Wed, Feb 5, 2014 at 4:51 PM, Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>><br>
>>> wrote:<br>
>>> > Folks,<br>
>>> ><br>
>>> > I think we all agree that CDash's code coverage presentation is<br>
>>> > difficult to navigate.<br>
>>> ><br>
>>> > I have been using the linux lcov and genhtml tools to produce a more<br>
>>> > friendly presentation. These are supported by two vtk scripts in<br>
>>> > Utilities/Maintenance<br>
>>> > computeCodeCoverageLocallyForOneTest.sh<br>
>>> > computeCodeCoverageLocally.sh<br>
>>> ><br>
>>> > I have created a github repo that I populated with recent code<br>
>>> > coverage. I am experimenting with this to see if I can generate<br>
>>> > periodic coverage for VTK.<br>
>>> ><br>
>>> > To view the coverage you need to clone this repo:<br>
>>> > git clone <a href="https://github.com/lorensen/VTKCodeCoverage.git" target="_blank">https://github.com/lorensen/VTKCodeCoverage.git</a><br>
>>> ><br>
>>> > To view the coverage:<br>
>>> > cd VTKCodeCoverage<br>
>>> > firefox index.html  # for linux<br>
>>> > open index.html # for Mac<br>
>>> ><br>
>>> > There is still some flakiness in the output (e.g. it shows some of my<br>
>>> > home tree). But it might be useful until we can figure out what we<br>
>>> > want CDash to do.<br>
>>> ><br>
>>> > Bill<br>
>>> > _______________________________________________<br>
>>> > Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
>>> ><br>
>>> > Visit other Kitware open-source projects at<br>
>>> > <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
>>> ><br>
>>> > Follow this link to subscribe/unsubscribe:<br>
>>> > <a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
>>> ><br>
><br>
><br>
><br>
>--<br>
>Unpaid intern in BillsBasement at noware dot com<br>
><br>
><br>
>------------------------------<br>
><br>
>Message: 5<br>
>Date: Wed, 5 Feb 2014 21:43:35 -0500<br>
>From: "Marcus D. Hanwell" <<a href="mailto:marcus.hanwell@kitware.com">marcus.hanwell@kitware.com</a>><br>
>To: Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>><br>
>Cc: VTK Developers <<a href="mailto:vtk-developers@vtk.org">vtk-developers@vtk.org</a>><br>
>Subject: Re: [vtk-developers] An experiment with code coverage<br>
>Message-ID:<br>
>       <CAMkPkZVE=d5K194Tz-DZwOuNg6_7OJTPETz84oSpDK81=<a href="mailto:OAAJA@mail.gmail.com">OAAJA@mail.gmail.com</a>><br>
>Content-Type: text/plain; charset=ISO-8859-1<br>
><br>
>That is very cool, thanks to you and Matt for putting this together. I<br>
>think this will be a great resource until we can convince CDash to do<br>
>something similar. Holding strong at just over 70% coverage after the<br>
>hackathon too!<br>
><br>
>On Wed, Feb 5, 2014 at 6:46 PM, Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>> wrote:<br>
>> Folks,<br>
>><br>
>> Thanks  to Matt McCormick, you do not have to clone the code coverage repo.<br>
>><br>
>> Now just point you browser to:<br>
>> <a href="http://lorensen.github.io/VTKCodeCoverage/index.html" target="_blank">http://lorensen.github.io/VTKCodeCoverage/index.html</a><br>
>><br>
>> I'll work on updating this nightly.<br>
>><br>
>> Bill<br>
>><br>
>> On Wed, Feb 5, 2014 at 5:54 PM, Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>> wrote:<br>
>>> Cool. I'll check it out.<br>
>>><br>
>>> On Feb 5, 2014 5:09 PM, "Matt McCormick" <<a href="mailto:matt.mccormick@kitware.com">matt.mccormick@kitware.com</a>> wrote:<br>
>>>><br>
>>>> Hi Bill,<br>
>>>><br>
>>>> That is cool!<br>
>>>><br>
>>>> A suggestion: if it is pushed to the gh-pages [1] branch instead of<br>
>>>> master, it will a hosted website at<br>
>>>><br>
>>>>   <a href="http://lorensen.github.io/VTKCodeCoverage" target="_blank">http://lorensen.github.io/VTKCodeCoverage</a><br>
>>>><br>
>>>> HTH,<br>
>>>> Matt<br>
>>>><br>
>>>><br>
>>>> [1] <a href="http://pages.github.com/" target="_blank">http://pages.github.com/</a><br>
>>>><br>
>>>> On Wed, Feb 5, 2014 at 4:51 PM, Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>><br>
>>>> wrote:<br>
>>>> > Folks,<br>
>>>> ><br>
>>>> > I think we all agree that CDash's code coverage presentation is<br>
>>>> > difficult to navigate.<br>
>>>> ><br>
>>>> > I have been using the linux lcov and genhtml tools to produce a more<br>
>>>> > friendly presentation. These are supported by two vtk scripts in<br>
>>>> > Utilities/Maintenance<br>
>>>> > computeCodeCoverageLocallyForOneTest.sh<br>
>>>> > computeCodeCoverageLocally.sh<br>
>>>> ><br>
>>>> > I have created a github repo that I populated with recent code<br>
>>>> > coverage. I am experimenting with this to see if I can generate<br>
>>>> > periodic coverage for VTK.<br>
>>>> ><br>
>>>> > To view the coverage you need to clone this repo:<br>
>>>> > git clone <a href="https://github.com/lorensen/VTKCodeCoverage.git" target="_blank">https://github.com/lorensen/VTKCodeCoverage.git</a><br>
>>>> ><br>
>>>> > To view the coverage:<br>
>>>> > cd VTKCodeCoverage<br>
>>>> > firefox index.html  # for linux<br>
>>>> > open index.html # for Mac<br>
>>>> ><br>
>>>> > There is still some flakiness in the output (e.g. it shows some of my<br>
>>>> > home tree). But it might be useful until we can figure out what we<br>
>>>> > want CDash to do.<br>
>>>> ><br>
>>>> > Bill<br>
>>>> > _______________________________________________<br>
>>>> > Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
>>>> ><br>
>>>> > Visit other Kitware open-source projects at<br>
>>>> > <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
>>>> ><br>
>>>> > Follow this link to subscribe/unsubscribe:<br>
>>>> > <a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
>>>> ><br>
>><br>
>><br>
>><br>
>> --<br>
>> Unpaid intern in BillsBasement at noware dot com<br>
>> _______________________________________________<br>
>> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
>><br>
>> Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
>><br>
>> Follow this link to subscribe/unsubscribe:<br>
>> <a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
>><br>
><br>
><br>
>------------------------------<br>
><br>
>Message: 6<br>
>Date: Thu, 6 Feb 2014 10:20:02 -0500 (EST)<br>
>From: David Cole <<a href="mailto:dlrdave@aol.com">dlrdave@aol.com</a>><br>
>To: <a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>, <a href="mailto:matt.mccormick@kitware.com">matt.mccormick@kitware.com</a><br>
>Cc: <a href="mailto:vtk-developers@vtk.org">vtk-developers@vtk.org</a><br>
>Subject: Re: [vtk-developers] An experiment with code coverage<br>
>Message-ID: <<a href="mailto:8D0F1660A22B672-17FC-19AB@webmail-m238.sysops.aol.com">8D0F1660A22B672-17FC-19AB@webmail-m238.sysops.aol.com</a>><br>
>Content-Type: text/plain; charset="us-ascii"; format=flowed<br>
><br>
>Nice!<br>
><br>
>Is there a way to eliminate all the "ThirdParty/*" lines, so it doesn't<br>
>seem quite so red. Getting to a green 90% is quite a goal!!<br>
><br>
><br>
>David C.<br>
><br>
><br>
><br>
>------------------------------<br>
><br>
>Message: 7<br>
>Date: Thu, 6 Feb 2014 11:06:57 -0500<br>
>From: Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>><br>
>To: VTK Developers <<a href="mailto:vtk-developers@vtk.org">vtk-developers@vtk.org</a>><br>
>Subject: [vtk-developers] New coverage page<br>
>Message-ID:<br>
>       <CADZJ4hNDS6xFa14bX5K558psvTHeAyTjF2hD_qicST=<a href="mailto:gmxFxxA@mail.gmail.com">gmxFxxA@mail.gmail.com</a>><br>
>Content-Type: text/plain; charset=ISO-8859-1<br>
><br>
>Folks,<br>
><br>
>Checkout this page:<br>
><a href="http://lorensen.github.io/VTKCodeCoverage/index.html" target="_blank">http://lorensen.github.io/VTKCodeCoverage/index.html</a><br>
><br>
>I'm getting closer to something useful. Coverage is a bit lower than<br>
>the CDash report because I  can't get MPI to run on the system I'm<br>
>using. Once I get my new Baxement machine running, I start generating<br>
>nightly updates to this page. For now, I do it periodically.<br>
><br>
>Bill<br>
><br>
><br>
>------------------------------<br>
><br>
>Message: 8<br>
>Date: Thu, 6 Feb 2014 11:26:54 -0500<br>
>From: "Sean McBride" <<a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a>><br>
>To: "Bill Lorensen" <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>>, "Matthew McCormick"<br>
>       <<a href="mailto:matt.mccormick@kitware.com">matt.mccormick@kitware.com</a>><br>
>Cc: VTK Developers <<a href="mailto:vtk-developers@vtk.org">vtk-developers@vtk.org</a>><br>
>Subject: Re: [vtk-developers] An experiment with code coverage<br>
>Message-ID: <<a href="mailto:20140206162654.1504537322@mail.rogue-research.com">20140206162654.1504537322@mail.rogue-research.com</a>><br>
>Content-Type: text/plain; charset=ISO-8859-1<br>
><br>
>On Wed, 5 Feb 2014 18:46:59 -0500, Bill Lorensen said:<br>
><br>
>>Now just point you browser to:<br>
>><a href="http://lorensen.github.io/VTKCodeCoverage/index.html" target="_blank">http://lorensen.github.io/VTKCodeCoverage/index.html</a><br>
><br>
>Wow, cdash needs that!<br>
><br>
>Cheers,<br>
><br>
>--<br>
>____________________________________________________________<br>
>Sean McBride, B. Eng                 <a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a><br>
>Rogue Research                        <a href="http://www.rogue-research.com" target="_blank">www.rogue-research.com</a><br>
>Mac Software Developer              Montr?al, Qu?bec, Canada<br>
><br>
><br>
><br>
><br>
>------------------------------<br>
><br>
>Subject: Digest Footer<br>
><br>
>_______________________________________________<br>
>vtk-developers mailing list<br>
><a href="mailto:vtk-developers@vtk.org">vtk-developers@vtk.org</a><br>
><a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
><br>
><br>
>------------------------------<br>
><br>
>End of vtk-developers Digest, Vol 118, Issue 3<br>
>**********************************************<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
<br>
</blockquote></div><br><br clear="all"><br>-- <br>+1 919 869 8849<br>
</div>