Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
About C::B project file...
takeshimiya:
--- Quote from: rickg22 on December 06, 2005, 07:56:26 pm ---About that one: I'm working on an N-ary search tree which will allow adding and searching of tokens instantly, and it'll support fast prefix search for codecompletion (i.e. search for all tokens starting with a prefix).
--- End quote ---
Great!
Rick, have you considered taking a look about these C++ parsers?:
Synopsis
Developed for the Synopsis autodoc generation app.
Elsa
Elsa can parse most C++ "in the wild". It has been tested with some notable large programs, including Mozilla, Qt, ACE, and itself.
ANTLR C++/CodeStore
Modified a little this open-source multi-platform IDE: VCFBuilder.
ANTLR is one of the most popular and well know parser generators out there.
Assist++
Developed for this another open-source cross-platform IDE: Ultimate++.
And these C/C++ pre-processor parsers:
ucpp
Wave
@Michael: try TortoiseCVS, you'll don't be dissapointed.
Urxae:
--- Quote from: Michael on December 06, 2005, 08:15:36 pm ---I would prefer not to install other version control systems (just to prevent conflicts).
--- End quote ---
There shouldn't be any conflict at all between CVS and SVN.
I seem to remember there being a remark on the subversion site about even being able to put the same folder in both CVS and SVN and it should work fine as long as "CVS" was in svn::ignore and ".svn" in .cvsignore. Followed by the remark they couldn't think of any reason why anyone would want to do that, though ;).
The only "conflict" I know of is both TortoiseCVS and TortoiseSVN on the same machine: they'd use too much shell icons (Windows has a max of 15 total, 4 of which it uses itself) if TSVN would use its full complement, so it cuts back in this situation.
Michael:
--- Quote from: Urxae on December 06, 2005, 08:28:27 pm ---There shouldn't be any conflict at all between CVS and SVN.
I seem to remember there being a remark on the subversion site about even being able to put the same folder in both CVS and SVN and it should work fine as long as "CVS" was in svn::ignore and ".svn" in .cvsignore. Followed by the remark they couldn't think of any reason why anyone would want to do that, though ;).
The only "conflict" I know of is both TortoiseCVS and TortoiseSVN on the same machine: they'd use too much shell icons (Windows has a max of 15 total, 4 of which it uses itself) if TSVN would use its full complement, so it cuts back in this situation.
--- End quote ---
Ok, then. I will give it a try. Thank you very much Urxae and Takeshi Miya.
Michael
tiwag:
I've installed ntCVS, WinCVS, TortoiseCVS, SVN and TortoiseSVN in parallel on several machines using WindowsXP and didn't have any problems. We are in the same situation as Michael described, in the company we're using CVS (doesn't matter which client WinCVS or TortoiseCVS) and with CodeBlocks i started with SVN and TortoiseSVN. often i use the TortoiseSVN to get information of modified files, for updating i'm using the svn-client callled from batch-files (as i did with ntcvs-client) because i manage the update-logfiles automatically.
First i was suspicious if all programs for CVS and SVN are working in parallel without unwanted interaction, but after using it now a few weeks, i can say it just works !
Michael:
--- Quote from: tiwag on December 07, 2005, 08:07:07 am ---First i was suspicious if all programs for CVS and SVN are working in parallel without unwanted interaction, but after using it now a few weeks, i can say it just works !
--- End quote ---
That's good to know. Thanks. I am may be too much cautious, but one time WinCVS stopped to work. Each time, I started it, after closing the "tip of the day" window, it automatically quit. And even unistall followed by a re-install did not solve anything.
Michael
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version