Re: [Flightgear-devel] C++ code beautifier / Coding standards proposal

2007-06-13 Thread Curtis Olson
On 6/13/07, Durk Talsma <[EMAIL PROTECTED]> wrote: In the past, we have had discussions on the use of autoformatting tools, but the general consensus was that most tools, in particular "indent", did not handle C++ (as opposed to plain old 'C') very well. However, that discussion was years ago, a

Re: [Flightgear-devel] C++ code beautifier / Coding standards proposal

2007-06-13 Thread Nick Warne
On Wednesday 13 June 2007 19:25:19 Durk Talsma wrote: > in particular when it's done in combination > with a careful evaluation of the results and when circumstances favor such > a reformatting. As I am not a developer in much of anyway here, and without siding with any 'side', I would like to p

Re: [Flightgear-devel] C++ code beautifier / Coding standards proposal

2007-06-13 Thread Durk Talsma
On Saturday 09 June 2007 17:07, Melchior FRANZ wrote: > * Durk Talsma -- Saturday 09 June 2007: > > I've attached the configuration file, I've used for a few tests. Would it > > be an idea to base a coding standard on the basis of this? > > I would have been interested in this dicussion, but how ca

Re: [Flightgear-devel] C++ code beautifier / Coding standards proposal

2007-06-12 Thread Curtis Olson
On 6/9/07, Melchior FRANZ wrote: * Durk Talsma -- Saturday 09 June 2007: > I've attached the configuration file, I've used for a few tests. Would it be > an idea to base a coding standard on the basis of this? I would have been interested in this dicussion, but how can you dare asking and *at t

Re: [Flightgear-devel] C++ code beautifier / Coding standards proposal

2007-06-12 Thread Melchior FRANZ
* Durk Talsma -- Saturday 09 June 2007: > I've attached the configuration file, I've used for a few tests. Would it be > an idea to base a coding standard on the basis of this? I would have been interested in this dicussion, but how can you dare asking and *at the same time* starting to commit au

Re: [Flightgear-devel] C++ code beautifier / Coding standards proposal

2007-06-09 Thread Norman Vine
Durk Talsma writes; > > I just came across this little program called bcpp > http://invisible-island.net/bcpp/bcpp.html which seems to be > doing a pretty > decent job on intending and beautifying C++ code. It works > somewhat like > indent, but with the significant difference that it can als

[Flightgear-devel] C++ code beautifier / Coding standards proposal

2007-06-09 Thread Durk Talsma
Hi, I just came across this little program called bcpp http://invisible-island.net/bcpp/bcpp.html which seems to be doing a pretty decent job on intending and beautifying C++ code. It works somewhat like indent, but with the significant difference that it can also handle C++ code. I've attach