good continuous integration and automatic documentation software for c++


 
Thread Tools Search this Thread
Top Forums Programming good continuous integration and automatic documentation software for c++
# 1  
Old 06-04-2009
good continuous integration and automatic documentation software for c++

Started using trac and svn and it is working nicely, but am looking for some other things to add: continuous integration, automatic documentation. What suggestions do you guys have for the most full featured easy to use software for this?

Stuff I am looking for:

continuous integration
-checkout, checkin working executable svn
-test framework for ease of testing - maybe define a test pattern, use wildcards, any other features
-works fine without bugs for large compile and test times
-tests multiple clients
-can easily access files outside of svn server.
-trac integration

auto documentation
-extract comments to a html file
-linked source code documentation tree
-have forms or wiki that allows editing comments, and propagates the changes back into the source code as inline comments
-extraction of any other helpful information for large and complicated code
# 2  
Old 06-05-2009
For documentation you might look at (Doxygen) which generates HTML from specailly formatted comments in source code and is flexible enough to be tweaked in all sorts of ways to present the information you need, including APIs, call-trees, annotations and the source code itself as browsable HTML. This is strictly a one-way operation though: the documentation is derived from the code, and not the other way around. In fact I don't know of any system which satisfies your third requirement.
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. AIX

Software For Server Environment Documentation

Hello guys! Can you suggest some software for doucmenting Servers? thanks in advance edit by bakunin: typo in thread title corrected. (14 Replies)
Discussion started by: Vit0_Corleone
14 Replies

2. OS X (Apple)

Need good parental software for Mac

My parents want to monitor my little brothers (10 year old) internet activity for a couple of weeks to check out who he talks to on IM and everything. I suggested a keylogger for mac, but not familiar with it.........Is there a better program? If so or If not, is there any program you recommend? (4 Replies)
Discussion started by: Tinna
4 Replies

3. Solaris

Unix software & documentation.

I need to install unix sun solaries software on my machine. But i don't have software & documentation to install on my system. Could you please send me the free software and documentation regarding unix sun solaries? Regards, rajesh. (1 Reply)
Discussion started by: pmrajesh21
1 Replies
Login or Register to Ask a Question