hypersrc - a freeware source code browser

Mirror: http://www.home.earthlink.net/~jebrooks1/hypersrc/

Screenshot #1 Screenshot #2 (old)


Version 5.3.9 (2003/02/10)

Download latest source code

Download latest Linux RPM (x86, RPM 4)
Press Shift on Netscape

FreeBSD port

(Download old versions)


MD5:
af2a8d5c1066913361dffc2f536f8293  hypersrc-5.3.9.tar.gz
aec16088e17d95296ee801b3a2acd6f1  hypersrc-5.3.9-1.i386.rpm
76339e8ecf30b9a8b19aaa6220433eea  hypersrc-5.3.8.tar.gz
df49607ffe5511303bcdeff9017c5d6a  hypersrc-5.3.8-1.i386.rpm


Latest changes

About hypersrc

hypersrc is a freeware (GPL) GUI program for browsing source code.
It displays a list widget containing sorted source code tags.
A programmer can click any tag to hyperlink to a particular tagged line in a source code file.

What hypersrc requires

To install from source code


tar xvfz hypersrc*tar.gz
cd hypersrc
./configure.sh
make install

Speeding hypersrc

If you want the program to be faster (and forfeit extra stability checks),
download the source and type:
make speed; make install

To speed startup and reduce memory consumption (but forfeit tree views), use:
Hypersrc.pl -no-functree.

Known problems/issues

Trouble-shooting

First, compile hypersrc with GDB support, pedantic checking, and verbose warnings:
make debug; make install

Then, run hypersrc under gdb:
Hypersrc.pl -gdb

You may email problem reports to: (write "hypersrc" in subject to avoid spam-filter)
hypersrc -AT- jimbrooks -DOT- org
Please, don't send email about feature requests/suggestions.


© 2003 Jim Brooks