Download List

프로젝트 설명

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

캐시 된 stderr 출력; 발광 하는 경우 EAGAIN 신호 처리 이제는 이 컴파일러에서 큰 오류 출력에 의해 발생 하는 문제를 해결 합니다. 더 이상 캐시에 하위 디렉터리가 읽기 전용 모드에서 만들어집니다. ccache의 로그 파일 설명자가 더 이상 컴파일러에 사용할 수 없습니다. 컴파일러를 실행할 때 임시 stdout/열려진 파일 생성 실패 때 오류 보고 향상 되었습니다. 이제 사라지는 임시 stdout/열려진 파일 정상적으로 처리 됩니다. 테스트 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

몇 가지 사소한 버그가 해결 되었습니다: 캐시 디렉터리에 파일을 만들 했다 치명적인 때 실패 합니다. 인식 및 GCC 플러그인-fplugin로 지정 된 해시 = 파일 추가 되었습니다. CPATH, C_INCLUDE_PATH, 및 유사한 환경 변수 지금 같은 변수 변경 때 false 캐시 적중률을 피하기 위해 해시에 추가 됩니다. Ccache 3.1.5-몬태나-MQ 옵션에 대 한 연결 된 인수에 도입 된 GCC 버그 호환성을 되돌려 졌음을.
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

CCACHE_BASEDIR를 사용하는 경우 sysroot 인수 -이 릴리스를 다시 작성에 대한 지원을 추가합니다. getcwd ()가 실패할 때 그것은 버그가 수정되었습니다. 그것은 "ccache - S"출력에서 잘못된 정렬을 수정합니다.
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

마이너 버그수정과 개선되었습니다. -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

이 주위에 zlib 1.2.5에서 gzputc의 버그 ()을 위해 만든되었습니다 작동합니다. 부패 매니 페스트 파일이 이제 그들은 확실한 모드 히트를 차단하지 않습니다 않도록 제거됩니다. ccache 지금은 심볼릭 링크에 대해 모르는 파일 시스템과 copes. 파일이 올바르게 캐시 디렉토리 태그를 만들려고 오류를 쓰기에 폐쇄 처리할 수 있습니다.
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