(1) how to hide helper classes (2) KDE_NO_INLINE missing?

Dr. Juergen Pfennig info at j-pfennig.de
Sun Mar 7 16:59:45 GMT 2004


On Sunday 07 March 2004 15:40, Simon Hausmann wrote:

> > Their linker is quite smart (and must be, see .cpp files above) - it
> > optimizes away whatever is not used or exported (from a DLL).
>
> At the cost of build time.

Hi Simon,
for most things I agree. The practice of letting the .cpp files empty is 
bizarre. We should not overlock that c++ is not the newest and smartest 
programming language (but it is still my favorate one).

By the way - the linker for 95% of the programmers is usually very fast, it 
uses incremental linking. Compared to the gnu stuff their build system is 
very fast !!! It's all precompiled headers, incremental compile and 
incremental linking.

Could KDE use Trolltechs build system? KDE depends on QT anyhow, so why not 
use qmake?

Jürgen




More information about the kde-core-devel mailing list