Download List

Descripción del Proyecto

ccbuild is like a dynamic Makefile. ccbuild finds
all programs in the current directory (containing
"int main") and builds them. For this, it reads
the C++ sources and looks at all local and global
includes. All C++ files surrounding local includes
are considered objects for the main program. The
global includes lead to extra compiler arguments
using a configuration file. ccbuild splits these
arguments for compilation and linking, keeping the
linking arguments back for later use. It should
allow development without any scripting and only
simple reusable configuration. Deployment and
distribution should still be done with other
tools. It can create simple Makefiles, A-A-P
files, and graph dependencies using DOT (graphviz)
graphs.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-11-09 14:32
1.5.0

Esta versión cuenta con el control de errores mucho mejor y de limpieza. Ahora usted puede combinar el código de retorno con el comando svn para cometer sólo árboles de código fuente edificable. Un comando de nuevo árbol ha sido añadido, y el argumento de bucle se ha actualizado, por fin lo que es libre de errores y útil.
Tags: Major bugfixes
This version has much better error handling and
cleanup. Now you can combine the return code with
your svn command to commit only buildable source
trees. A new tree command has been added, and the
loop argument has been updated, finally making it
error free and useful.

2005-10-13 16:34
1.4.1

Un error de menor importancia fue corregido. Las opciones de enlace se colocan ahora a la derecha de los objetos en la línea de comandos cuando se vinculan. Esto debería resolver los problemas con mayor enlazadores.
Tags: Minor bugfixes
A minor bug was fixed. The link options are now placed to the right of the objects in the command line when linking. This should solve problems with older linkers.

2005-09-21 16:14
1.4.0

Los nuevos comandos lib le permiten generar una biblioteca, que está ahora por defecto si no hay archivo de código fuente con el int un "principal" función se encuentra. La documentación ha sido actualizada.
Tags: Major feature enhancements
The new lib commands allow you to generate a
library, which is now the default if no source
file with an "int main" function is found. The
documentation has been updated.

2005-09-14 19:26
1.3.3

El comando makefile ahora saca el parámetro de salida a la derecha (junto a la fuente).
Tags: Minor bugfixes
The makefile command now outputs the right output parameter (next to the
source).

2005-09-12 13:12
1.3.2

A pocas correcciones y limpieza se realizaron. La parte más intresting de este comunicado es el comando lib nuevo, que es un comando de experimentación para la creación de bibliotecas.
Tags: Minor feature enhancements
A few bugfixes and cleanups were done. The most
intresting part of this release is the new lib
command, which is an experimental command for
creating libraries.

Project Resources