SHA256
1
0
forked from pool/ccache

Accepting request 451501 from home:gladiac:branches:devel:tools:building

Update to version 3.3.3
  * ccache now detects usage of .incbin assembler directives in
    the source code and avoids caching such compilations.
Changes for version 3.3.2:
  * Fixed a regression in ccache 3.3 related to potentially bad
    content of dependency files when compiling identical source
    code but with different source paths.
  * Fixed a regression in ccache 3.3.1: ccache could get confused
    when using the compiler option -Wp, to pass multiple options
    to the preprocessor, resulting in missing dependency files
    from direct mode cache hits.

OBS-URL: https://build.opensuse.org/request/show/451501
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=54
This commit is contained in:
Martin Pluskal
2017-01-20 08:17:51 +00:00
committed by Git OBS Bridge
parent 5b8aba9bfc
commit edb4ed2796
6 changed files with 37 additions and 22 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Jan 19 21:41:05 UTC 2017 - asn@cryptomilk.org
- Update to version 3.3.3
* ccache now detects usage of .incbin assembler directives in
the source code and avoids caching such compilations.
- Changes for version 3.3.2:
* Fixed a regression in ccache 3.3 related to potentially bad
content of dependency files when compiling identical source
code but with different source paths.
* Fixed a regression in ccache 3.3.1: ccache could get confused
when using the compiler option -Wp, to pass multiple options
to the preprocessor, resulting in missing dependency files
from direct mode cache hits.
-------------------------------------------------------------------
Sun Sep 11 07:42:26 UTC 2016 - mpluskal@suse.com