14
votes
20answers
788 views
Source Code Analysis - what do you do?
Situation: I have some source code, and I'm boning up on what happens. Who calls what, what goes where, etc, etc. (There is minimal documentation/comments, so I have to work it out …
7
votes
9answers
567 views
What’s a good source code search engine?
The codebase I work on is huge, and grepping it takes about 20 minutes. I'm looking for a good web-based source code search engine.. something like an intranet version of koders.c …
4
votes
26answers
758 views
What is a good tool to aid in browsing/following C code?
I sometimes need to modify OSS code or other peoples' code (usually C-based, but sometimes C++/Java) and find myself "grep"ing headers for types, function declarations etc. as I fo …
7
votes
11answers
3k views
Find in Files: Search all code in Team Foundation Server
Is there a way to search the latest version of every file in TFS for a specific string or regex? This is probably the only thing I miss from Visual Source Safe...
Currently I pe …
4
votes
3answers
179 views
Google Code Search-like source code indexer and visualizer
I'm looking for a way to search through our subversion repository or just packaged source code.
Are there any downloadable servers/tools like Google Code Search to index source co …
3
votes
8answers
441 views
C++ source code comprehension tools
I'm starting work on a huge C++ codebase, and was wondering if someone could suggest good source code comprehension tools.
I usually use doxygen but was curious to see if anythin …
3
votes
3answers
137 views
Is there a search engine for web sites html/js code?
Do you know of a search engine that looks in web sites code, not only text? for example to find all the websites that use Jquery I may search for 'jquery-1.3.2.min.js' ....
(I kno …
13
votes
21answers
1k views
What tool do you use to index C/C++ code?
I am working with a very large code in C/C++. Indexing and referencing is a must in this environment. What tools would you recommend for viewing/browsing the code? Preferably open …
1
vote
3answers
690 views
Any recommended source code browser/explorers (Windows/C/C++)?
I'm looking for any recommendations for source code browsers, but especially ones that work on a large evolving source code base (somtimes in the order of 100k files, but more ofte …
6
votes
11answers
385 views
Best Tools for Software Maintenance Engineering
Yes, the dreaded 'M' word.
You've got a workstation, source control and half a million lines of source code that you didn't write. The documentation was out of date the moment th …
1
vote
5answers
454 views
Generic source code browser for Windows and Linux
Hi,
I am looking for a generic source code browser for Windows and Linux. The languages I use are limited to C/C++, Python and Perl.
This tool must be able to show a view of cla …
0
votes
3answers
87 views
Indexing and Presenting Source code
I am looking for software tools similar to lxr (open source and free if possible)
2
votes
5answers
199 views
Who calls this function?
At my last job (legacy FORTRAN 77 code), we had files of cross references that list what subroutines called other subroutines, in what files subroutines were defined, what common b …
2
votes
5answers
249 views
Fast ‘Find in Files’ for VIM?
What are some options for getting really fast 'Find in Files' searching in VIM?
Our codebase is large enough that searching needs to work off an index. grep/vimgrep/etc are too sl …
0
votes
2answers
66 views
Hosted Projects Meta Search Engine
With the myriad of sites available like sourceforge, github, berlios, rubyforge and many others for hosting open-source projects, I've been wondering if there is a specialised sear …
