KDevelop 1.0beta3 patch - Objective-C support added

Jonas Nordin jonas.nordin at syncom.se
Thu Sep 30 08:01:07 BST 1999


> The wonders of opensource.
> 
> Jonas,  I'm interested in the persistant storage stuff in the
> classparser.  Is this designed to improve startup time for large
> projects? (Mine's 70 megs).
It really has two purposes. Improving startup time and enabling pre-parsing of
libs like kde and qt to be used for a Intellisense implementation

> Do you plan to go ahead with the implementation of this?
My real problem has been to find a database that handles the storing resonably
well. It needs to handle single-writer multiple reader cases. My first thought
was to use gdbm, but there seems to be some licens problems using it with Qt
programs. 

 >  > The reason I ask: I have implemented an object serialisation
framework > which should do the job.  It's very well tested, handles base
classes, > morphologically correct, etc. > 
I'll have a look. 

/J



More information about the KDevelop mailing list