Download List

Projeto Descrição

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.

2009-11-29 20:45
2.0.0

Esta versão adiciona o suporte multi-threading usando OpenMP, e utiliza um único alto-nível o diretório em vez da cache de um objeto por subdiretório. A saída de vários comandos mudou de acordo com estas alterações, que empurrou esta libertação para o controle de versões principais.
This release adds multi-threading support using OpenMP, and uses a single top-level o directory instead of an object cache per subdirectory. The output of various commands has changed in accordance with these changes, which pushed this release into the major versioning.

2007-05-12 00:01
1.5.4

Esta versão foi feita para corrigir os bugs abertos. Ele não terá mais problemas para carregar o ~ .ccbuild / ccResolutions arquivo e irá ligar todos os alvos após o primeiro tem que estar ligado. A principal melhoria para esta versão é a adição de autotools criar scripts, que poderão lhe ajudar a ficar com ccbuild empacotado nas distribuições mais.
Tags: Minor bugfixes
This release was made to fix all open bugs. It
will no longer have
problems loading the ~/.ccbuild/ccResolutions file
and will link all
targets after the first has to be linked. The
major improvement for this
release is the addition of autotools build
scripts, which will hopefully
help with getting ccbuild packaged in more
distributions.

2006-11-10 19:38
1.5.3

Esta versão corrige um bug na manipulação de caminhos'../../', e aumenta a velocidade do comando distclean. Distclean agora também remove arquivos. RPO, embora usando-frepo não é totalmente suportado e pode precisar - md5 a funcionar mais corretamente.
Tags: Major bugfixes
This release fixes a bug in handling '../../' paths, and increases the speed of the distclean command. Distclean now also removes .rpo files, although using -frepo is not fully supported and may need --md5 to function more properly.

2005-12-06 11:30
1.5.2

Porque arquivamento intermediário foi quebrado, foi feita uma opção experimental em vez de um padrão. O laço pode agora ser fechado usando q e arquivamento só é realizada quando há vários objetos.
Tags: Major bugfixes
Because intermediate archiving was broken, it was made an experimental option rather than a default. The loop can now be closed using q and archiving is only performed when there are multiple objects.

2005-11-20 06:23
1.5.1

Algumas opções de saída XML que foram adicionadas, embora apenas o comando de verificação pode produzi-lo. Todos os objetos, exceto o programa principal, são arquivados antes de ligar, o que torna a binários menores.
Tags: Minor feature enhancements
Some XML output options have been added, although
only the check command can produce it. All
objects, except the main program, are now archived
before linking, which makes for smaller binaries.

Project Resources