]> git.ipfire.org Git - thirdparty/ccache.git/log
thirdparty/ccache.git
4 months agochore: Prepare for release v4.11
Joel Rosdahl [Sun, 9 Mar 2025 15:06:45 +0000 (16:06 +0100)] 
chore: Prepare for release

4 months agochore: Update authors
Joel Rosdahl [Sun, 9 Mar 2025 15:02:15 +0000 (16:02 +0100)] 
chore: Update authors

4 months agochore: Update NEWS
Joel Rosdahl [Sun, 9 Mar 2025 14:47:52 +0000 (15:47 +0100)] 
chore: Update NEWS

4 months agotest: Remove centos-7 Dockerfile
Joel Rosdahl [Sun, 9 Mar 2025 14:46:45 +0000 (15:46 +0100)] 
test: Remove centos-7 Dockerfile

4 months agotest: Add alma-8 Dockerfile
Joel Rosdahl [Mon, 3 Mar 2025 20:49:30 +0000 (21:49 +0100)] 
test: Add alma-8 Dockerfile

4 months agofeat: Add knowledge about options related to react-native builds (#1567)
kzlar [Wed, 5 Mar 2025 17:37:04 +0000 (19:37 +0200)] 
feat: Add knowledge about options related to react-native builds (#1567)

- Add compopt entries for -ivfsoverlay, -fmodules-cache-path, -fmodule-map-file and -fbuild-session-file
- Add hashing of build session file mtime unless sloppiness flag is set
- Add unit tests for the flags above as well as an e2e test for -fbuild-session-file

4 months agotest: Add debian-12 to test-all-systems
Joel Rosdahl [Mon, 3 Mar 2025 19:13:47 +0000 (20:13 +0100)] 
test: Add debian-12 to test-all-systems

4 months agotest: Refresh dockerfiles and add Debian 12 (#1538)
Maksym Sobolyev [Mon, 3 Mar 2025 19:13:05 +0000 (11:13 -0800)] 
test: Refresh dockerfiles and add Debian 12 (#1538)

- Make gcc package name configurable, this is to fix
  "E: Package 'gcc-multilib' has no installation candidate"
  on non-x86.

- Allow BASE_IMAGE to be overridden.

- Add Debian 12.

4 months agorefactor: Remove redundant args_info parameter from hash_common_info
Joel Rosdahl [Sun, 2 Mar 2025 09:32:54 +0000 (10:32 +0100)] 
refactor: Remove redundant args_info parameter from hash_common_info

5 months agodocs: Add space after CMake -D option
Joel Rosdahl [Sat, 1 Mar 2025 09:00:43 +0000 (10:00 +0100)] 
docs: Add space after CMake -D option

5 months agobump: Upgrade to xxhash 1.5.7
Joel Rosdahl [Thu, 27 Feb 2025 19:57:07 +0000 (20:57 +0100)] 
bump: Upgrade to xxhash 1.5.7

5 months agobump: Upgrade to xxhash 0.8.3
Joel Rosdahl [Thu, 27 Feb 2025 19:55:23 +0000 (20:55 +0100)] 
bump: Upgrade to xxhash 0.8.3

5 months agobump: Upgrade to fmt 11.1.4
Joel Rosdahl [Thu, 27 Feb 2025 19:50:42 +0000 (20:50 +0100)] 
bump: Upgrade to fmt 11.1.4

5 months agobump: Upgrade to blake3 1.6.1
Joel Rosdahl [Thu, 27 Feb 2025 19:47:07 +0000 (20:47 +0100)] 
bump: Upgrade to blake3 1.6.1

5 months agobump: Upgrade to cpp-httplib 0.19.0
Joel Rosdahl [Thu, 27 Feb 2025 19:42:50 +0000 (20:42 +0100)] 
bump: Upgrade to cpp-httplib 0.19.0

5 months agorefactor: Simplify nested ifs
Joel Rosdahl [Mon, 24 Feb 2025 19:18:35 +0000 (20:18 +0100)] 
refactor: Simplify nested ifs

5 months agofeat: Add knowledge about --offload-compress (#1571)
Icarus Sparry (work) [Thu, 27 Feb 2025 19:30:51 +0000 (11:30 -0800)] 
feat: Add knowledge about --offload-compress (#1571)

Clang has a feature where it can compress compiler products such as object files, and this includes when it is just called to preprocess the input file.

Ccache expects to be able to process the output of the preprocessor, and is not expecting a compressed binary file.

The fix is to remove this "--offload-compress" option using the existing facilities when preprocessing.

5 months agofix: Rename raw files correctly for >2 cache levels
Oded S [Thu, 27 Feb 2025 19:22:47 +0000 (21:22 +0200)] 
fix: Rename raw files correctly for >2 cache levels

LocalStorage::move_to_wanted_cache_level renames raw files incorrectly without
recalculating full hash filename with new prefix.

5 months agoci: Test more Clang versions available in ubuntu-24
Joel Rosdahl [Sun, 9 Feb 2025 17:37:02 +0000 (18:37 +0100)] 
ci: Test more Clang versions available in ubuntu-24

5 months agoci: Drop ubuntu-20 in favor of ubuntu-22
Joel Rosdahl [Sun, 9 Feb 2025 17:36:34 +0000 (18:36 +0100)] 
ci: Drop ubuntu-20 in favor of ubuntu-22

6 months agorefactor: Simplify code for executing Windows processes
Joel Rosdahl [Sat, 11 Jan 2025 14:40:17 +0000 (15:40 +0100)] 
refactor: Simplify code for executing Windows processes

6 months agochore: Simplify util::add_exe_suffix
Joel Rosdahl [Sat, 25 Jan 2025 19:43:33 +0000 (20:43 +0100)] 
chore: Simplify util::add_exe_suffix

6 months agofix: Fix --trim-method mtime
Joel Rosdahl [Tue, 28 Jan 2025 17:07:23 +0000 (18:07 +0100)] 
fix: Fix --trim-method mtime

6 months agofix: Handle command line config options ending with /ccache properly
Joel Rosdahl [Sat, 25 Jan 2025 19:32:29 +0000 (20:32 +0100)] 
fix: Handle command line config options ending with /ccache properly

Fixes #1560.

6 months agofeat: Add support for -f(debug|file)-compilation-dir (#1535)
Henrique Ferreiro [Fri, 10 Jan 2025 13:38:11 +0000 (14:38 +0100)] 
feat: Add support for -f(debug|file)-compilation-dir (#1535)

6 months agofeat: Support .bat and .cmd scripts as the compiler on Windows (#1546)
Doekin [Fri, 10 Jan 2025 13:27:56 +0000 (21:27 +0800)] 
feat: Support .bat and .cmd scripts as the compiler on Windows (#1546)

6 months agodocs: Fix typo
Joel Rosdahl [Mon, 6 Jan 2025 09:32:26 +0000 (10:32 +0100)] 
docs: Fix typo

6 months agodocs: Clarify how LRU cleanup works
Joel Rosdahl [Mon, 6 Jan 2025 09:28:44 +0000 (10:28 +0100)] 
docs: Clarify how LRU cleanup works

Closes #1543.

6 months agofix: Correctly call sha256sum on macOS (#1549)
Henrique Ferreiro [Mon, 6 Jan 2025 08:40:17 +0000 (09:40 +0100)] 
fix: Correctly call sha256sum on macOS (#1549)

sha256sum requires explicitly using `-` as the input file on macOS.

6 months agodocs: Fix description of icx-cl (#1548)
Nick Sarnie [Thu, 2 Jan 2025 18:34:34 +0000 (03:34 +0900)] 
docs: Fix description of icx-cl (#1548)

6 months agochore: Improve variable name in misc/clang-format
Joel Rosdahl [Wed, 1 Jan 2025 13:13:24 +0000 (14:13 +0100)] 
chore: Improve variable name in misc/clang-format

6 months agoperf: Avoid stat call for ~/.ccache if CCACHE_DIR is set
Joel Rosdahl [Wed, 1 Jan 2025 13:02:25 +0000 (14:02 +0100)] 
perf: Avoid stat call for ~/.ccache if CCACHE_DIR is set

Closes #1541.

6 months agochore: Add NOCACHE option to misc/build-in-docker
Joel Rosdahl [Wed, 1 Jan 2025 09:50:08 +0000 (10:50 +0100)] 
chore: Add NOCACHE option to misc/build-in-docker

6 months agofeat: Add support for Intel's LLVM-based compilers (#1533)
Nick Sarnie [Wed, 1 Jan 2025 12:50:39 +0000 (21:50 +0900)] 
feat: Add support for Intel's LLVM-based compilers (#1533)

7 months agofeat: Add support for clang-cl option /showIncludes:user
Joel Rosdahl [Mon, 30 Dec 2024 13:23:38 +0000 (14:23 +0100)] 
feat: Add support for clang-cl option /showIncludes:user

Closes #1534.

7 months agochore: Tweak comment and add const
Joel Rosdahl [Mon, 30 Dec 2024 13:15:57 +0000 (14:15 +0100)] 
chore: Tweak comment and add const

7 months agofeat: Add HTTP_STORAGE_BACKEND build option (#1537)
Maksym Sobolyev [Mon, 30 Dec 2024 13:29:07 +0000 (05:29 -0800)] 
feat: Add HTTP_STORAGE_BACKEND build option (#1537)

7 months agofix: Rewrite more paths with absolute_paths_in_stderr (#1539)
gitmodimo [Mon, 30 Dec 2024 13:11:25 +0000 (14:11 +0100)] 
fix: Rewrite more paths with absolute_paths_in_stderr (#1539)

8 months agorefactor: Tweak includes
Joel Rosdahl [Sat, 16 Nov 2024 10:08:28 +0000 (11:08 +0100)] 
refactor: Tweak includes

8 months agofix: Synchonize writing to the log file
Joel Rosdahl [Sun, 10 Nov 2024 20:38:54 +0000 (21:38 +0100)] 
fix: Synchonize writing to the log file

Fixes #350.

8 months agoenhance: Add util::FileLock
Joel Rosdahl [Sun, 10 Nov 2024 10:36:37 +0000 (11:36 +0100)] 
enhance: Add util::FileLock

8 months agoci: Use newest macos image
Joel Rosdahl [Fri, 15 Nov 2024 19:54:36 +0000 (20:54 +0100)] 
ci: Use newest macos image

8 months agofix: Pass -fprofile-abs-path through to GCC (#1531)
Matt Johnston [Fri, 15 Nov 2024 19:58:00 +0000 (03:58 +0800)] 
fix: Pass -fprofile-abs-path through to GCC (#1531)

When caching support for -fprofile-abs-path was added, the argument was
omitted from the gcc commandline.

8 months agobuild: Ignore Clang 19 -Wcast-function-type-mismatch warning
Joel Rosdahl [Fri, 15 Nov 2024 19:35:07 +0000 (20:35 +0100)] 
build: Ignore Clang 19 -Wcast-function-type-mismatch warning

8 months agofix: Add support for Clang -frandomize-layout-seed-file option
Joel Rosdahl [Sat, 9 Nov 2024 20:53:07 +0000 (21:53 +0100)] 
fix: Add support for Clang -frandomize-layout-seed-file option

Fixes #1528.

8 months agofix: Use util::getenv_path for environment variables that contain a path
Joel Rosdahl [Thu, 7 Nov 2024 20:54:38 +0000 (21:54 +0100)] 
fix: Use util::getenv_path for environment variables that contain a path

This should improve support for non-ASCII paths in Windows.

Hopefully fixes #1409.

8 months agofix: Use util::getenv_path_list to get PATH in find_executable_in_path
Joel Rosdahl [Thu, 7 Nov 2024 20:54:35 +0000 (21:54 +0100)] 
fix: Use util::getenv_path_list to get PATH in find_executable_in_path

This should improve support for non-ASCII paths in Windows.

8 months agochore: Store config paths in lexically normal form
Joel Rosdahl [Thu, 7 Nov 2024 20:54:32 +0000 (21:54 +0100)] 
chore: Store config paths in lexically normal form

8 months agorefactor: fs::path-ify helper functions in config.cpp
Joel Rosdahl [Thu, 7 Nov 2024 20:54:27 +0000 (21:54 +0100)] 
refactor: fs::path-ify helper functions in config.cpp

8 months agorefactor: Use util::lexically_normal
Joel Rosdahl [Fri, 8 Nov 2024 15:36:52 +0000 (16:36 +0100)] 
refactor: Use util::lexically_normal

8 months agoenhance: Add util::lexically_normal
Joel Rosdahl [Fri, 8 Nov 2024 15:35:20 +0000 (16:35 +0100)] 
enhance: Add util::lexically_normal

8 months agoenhance: Make util::getenv_path differentiate between unset and empty
Joel Rosdahl [Thu, 7 Nov 2024 20:50:52 +0000 (21:50 +0100)] 
enhance: Make util::getenv_path differentiate between unset and empty

8 months agofix: Fix util::make_relative_path for trailing slash on Windows
Joel Rosdahl [Wed, 6 Nov 2024 20:51:00 +0000 (21:51 +0100)] 
fix: Fix util::make_relative_path for trailing slash on Windows

Given an existing directory called "example", std::filesystem apparently
behaves like this on Windows:

    std::filesystem::exists("example")                  -> true
    std::filesystem::exists("example/")                 -> true
    std::filesystem::exists("example\\")                -> true
    std::filesystem::equivalent("example", "example")   -> true
    std::filesystem::equivalent("example", "example/")  -> false
    std::filesystem::equivalent("example", "example\\") -> false

That's... well, unexpected. This makes util::make_relative_path buggy.
Fix this by pruning the trailing slash after normalizing the path.

Fixes #1518.

8 months agofix: Ignore trailing slash in prefix in util::path_starts_with
Joel Rosdahl [Tue, 5 Nov 2024 20:22:06 +0000 (21:22 +0100)] 
fix: Ignore trailing slash in prefix in util::path_starts_with

Fixes #1265.

8 months agochore: Mention correct Clang-Format version lower bar
Joel Rosdahl [Sat, 2 Nov 2024 15:31:35 +0000 (16:31 +0100)] 
chore: Mention correct Clang-Format version lower bar

8 months agochore: Fix typo
Joel Rosdahl [Sat, 2 Nov 2024 15:12:32 +0000 (16:12 +0100)] 
chore: Fix typo

9 months agodocs: Fix description of default cache_dir on non-macOS POSIX systems
Joel Rosdahl [Thu, 24 Oct 2024 15:00:36 +0000 (17:00 +0200)] 
docs: Fix description of default cache_dir on non-macOS POSIX systems

As mentioned in discussion #1527.

9 months agorefactor: Rename "at file" to "response file" internally
Joel Rosdahl [Thu, 24 Oct 2024 14:34:52 +0000 (16:34 +0200)] 
refactor: Rename "at file" to "response file" internally

9 months agotest: Add and use postdate function for making future filestamps
Joel Rosdahl [Tue, 22 Oct 2024 16:48:27 +0000 (18:48 +0200)] 
test: Add and use postdate function for making future filestamps

9 months agorefactor: Avoid const data members
Joel Rosdahl [Mon, 21 Oct 2024 18:34:54 +0000 (20:34 +0200)] 
refactor: Avoid const data members

C++ Core Guidelines C.12

9 months agorefactor: Properly move fds into execute()
Joel Rosdahl [Mon, 21 Oct 2024 18:30:05 +0000 (20:30 +0200)] 
refactor: Properly move fds into execute()

C++ Core Guidelines F.18

9 months agorefactor: Restructure code to help Clang-Tidy understand it
Joel Rosdahl [Mon, 21 Oct 2024 18:29:26 +0000 (20:29 +0200)] 
refactor: Restructure code to help Clang-Tidy understand it

9 months agochore: Mark some return values as ignored
Joel Rosdahl [Sun, 20 Oct 2024 16:27:10 +0000 (18:27 +0200)] 
chore: Mark some return values as ignored

9 months agorefactor: Use C++17-style variable templates
Joel Rosdahl [Sun, 20 Oct 2024 16:23:14 +0000 (18:23 +0200)] 
refactor: Use C++17-style variable templates

9 months agochore: Ignore useless cppcoreguidelines-avoid-do-while warning
Joel Rosdahl [Sun, 20 Oct 2024 16:19:29 +0000 (18:19 +0200)] 
chore: Ignore useless cppcoreguidelines-avoid-do-while warning

9 months agoenhance: Add util::getenv_path and util::getenv_path_list
Joel Rosdahl [Thu, 17 Oct 2024 18:44:31 +0000 (20:44 +0200)] 
enhance: Add util::getenv_path and util::getenv_path_list

9 months agofeat: Add response_file_format config option for rsp file format (#1522)
Max Winkler [Tue, 22 Oct 2024 16:42:32 +0000 (09:42 -0700)] 
feat: Add response_file_format config option for rsp file format (#1522)

9 months agotest: Make tests pass in 2038 (#1525)
Bernhard M. Wiedemann [Sat, 19 Oct 2024 08:49:53 +0000 (10:49 +0200)] 
test: Make tests pass in 2038 (#1525)

We use relative future timestamps to keep systems with 32-bit time_t working
until 2037.

Use the 3rd of January of the following year to ensure that it is in the future,
even when starting a second before new year

9 months agoci: Enable ubuntu-24.04 builds again
Joel Rosdahl [Thu, 17 Oct 2024 18:44:11 +0000 (20:44 +0200)] 
ci: Enable ubuntu-24.04 builds again

9 months agoci: Remove macOS-12 builds
Joel Rosdahl [Wed, 16 Oct 2024 19:17:33 +0000 (21:17 +0200)] 
ci: Remove macOS-12 builds

Says GitHub: "The macOS 12 runner image will be removed by December 3rd,
2024."

9 months agofix: Fix binary patching of sysconfdir for Linux prebuilt binary
Joel Rosdahl [Sat, 28 Sep 2024 19:16:05 +0000 (21:16 +0200)] 
fix: Fix binary patching of sysconfdir for Linux prebuilt binary

After fs::path-ification it no longer works to binary patch sysconfdir
at install time since the compiler apparently makes a note of the actual
length of SYSCONFDIR in

    const char k_sysconfdir[4096 + 1] = SYSCONFDIR;

and uses the length in the

    fs::path sysconfdir(k_sysconfdir);

call. When patching the SYSCONFDIR string the length of the original
string is used so that only the first strlen(SYSCONFDIR) part of the new
sysconfdir will be used.

Fix this by adding a pointer indirection which makes binary patching
work again.

9 months agorefactor: Improve some types
Joel Rosdahl [Tue, 24 Sep 2024 18:50:23 +0000 (20:50 +0200)] 
refactor: Improve some types

10 months agoci: Upgrade codespell and typos versions
Joel Rosdahl [Sun, 22 Sep 2024 07:38:18 +0000 (09:38 +0200)] 
ci: Upgrade codespell and typos versions

10 months agofeat: Add support for -fprofile-prefix-path gcc option (#1515)
David [Sun, 22 Sep 2024 12:29:28 +0000 (14:29 +0200)] 
feat: Add support for -fprofile-prefix-path gcc option (#1515)

10 months agotest: Add a unittest for the hard link based compiler detection (#1517)
DS [Sat, 21 Sep 2024 18:21:17 +0000 (20:21 +0200)] 
test: Add a unittest for the hard link based compiler detection (#1517)

10 months agofix: Detect compiler type for hard linked generic compiler name
Joel Rosdahl [Sat, 21 Sep 2024 09:26:47 +0000 (11:26 +0200)] 
fix: Detect compiler type for hard linked generic compiler name

This makes color diagnostics work on systems like Arch Linux where e.g.
/usr/bin/c++ is a hard link to /usr/bin/g++.

Fixes #1514.

10 months agochore: Tweak comments
Joel Rosdahl [Sat, 21 Sep 2024 08:23:26 +0000 (10:23 +0200)] 
chore: Tweak comments

10 months agofix(http-storage): Make sure 'keep-alive' can be overridden as expected (#1510)
Moritz [Sat, 21 Sep 2024 08:23:46 +0000 (10:23 +0200)] 
fix(http-storage): Make sure 'keep-alive' can be overridden as expected (#1510)

The changes introduced in dfcdb68 made it impossible to disable HTTP keep-alive
by setting the 'keep-alive' attribute in the backend string accordingly: The
default of 'true' is applied after parsing of the attributes, overriding the
value configured by the user (if any). Rectify this.

10 months agofeat: Relativize absolute paths within base_dir in MSVC diagnostics messages (#1509)
huangqinjin [Sat, 21 Sep 2024 08:21:06 +0000 (16:21 +0800)] 
feat: Relativize absolute paths within base_dir in MSVC diagnostics messages (#1509)

MSVC /FC option causes the paths in diagnostics messages become absolute.
Convert them to relative to avoid leakage of workspace paths.
User can specify absolute_paths_in_stderr=true to convert them back to absolute.

10 months agodocs: Mention that absolute_paths_in_stderr applies to stdout as well
Joel Rosdahl [Sat, 21 Sep 2024 08:14:39 +0000 (10:14 +0200)] 
docs: Mention that absolute_paths_in_stderr applies to stdout as well

Closes #1505.

10 months agobuild: Instruct MSVC to accept UTF-8 characters (#1508)
huangqinjin [Sat, 21 Sep 2024 08:13:14 +0000 (16:13 +0800)] 
build: Instruct MSVC to accept UTF-8 characters (#1508)

10 months agorefactor: Remove duplicated call to posix_spawn_file_actions_init (#1506)
Juan Manuel Martinez Caamaño [Tue, 10 Sep 2024 19:10:05 +0000 (21:10 +0200)] 
refactor: Remove duplicated call to posix_spawn_file_actions_init (#1506)

10 months agofeat: Make absolute_paths_in_stderr also handle MSVC/Windows (#1504)
Joel Rosdahl [Tue, 10 Sep 2024 18:07:02 +0000 (20:07 +0200)] 
feat: Make absolute_paths_in_stderr also handle MSVC/Windows (#1504)

10 months agofeat: Option absolute_paths_in_stderr also rewrites relative paths in MSVC diagnostic... 1504/head
huangqinjin [Mon, 26 Aug 2024 15:18:42 +0000 (23:18 +0800)] 
feat: Option absolute_paths_in_stderr also rewrites relative paths in MSVC diagnostics messages

10 months agoenhance: Add utility to get path length in compiler diagnostics messages
huangqinjin [Mon, 26 Aug 2024 15:03:09 +0000 (23:03 +0800)] 
enhance: Add utility to get path length in compiler diagnostics messages

10 months agofix: Fix util::replace_all for string_view to non-C string (#1502)
huangqinjin [Tue, 10 Sep 2024 17:46:42 +0000 (01:46 +0800)] 
fix: Fix util::replace_all for string_view to non-C string (#1502)

10 months agofeat: Add support for MSVC /TC and /TP options (#1499)
huangqinjin [Tue, 10 Sep 2024 17:33:53 +0000 (01:33 +0800)] 
feat: Add support for MSVC /TC and /TP options (#1499)

11 months agochore: Improve type of boolean
Joel Rosdahl [Wed, 7 Aug 2024 09:03:40 +0000 (11:03 +0200)] 
chore: Improve type of boolean

11 months agodocs: Remove repeated word
Joel Rosdahl [Fri, 26 Jul 2024 12:37:38 +0000 (14:37 +0200)] 
docs: Remove repeated word

11 months agochore: Correct my name (#1498)
huangqinjin [Mon, 26 Aug 2024 17:54:40 +0000 (01:54 +0800)] 
chore: Correct my name (#1498)

11 months agofeat: Add ability to send arbitrary HTTP headers to HTTP storage (#1496)
dsrowell [Mon, 26 Aug 2024 17:37:29 +0000 (13:37 -0400)] 
feat: Add ability to send arbitrary HTTP headers to HTTP storage (#1496)

12 months agochore: Update authors
Joel Rosdahl [Mon, 22 Jul 2024 14:02:41 +0000 (16:02 +0200)] 
chore: Update authors

(cherry picked from commit cc653c59b715833f452cb9d696b35975fbc5952d)

12 months agochore: Update NEWS
Joel Rosdahl [Mon, 22 Jul 2024 08:52:24 +0000 (10:52 +0200)] 
chore: Update NEWS

(cherry picked from commit 17744ca1c39facaed1f0ed0464aae58f22f69b94)

12 months agotest: Only run -fprofile-update=atomic test when supported by compiler
Joel Rosdahl [Wed, 17 Jul 2024 08:31:07 +0000 (10:31 +0200)] 
test: Only run -fprofile-update=atomic test when supported by compiler

This fixes an issue with the arm-linux-gnueabi GCC which doesn't support
-fprofile-update=atomic.

12 months agochore: Remove no longer relevant Gitter links
Joel Rosdahl [Mon, 15 Jul 2024 07:28:19 +0000 (09:28 +0200)] 
chore: Remove no longer relevant Gitter links

12 months agotest: Use bash for running script command (#1482)
Anders Björklund [Tue, 9 Jul 2024 17:45:00 +0000 (19:45 +0200)] 
test: Use bash for running script command (#1482)

The script program will try to run the --command parameter with the
login shell, rather than the currently running test shell (bash).

12 months agochore: Fix copyright row order
Joel Rosdahl [Thu, 4 Jul 2024 11:21:59 +0000 (13:21 +0200)] 
chore: Fix copyright row order

12 months agorefactor: Introduce and use DEFER macro, replacing util::Finalizer
Joel Rosdahl [Sun, 30 Jun 2024 19:22:26 +0000 (21:22 +0200)] 
refactor: Introduce and use DEFER macro, replacing util::Finalizer

12 months agorefactor: Introduce and use CHECK_LIB_CALL macro
Joel Rosdahl [Sun, 30 Jun 2024 16:54:13 +0000 (18:54 +0200)] 
refactor: Introduce and use CHECK_LIB_CALL macro

12 months agobuild: Fix detection of Fmt version for Fmt<11
Joel Rosdahl [Tue, 2 Jul 2024 15:05:43 +0000 (17:05 +0200)] 
build: Fix detection of Fmt version for Fmt<11

Fixes regression in 71f772e9d3d4f8045cfa7bccd03bd21c1e8fbef1.