Download List

Projeto Descrição

ccache is a compiler cache. It speeds up recompilation of C/C++ code by caching previous compilations and detecting when the same compilation is being done again.

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.

2013-01-07 04:34
3.1.9

O sinal EAGAIN agora é tratado corretamente quando emitem stderr em cache saída; isso corrige um problema provocado por erro grandes saídas do compilador. Subdiretórios em cache não são mais criados no modo somente leitura. descritor de arquivo de log do ccache já não é disponibilizada para o compilador. Erro de comunicação quando não criar arquivos temporários de stderr/stdout, ao executar o compilador foi melhorado. Desaparecendo temporßrios stderr/stdout agora são manipulados graciosamente. O conjunto de testes foi corrigido para trabalhar em ecryptfs.
Tags: Bugfixes
The EAGAIN signal is now handled correctly when emitting cached stderr output; this fixes a problem triggered by large error outputs from the compiler. Subdirectories in the cache are no longer created in read-only mode. ccache's log file descriptor is no longer made available to the compiler. Error reporting when failing to create temporary stdout/stderr files when executing the compiler has been improved. Disappearing temporary stdout/stderr files are now handled gracefully. The test suite has been fixed to work on ecryptfs.

2012-01-09 03:53
3.1.7

Vários pequenos bugs foram corrigidos: Falha ao criar arquivos no diretório de cache foi feita fatal. Reconhecimento e hash do GCC plugins especificado com - fplugin = arquivo foi adicionado. CPATH, C_INCLUDE_PATH e variáveis de ambiente semelhante agora são adicionadas ao hash para evitar acessos ao cache falso quando tais variáveis foram alteradas. A compatibilidade de bug GCC introduzida em ccache 3.1.5 para opções de/MQ - MT com argumentos concatenados foi revertida.
Tags: Bugfixes
Several minor bugs have been fixed: failure when creating files in the cache directory has been made fatal. Recognition and hashing of GCC plugins specified with -fplugin=file has been added. CPATH, C_INCLUDE_PATH, and similar environment variables are now added to the hash to avoid false cache hits when such variables have changed. The GCC bug compatibility introduced in ccache 3.1.5 for -MT/-MQ options with concatenated arguments has been reverted.

2011-08-22 02:14
3.1.6

Esta versão adiciona suporte para reescrever o argumento - se sysroot CCACHE_BASEDIR é usado. Ela corrige um bug quando getcwd () falhar. Ele corrige o alinhamento ruim em "ccache-s" de saída.
Tags: Bugfixes
This release adds support for rewriting the --sysroot argument if CCACHE_BASEDIR is used. It fixes a bug when getcwd() fails. It fixes bad alignment in "ccache -s" output.

2011-05-30 03:34
3.1.5

Menor bugfixes e melhorias foram feitas. Existe uma estatística novo contador chamado "chamado para pré-processamento'', melhor registo, e um melhor manuseio de opções -MF/-MT/-MQ.
Tags: Bugfixes
Minor bugfixes and improvements have been made. There is a new statistics counter named "called for preprocessing'', improved logging, and better handling of -MF/-MT/-MQ options.

2011-01-10 10:22
3.1.4

Uma solução alternativa para um bug no gzputc () em 1.2.5 zlib foi feita. arquivos corrompidos manifesto são removidos de modo que não irá bloquear acessos de modo direto. ccache agora lida com os sistemas de arquivo que não sei sobre os links simbólicos. O identificador de arquivo está corretamente fechado em erros de gravação quando se tenta criar uma marca dir cache.
Tags: Bugfixes
A work-around for a bug in gzputc() in zlib 1.2.5 has been made. Corrupt manifest files are now removed so that they won't block direct mode hits. ccache now copes with file systems that don't know about symbolic links. The file handle is now correctly closed on write errors when trying to create a cache dir tag.

Project Resources