Re: [Boost-cmake] new regression testing interface

2008-07-04 Thread David Abrahams
on Fri Jul 04 2008, "Doug Gregor" wrote: > On Fri, Jul 4, 2008 at 2:02 PM, troy d. straszheim <[EMAIL PROTECTED]> wrote: >> >> I did some work on this: >> >> http://boost.resophonic.com/trac/traash >> >> Switched sqlite => mysql, added a few indexes, changed around the views so >> as not to >>

Re: [Boost-cmake] new regression testing interface

2008-07-04 Thread Doug Gregor
On Fri, Jul 4, 2008 at 2:02 PM, troy d. straszheim <[EMAIL PROTECTED]> wrote: > > I did some work on this: > > http://boost.resophonic.com/trac/traash > > Switched sqlite => mysql, added a few indexes, changed around the views so > as not to > render an entire 6k step build/test run at once. Seem

Re: [Boost-cmake] Patch to BoostCore to remove modularize.py dependency

2008-07-04 Thread Doug Gregor
Hi Miguel, On Thu, Jul 3, 2008 at 4:16 PM, Miguel A. Figueroa-Villanueva <[EMAIL PROTECTED]> wrote: > I have attached a patch for your consideration. It basically removes > the dependency on modularize.py by using cmake commands. This should > work on any platform. Great! This worked well for me,

[Boost-cmake] new regression testing interface

2008-07-04 Thread troy d. straszheim
I did some work on this: http://boost.resophonic.com/trac/traash Switched sqlite => mysql, added a few indexes, changed around the views so as not to render an entire 6k step build/test run at once. Seems a bit snappier. Comments welcome. -t