|
Re: In the Works: New OOo C++ Coding Standards: msg#00167openoffice.devel.general
External header guards is not really the problem with makedepend. The problem is that makedepend's running time is O(n^2) with n being the number of source files in OOo. This is -after- the fixes, previously it was more like O(n^3). Fixing this to run in O(n) means either adding a new dependency type to dmake or using jam instead.. The external include guards are barely some smaller constant factor for the O(n^2), if even that .. So IMHO we can happily ignore makedepend in terms of deciding to strip out the external guards .. :-) Kai On 12/20/06, Stephan Bergmann <stephan.bergmann@xxxxxxx> wrote: If I remember correctly, I checked with a degenerate case with 100 -- Kai Backman, Software Engineer, kaib@xxxxxxxxxx |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: In the Works: New OOo C++ Coding Standards: 00167, Stephan Bergmann |
|---|---|
| Next by Date: | Re: In the Works: New OOo C++ Coding Standards: 00167, Kai Backman |
| Previous by Thread: | Re: In the Works: New OOo C++ Coding Standardsi: 00167, Stephan Bergmann |
| Next by Thread: | Re: In the Works: New OOo C++ Coding Standards: 00167, Kai Backman |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |