Re: Directory organization for frameworks with a namespace

2012-11-21 Thread David Faure
On Wednesday 07 November 2012 17:41:15 Kevin Ottens wrote: > On Wednesday 07 November 2012 16:50:39 David Faure wrote: > > On Monday 29 October 2012 07:40:29 Kevin Ottens wrote: > > > Generated forward headers definitely have my preference as they indeed > > > separate the include organization from

Re: Directory organization for frameworks with a namespace

2012-11-07 Thread Kevin Ottens
On Wednesday 07 November 2012 16:50:39 David Faure wrote: > On Monday 29 October 2012 07:40:29 Kevin Ottens wrote: > > Generated forward headers definitely have my preference as they indeed > > separate the include organization from the "implementation detail" of how > > the sources are organized.

Re: Directory organization for frameworks with a namespace

2012-11-07 Thread David Faure
On Monday 29 October 2012 07:40:29 Kevin Ottens wrote: > On Thursday 25 October 2012 00:13:23 David Faure wrote: > > Our standard directory structure for frameworks is like > > staging/kwidgets/src/dialogs/kdialog.h > > where "dialogs" is an arbitrary subdir name, > > which works fine for such easy

Re: Directory organization for frameworks with a namespace

2012-10-28 Thread Kevin Ottens
On Thursday 25 October 2012 00:13:23 David Faure wrote: > Our standard directory structure for frameworks is like > staging/kwidgets/src/dialogs/kdialog.h > where "dialogs" is an arbitrary subdir name, > which works fine for such easy cases (#include ) > > But what about frameworks which want to us

Re: Directory organization for frameworks with a namespace

2012-10-27 Thread Alexander Neundorf
On Thursday 25 October 2012, David Faure wrote: > Our standard directory structure for frameworks is like > staging/kwidgets/src/dialogs/kdialog.h > where "dialogs" is an arbitrary subdir name, > which works fine for such easy cases (#include ) > > But what about frameworks which want to use a nam

Directory organization for frameworks with a namespace

2012-10-24 Thread David Faure
Our standard directory structure for frameworks is like staging/kwidgets/src/dialogs/kdialog.h where "dialogs" is an arbitrary subdir name, which works fine for such easy cases (#include ) But what about frameworks which want to use a namespace for their headers, (#include ), like kjs and kio? I