Author Topic: can someone tell me how to get the codestore c++ parser source code?  (Read 8801 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
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.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: can someone tell me how to get the codestore c++ parser source code?
« Reply #1 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.
« Last Edit: February 26, 2009, 12:23:00 pm by MortenMacFly »
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: can someone tell me how to get the codestore c++ parser source code?
« Reply #2 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

« Last Edit: February 26, 2009, 12:48:34 pm by ollydbg »
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: can someone tell me how to get the codestore c++ parser source code?
« Reply #3 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ