Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => CodeCompletion redesign => Topic started by: ollydbg on February 25, 2009, 05:58:04 pm

Title: can someone tell me how to get the codestore c++ parser source code?
Post by: ollydbg on February 25, 2009, 05:58:04 pm
It seems that the VCF builder source was not completed when I download from sourceforge. I can't find the scr/codestore/XXX.cpp

Is is open source parser?

Thanks.
Title: Re: can someone tell me how to get the codestore c++ parser source code?
Post by: MortenMacFly on February 26, 2009, 12:18:10 pm
svn co https://vcfbuilder.svn.sourceforge.net/svnroot/vcfbuilder vcfbuilder

I got it there in a sub-folder.

Hence CodeStore is not yet official/ready any may not even be GPL -> read here:
http://vcfbuilder.org/?q=node/139
So you better forget about that one.
Title: Re: can someone tell me how to get the codestore c++ parser source code?
Post by: ollydbg on February 26, 2009, 12:38:47 pm
Thank you for your help.
I'm downloading now.

So, it is great that if Code Completion can do preprocess and then generate precise parser result.

But it it too hard for me to understand the whole "CodeStore " source code. But I found that it include CTAGS which is a GNU project I think is under GPL.


Edit:

It include a BSD
see here: license http://vcfbuilder.org/?q=node/8
Does it mean that we can't copy it's code to develop CC?  :D

Title: Re: can someone tell me how to get the codestore c++ parser source code?
Post by: MortenMacFly on February 26, 2009, 12:59:28 pm
Does it mean that we can't copy it's code to develop CC?  :D
You can literally use "any" license for a plugin.