[vtk-developers] vtk-developers Digest, Vol 118, Issue 3

Jean-Christophe Fillion-Robin jchris.fillionr at kitware.com
Sun Feb 9 15:00:19 EST 2014


Hi QiQin,

This is great.

I would suggest you read the "Getting Involved" page. See
http://www.vtk.org/VTK/project/getinvolved.html

Hth
Jc




On Sat, Feb 8, 2014 at 10:58 AM, dyxsdxwx <dyxsdxwx at 163.com> wrote:

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


-- 
+1 919 869 8849
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20140209/3deef04b/attachment-0002.html>


More information about the vtk-developers mailing list