Revisions of ccache
buildservice-autocommit
accepted
request 1206645
from
Jiri Slaby (jirislaby)
(revision 158)
baserev update by copy to link target
Jiri Slaby (jirislaby)
accepted
request 1206642
from
Guillaume GARDET (Guillaume_G)
(revision 157)
- Really run tests and Unit tests in %check
buildservice-autocommit
accepted
request 1206454
from
Dirk Mueller (dirkmueller)
(revision 156)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 155)
- avoid optional dependency on doctest on SLE16 and older - unbundle cpp-httplib for new enough distributions
buildservice-autocommit
accepted
request 1200662
from
Dirk Mueller (dirkmueller)
(revision 154)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 153)
Dirk Mueller (dirkmueller)
committed
(revision 152)
- use unversioned gcc also for SLE16
buildservice-autocommit
accepted
request 1189952
from
Jiri Slaby (jirislaby)
(revision 151)
baserev update by copy to link target
Jiri Slaby (jirislaby)
accepted
request 1189817
from
Antonio Teixeira (ateixeira)
(revision 150)
- Update to 4.10.2: * Fixed detection of Fmt version 11 and newer. * Made the “-fprofile-update=atomic” test only run when that option is supported by the compiler. * Made the color diagnostics tests work when the user running the tests has a non-POSIX login shell. - Remove fmt_fix.patch * Already included in 4.10.2 upstream release
buildservice-autocommit
accepted
request 1188414
from
Danilo Spinella (dspinella)
(revision 149)
baserev update by copy to link target
Danilo Spinella (dspinella)
accepted
request 1188384
from
Ana Guerrero (anag+factory)
(revision 148)
- Add patch to fix build with fmt 11: fmt_fix.patch
buildservice-autocommit
accepted
request 1184213
from
Dirk Mueller (dirkmueller)
(revision 147)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 146)
- update to 4.10.1: * Fixed prefix command lookup from `PATH`. * Fixed detection and usage of system blake3. * Find CppHttplib named libhttplib.so as well. * Removed Xcode assembly workaround for zstd. * Added bundled subset of Fmt again for convenience. * Removed no longer needed workaround when building downloaded Zstd instead of a hardcoded `/run/user/<UID>/ccache-tmp`. If `XDG_RUNTIME_DIR` - add xxhash-avoid-armv6-unaligned-access.patch (bsc#1193317) header. * Added a new compiler_type (CCACHE_COMPILERTYPE) configuration option that allows for overriding the guessed compiler type. - Update to version 3.7.10: * Long commandlines are now handled gracefully on Windows by using * Fixed complaint from GCC 9’s `-Werror=format-overflow` when * Fixed crash when the debug mode is enabled and the output file is * Fixed an issue when printing very large log messages to the debug * Fixed bugs related to support for `-gsplit-dwarf`. Previously ccache could produce an incorrect link to the `.dwo` file in the * ccache has learned how to contruct the object filename if no `-o` option is given and the source filename does not include a `.` or * Fixed a temporary file leak when the depend mode is enabled and * Fixed a bug in the depend mode where a manifest hash only could * Manifest files did not get marked as used on direct cache hits, so the LRU cache cleanup would incorrectly remove them eventually. * The rewriting of absolute paths into relative paths in the * ccache now ignores unknown keys in configuration files for * Documented the previously undocumented `--dump-manifest` and * Added missing documentation for the command-line option * Added a new `--print-stats` command that prints statistics
Dirk Mueller (dirkmueller)
accepted
request 1183300
from
Jiri Slaby (jirislaby)
(revision 145)
- Update to version 4.10: * chore: Update authors * chore: Update NEWS * ci: Disable Ubuntu 24.04 builds temporarily * build: Fix zstd build for older CMake versions * chore: Juggle some include headers * build: Fix MSVC /Zc:preprocessor warning (#1461) * chore: Remove unused headers (#1460) * refactor: Use tl::expected for process_args return value * chore: Fix some Cppcheck warnings * chore: Remove obsolete os_path helper in test_storage_local_util * chore: Improve cast and avoid repeating types (#1459) * feat: Add argument handling for Emscripten's --em-config (#1458) * feat: Add support for -fdump-ipa-clones (#1449) * fix: Force run_second_cpp=true when generating profiling information * fix: Hash "apparent real path" of object file when using -fprofile-arcs * test: Improve verbose printing of test names * refactor: Add more Hash::hash overloads * docs: Improve documentation of gcno_cwd sloppiness * fix: Handle -fdiagnostics-color for Clang again * chore: Clean up comment and debug log string * test: Improve printing of test suite * chore: Fix typo
buildservice-autocommit
accepted
request 1152216
from
Martin Pluskal (pluskalm)
(revision 144)
baserev update by copy to link target
Martin Pluskal (pluskalm)
committed
(revision 143)
Martin Pluskal (pluskalm)
accepted
request 1152125
from
ming li (simonlm)
(revision 142)
Update to version 4.9.1
buildservice-autocommit
accepted
request 1139889
from
Martin Pluskal (pluskalm)
(revision 141)
baserev update by copy to link target
Martin Pluskal (pluskalm)
accepted
request 1139886
from
Danilo Spinella (dspinella)
(revision 140)
- Fix SLE build by using gcc11 and disable hiredis dependency
Martin Pluskal (pluskalm)
accepted
request 1139682
from
Danilo Spinella (dspinella)
(revision 139)
- Update to 4.9: * Made ignore_options/CCACHE_IGNOREOPTIONS also skip the option from special processing, similar to how --ccache-skip works. * Added support for expanding environment variables references in all configuration options. * MSVC options /Fd, /FS and /MP are no longer included in the input hash. * Made ccache terminate an ongoing compiler subprocess when terminated on all platforms, not only on Unix. * Added support for multiple -Xarch_* arguments matching -arch. * Added a debug_level/CCACHE_DEBUGLEVEL configuration option, making it possible to tell ccache to only write a log file for each compilation, not other debug files. * Added max_cache_size_kibibyte and max_files_in_cache fields in output from ccache --print-stats. * Paths after -Xclang -include are now rewritten to relative paths if base_dir/CCACHE_BASEDIR is in effect. * Added support for clang --analyze. * Improved processing of input file arguments. * Added support for st_Xtimensec fields in struct stat, thus improving behavior on some BSDs when using newly created include files. * Added support for the undocumented GCC/Clang option --include. * Ccache now exits more gracefully on invalid sharded remote storage URLs. * Made ccache bail out on too hard options -fmodules-ts, -fmodule-header, -wrapper and -Xclang -ast-dump. * Stopped relying on the st_blocks field in struct stat since it cannot be trusted for filesystems such as ZFS that do transparent compression or deduplication and adjust st_blocks some time in the future. * Fixed crash on Windows for paths with only a drive letter. * Made handling of Clang config options (such as --config-system-dir) more robust.
Displaying revisions 1 - 20 of 158