
|
|
|
|
Home / Computers / Software / Operating Systems / Linux / Programming / Project Management
|
| Categories |
|
|
|
|
|
|
|
|
Web Sites
|
- Aegis 3.20 - Aegis is a transaction-based software project management system. It provides a framework within which a team of developers may work on many changes to a program independently.
www.canb.auug.org.au/~millerp/aegis
- Autoconf - A Autoconf tutorial.
hill.ucs.ualberta.ca/Documentation/Info/by-node/autoconf-2.12/autoconf_toc.html
- Autoconf Tutorial - Introduction to programming using GNU's autoconf system. Autoconf simplifies the porting process and provides a consistent build interface for system administrators.
nis-www.lanl.gov/~rosalia/mydocs/autoconf_tutorial_toc.html
- Automake Home Page - Automake is a tool for automatically generating Makefiles compliant with the GNU Coding Standards.
sourceware.cygnus.com/automake
- Autoproject - Autoproject will create a source code layout for an autoconfigurable C project.
www.mv.com/ipusers/vanzandt
- azzit.de: dot.conf - dot.conf is a simple-to-use and powerful configuration-file parser library written in C.
www.azzit.de/dotconf
- CCView C++ Project Viewer - CCView C++ project viewer to view C++ code in a compatible editor like emacs.
home.xnet.com/~ronjones/ccview.html
- Doxygen - A C, C++ and IDL documentation generator. Provides cross-referenced docs, in HTML, PDF and LaTeX formats
www.stack.nl/~dimitri/doxygen/index.html
- gbuild - Powerful system of scripts designed to automate cvs updating of code, compiling the modules, creating tar files, automatically creating spec files, rpms and srpms. It is easily configurable to be used with any modules, and flexible enough to be used with any project using a GNU automake/autoconf setup. Includes support for a configuration file to specify global and package specific update/compile options.
www.cryon.com/gbuild
- gengetopt - Easy parse options - gengetopt home page - generate a C main function that uses GNU getopt_long to parse the options given.
atena.com
- GNU Autoconf - GNU autoconf is a package for generating configure scripts. These scripts are present in a large number of free software packages and are used to detect system features at compilation time. Autoconf is mostly needed by people producing packages that run on a wide variety of platforms--particularly UNIX-a-likes.
sourceware.cygnus.com/autoconf
- GNU Libtool - GNU Project - Free Software Foundation (FSF) - NU libtool is a generic library support script. Libtool hides the complexity of using shared and static libraries behind a consistent, portable interface. Libtool supports building static libraries on all platforms.
www.gnu.org/software/libtool
- GNU Make - GNU Project - Free Software Foundation (FSF) - Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.
www.gnu.org/software/make/make.html
- Kconfigure - Kconfigure is a KDE program to compile the sources without the xterm or console.
www.ctv.es/USERS/javi_c
- Learning Autoconf and Automake - An in-progress tutorial for getting started with GNU autoconf and automake.
www.amath.washington.edu/~lf/tutorials/autoconf
- Linux Bug Tracking, project management, and other tools - A survey of bug tracking, scheduling, metrics, trouble-ticketing, help-desk, call-, and project-management tools for Linux
linas.org/linux/pm.html
- Linux Cross-Reference - The Linux Cross-Reference project is the testbed application of a general hypertext cross-referencing tool.
lxr.linux.no
- Makeheaders -- A program to generate header files for C or C++ - The makeheaders program is a simple utility that will automatically generate all the ``.h'' files for large programming project based on information gleaned from the ``.c'' or ``.cpp'' source files. It operates by scanning the C and/or C++ source code, extracting appropriate macros, structure and subroutine declarations and writing this declarations, in the correct order, into the generated header files.
www.hwaci.com/sw/mkhdr/index.html
- Spec-Gen - A spec file generator. Currently it reads and writes several of the more commonly used spec files fields, like %pre, %prep, %patch, Source, Name, etc.
www.mindspring.com/~joeja/programs.html
|
|
|
|
|