Persistant class store
Roberto Raggi
raggi at di.unipi.it
Wed Apr 16 16:31:02 UTC 2003
On Wednesday 16 April 2003 10:12, Roberto Raggi wrote:
> On Wednesday 16 April 2003 09:25, Marcin Miklas wrote:
> > Hi,
> >
> > It's just great!
>
> thanks ;) but it is working in progress! for instance at the moment it
> ignores class inheritance and it has some problem with templates :( but, i
> know how to fix this small bugs. i hope to make it "usable" in very short
> time.
i've just committed the first "usable" version of the new pcs support :)
it has the support for class inheritance, better support for static calls,
etc..
to take advantage of the new version you must regenerate your pcs database
with the command r++.
>
> > But I have question, how make r++ to parse files from standard c++
> > library (those without .h suffix)?
i've added the option "-a" to r++ that parse all files in the specified
directory(not only .h), so if you want to parse STL you must execute the
command
r++ stl_info -r -a /usr/include/g++
ciao robe
More information about the KDevelop-devel
mailing list