This category deals with open-source software for developers, tools for editing, creating, analyzing opensource software, etc. (Round brackets) indicates the programming language, and [in square brackets] the operating system that the code is known to work on.
Filter in alphabetical order:
0-9
A
B
CDEFG
H
I
J
K
LM
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
GCC Compiler GCC, the GNU Compiler Collection, includes front ends for C, C++, Objective-C, Fortran, Java, and Ada, as well as libraries for these languages (libstdc++, libgcj,...).
Automake Automake is a tool for automatically generating `Makefile.in' files compliant with the GNU Coding Standards. (Perl) GNU
Autoconf Autoconf is an extensible package of m4 macros that produce shell scripts to automatically configure software source code packages.
GNU Make Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files. GNU