Skip to content
This repository was archived by the owner on Mar 24, 2024. It is now read-only.

Releases: mbitsnbites/buildcache

Release v0.28.4

Choose a tag to compare

@github-actions github-actions released this 31 May 11:01

Bug fixes:

  • The GHS wrapper now produces a more accurate compiler version ID, which prevents cached objects from being re-used between compilers with only minor version changes (e.g. a patched compiler vs a non-patched compiler).

Release v0.28.3

Choose a tag to compare

@github-actions github-actions released this 26 Apr 14:21

Some minor fixes (thanks @benoit-pierre ):

  • Debug traces are sent to stderr instead of stdout.
  • A bunch of typos have been fixed.

Release v0.28.2

Choose a tag to compare

@github-actions github-actions released this 04 Nov 20:57
  • Fix regression: Core dump when not passing any arguments (terminate called after throwing an instance of 'std::logic_error').

Release v0.28.1

Choose a tag to compare

@github-actions github-actions released this 23 Oct 17:54
  • Make the Linux binary release run on Ubuntu 20.04 (again - it worked in earlier versions)

Release v0.28.0

Choose a tag to compare

@github-actions github-actions released this 20 Oct 13:02
  • Add a command line option to specify the location of the BuildCache directory (-d, --directory)
  • Clarify the help text w.r.t. options vs commands

Release v0.27.7

Choose a tag to compare

@github-actions github-actions released this 18 Oct 15:24
  • Make the Linux release package work on Ubuntu 22.04 (drop dependency on libcrypto.so.1.1).
  • Improve log messages for local and remote (redis) cache hits/misses.

Release v0.27.6

Choose a tag to compare

@github-actions github-actions released this 23 Dec 07:53
  • Run at most one housekeeping process at once.

Release v0.27.5

Choose a tag to compare

@github-actions github-actions released this 22 Dec 11:05
  • Delete stale lock files during housekeeping.

Release v0.27.4

Choose a tag to compare

@github-actions github-actions released this 21 Dec 16:47
  • Fix compilation errors on Ubuntu 18.04 (GCC 7.5).

Release v0.27.3

Choose a tag to compare

@github-actions github-actions released this 21 Dec 14:53
  • Add support for Redis AUTH.
  • Add support for cc/c++ commands when they are copies of clang or gcc (fixes support on macOS when CC/CXX are undefined).
  • Improve direct mode hash calculation (fixes direct mode under Visual Studio).
  • Speed up direct mode for MSVC.
  • Reduce memory footprint during housekeeping.
  • Better handling of remote cache errors.