Re: big Deps ...

2012-10-16 Thread Stephan Bergmann
On 10/12/2012 06:57 PM, Michael Meeks wrote: On Thu, 2012-06-21 at 13:47 +0200, Stephan Bergmann wrote: On 06/21/2012 10:57 AM, Michael Meeks wrote: Fair enough; but we could presumably easily tweak that such that a .hdl and .hpp would be updated in lock-step; after all if the .hpp is n

Re: big Deps ...

2012-10-15 Thread Michael Meeks
Hi there, Jack - FYI, I got bored and did this easy hack myself ;-) On Thu, 2012-06-21 at 13:47 +0200, Stephan Bergmann wrote: > On 06/21/2012 10:57 AM, Michael Meeks wrote: > > Fair enough; but we could presumably easily tweak that such that a .hdl > > and .hpp would be updated in lo

Re: big Deps ...

2012-06-22 Thread Michael Stahl
On 21/06/12 17:05, Stephan Bergmann wrote: > On 06/21/2012 04:01 PM, Michael Stahl wrote: >> On 21/06/12 13:47, Stephan Bergmann wrote: >>> On 06/21/2012 10:57 AM, Michael Meeks wrote: [ indeed, I'm sure there is one - but what is the benefit of separating the .hdl files out, if we are

Re: big Deps ...

2012-06-21 Thread Michael Meeks
On Thu, 2012-06-21 at 13:47 +0200, Stephan Bergmann wrote: > > [ indeed, I'm sure there is one - but what is the benefit of separating > > the .hdl files out, if we are sure that each .hpp will include all of > > it's dependent .hpp's ? ]. > > Circular dependencies among headers. Int

Re: big Deps ...

2012-06-21 Thread Stephan Bergmann
On 06/21/2012 04:01 PM, Michael Stahl wrote: On 21/06/12 13:47, Stephan Bergmann wrote: On 06/21/2012 10:57 AM, Michael Meeks wrote: [ indeed, I'm sure there is one - but what is the benefit of separating the .hdl files out, if we are sure that each .hpp will include all of it's depende

Re: big Deps ...

2012-06-21 Thread Michael Stahl
On 21/06/12 13:47, Stephan Bergmann wrote: > On 06/21/2012 10:57 AM, Michael Meeks wrote: >> On Wed, 2012-06-20 at 18:28 +0200, Stephan Bergmann wrote: >>> IIRC, the logic of cppumaker is to first generate temporary .hpp and >>> .hdl files and only copy them over existing ones in solver if they are

Re: big Deps ...

2012-06-21 Thread Stephan Bergmann
On 06/21/2012 10:57 AM, Michael Meeks wrote: On Wed, 2012-06-20 at 18:28 +0200, Stephan Bergmann wrote: IIRC, the logic of cppumaker is to first generate temporary .hpp and .hdl files and only copy them over existing ones in solver if they are actually different. That way, it should easily happ

Re: big Deps ...

2012-06-21 Thread Michael Meeks
On Wed, 2012-06-20 at 18:28 +0200, Stephan Bergmann wrote: > IIRC, the logic of cppumaker is to first generate temporary .hpp and > .hdl files and only copy them over existing ones in solver if they are > actually different. That way, it should easily happen that a .hdl file > is updated while

Re: big Deps ...

2012-06-21 Thread Stephan Bergmann
On 06/20/2012 05:15 PM, Michael Meeks wrote: if a .idl file is changed is there any circumstance where the .hpp and .hdl will not both be updated in lock-step. IIRC, the logic of cppumaker is to first generate temporary .hpp and .hdl files and only copy them over existing ones in solve

big Deps ...

2012-06-21 Thread Michael Meeks
On Tue, 2012-06-05 at 11:13 +0200, Bjoern Michaelsen wrote: > On Mon, Jun 04, 2012 at 11:35:44PM +0200, Bjoern Michaelsen wrote: > > will confirm -- CxxObjects is rather large ... Im beginning to like the > > idea of > > gzipping those. :-) > Finished a master build: > 1.2G wor