From: Glyn M. <gly...@gm...> - 2010-02-01 12:46:01
|
Hello, I added a wiki page on testing platforms that we have available for cpp-netlib: http://wiki.github.com/cpp-netlib/cpp-netlib/developers-vs-testing-platforms If you are willing to help and be a tester, please let us know. Thanks, Glyn |
From: Glyn M. <gly...@gm...> - 2010-02-01 17:17:09
|
Hello, I added a wiki page on testing platforms that we have available for cpp-netlib: http://wiki.github.com/cpp-netlib/cpp-netlib/developers-vs-testing-platforms If you are willing to help and be a tester, please let us know. Thanks, Glyn |
From: Jeroen H. <vex...@gm...> - 2010-02-01 13:56:13
|
Hi, On Mon, Feb 1, 2010 at 13:14, Glyn Matthews <gly...@gm...> wrote: > Hello, > > I added a wiki page on testing platforms that we have available for > cpp-netlib: > > http://wiki.github.com/cpp-netlib/cpp-netlib/developers-vs-testing-platforms > > If you are willing to help and be a tester, please let us know. > > Thanks, > Glyn > > I've added my system. Jeroen |
From: Dean M. B. <mik...@gm...> - 2010-02-01 14:02:54
|
On Mon, Feb 1, 2010 at 8:14 PM, Glyn Matthews <gly...@gm...> wrote: > Hello, > > > I added a wiki page on testing platforms that we have available for > cpp-netlib: > > http://wiki.github.com/cpp-netlib/cpp-netlib/developers-vs-testing-platforms > Added my system too. Hopefully I can get my hands on a Mac OS X machine by asking some friends to help out testing. > If you are willing to help and be a tester, please let us know. > Yes please, this would be greatly appreciated. Thanks Glyn for taking this on! -- Dean Michael Berris cplusplus-soup.com | twitter.com/deanberris linkedin.com/in/mikhailberis | facebook.com/dean.berris | deanberris.com |
From: Glyn M. <gly...@gm...> - 2010-02-01 14:20:13
|
Thanks guys, On 1 February 2010 15:02, Dean Michael Berris <mik...@gm...>wrote: > On Mon, Feb 1, 2010 at 8:14 PM, Glyn Matthews <gly...@gm...> > wrote: > > Hello, > > > > > > I added a wiki page on testing platforms that we have available for > > cpp-netlib: > > > > > http://wiki.github.com/cpp-netlib/cpp-netlib/developers-vs-testing-platforms > > > > Added my system too. > > Hopefully I can get my hands on a Mac OS X machine by asking some > friends to help out testing. > > > If you are willing to help and be a tester, please let us know. > > > > Yes please, this would be greatly appreciated. > Especially someone with access to MSVC (do we really not have anyone who uses Windows?) G |
From: Marshall C. <mcl...@gm...> - 2010-02-01 14:45:44
|
On Feb 1, 2010, at 6:02 AM, Dean Michael Berris wrote: > On Mon, Feb 1, 2010 at 8:14 PM, Glyn Matthews <gly...@gm...> wrote: >> Hello, >> >> >> I added a wiki page on testing platforms that we have available for >> cpp-netlib: >> >> http://wiki.github.com/cpp-netlib/cpp-netlib/developers-vs-testing-platforms >> > > Added my system too. > > Hopefully I can get my hands on a Mac OS X machine by asking some > friends to help out testing. I can do Mac OS X testing. -- Marshall |
From: Glyn M. <gly...@gm...> - 2010-02-01 14:57:12
|
Hi Marshall, On 1 February 2010 15:45, Marshall Clow <mcl...@gm...> wrote: > On Feb 1, 2010, at 6:02 AM, Dean Michael Berris wrote: > > > On Mon, Feb 1, 2010 at 8:14 PM, Glyn Matthews <gly...@gm...> > wrote: > >> Hello, > >> > >> > >> I added a wiki page on testing platforms that we have available for > >> cpp-netlib: > >> > >> > http://wiki.github.com/cpp-netlib/cpp-netlib/developers-vs-testing-platforms > >> > > > > Added my system too. > > > > Hopefully I can get my hands on a Mac OS X machine by asking some > > friends to help out testing. > > I can do Mac OS X testing. > That's great! Thank you very much for this. Do you have github account? Regards, Glyn |
From: Darren G. <dar...@gm...> - 2010-02-01 15:00:46
|
Hey Guys, Glad to see the progress on the library. On 1 February 2010 14:20, Glyn Matthews <gly...@gm...> wrote: > Thanks guys, > > On 1 February 2010 15:02, Dean Michael Berris <mik...@gm...>wrote: > >> On Mon, Feb 1, 2010 at 8:14 PM, Glyn Matthews <gly...@gm...> >> wrote: >> > If you are willing to help and be a tester, please let us know. >> > >> >> Yes please, this would be greatly appreciated. >> > > Especially someone with access to MSVC (do we really not have anyone who > uses Windows?) > G > I can set up testing on MSVC 9.0 if you are looking for testers. Are unit tests usually run on a scheduled basis? Is there a way the test-runner script for Boost could be utilised to automate this? Regards, Darren |
From: Glyn M. <gly...@gm...> - 2010-02-01 15:43:32
|
Hello Darren, On 1 February 2010 16:00, Darren Garvey <dar...@gm...> wrote: > Hey Guys, > > Glad to see the progress on the library. > > On 1 February 2010 14:20, Glyn Matthews <gly...@gm...> wrote: > >> Thanks guys, >> >> On 1 February 2010 15:02, Dean Michael Berris <mik...@gm...>wrote: >> >>> On Mon, Feb 1, 2010 at 8:14 PM, Glyn Matthews <gly...@gm...> >>> wrote: >>> > If you are willing to help and be a tester, please let us know. >>> > >>> >>> Yes please, this would be greatly appreciated. >>> >> >> Especially someone with access to MSVC (do we really not have anyone who >> uses Windows?) >> G >> > > I can set up testing on MSVC 9.0 if you are looking for testers. Are unit > tests usually run on a scheduled basis? Is there a way the test-runner > script for Boost could be utilised to automate this? > Great, thanks for getting involved. We don't yet run scheduled tests, each developer runs tests locally and reports problems on the list. Of course, this isn't going to take us very far so I'm taking this opporunity to organise ourselves a bit better. I wasn't aware of how boost automated it's tests, I'm going to take a closer look at this. How tightly coupled is it to subversion? G |
From: Kim G. <kim...@gm...> - 2010-02-01 15:50:56
|
Hi there, On Mon, Feb 1, 2010 at 16:00, Darren Garvey <dar...@gm...> wrote: > > On 1 February 2010 14:20, Glyn Matthews <gly...@gm...> wrote: >> >> >> Especially someone with access to MSVC (do we really not have anyone who >> uses Windows?) >> G > > I can set up testing on MSVC 9.0 if you are looking for testers. I run MSVC 9 as my primary platform, so I can definitely run the tests at some point. I don't have Boost properly set up on this machine at this time, so I can't provide results just yet. I seem to recall I had trouble configuring my environment when I last tried to, but managed to sort it out with some help from Dean, maybe it'd be nice to jot down some notes on prerequisites for running cpp-netlib tests on the respective platforms? Off the top of my head; python 2.6 (?), Boost (which version)?, what parts of Boost need to be built? etc. - Kim |
From: Nelson, E. - 2 <eri...@ba...> - 2010-02-01 18:00:24
|
Glyn Matthews wrote > Especially someone with access to MSVC (do we really not have anyone who uses Windows?) I can run on windows, using msvc 9 Erik |
From: Glyn M. <gly...@gm...> - 2010-02-01 20:20:56
|
On 1 February 2010 19:00, Nelson, Erik - 2 <eri...@ba...>wrote: > Glyn Matthews wrote > > > Especially someone with access to MSVC (do we really not have anyone > who uses Windows?) > > I can run on windows, using msvc 9 > > Erik > > > Thanks Erik |