simon-git: charset (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Wed Apr 23 08:42:50 BST 2025


TL;DR:
  b603862 Update CMake version spec to 3.7...3.28.
  dcafe86 Remove redundant ; in definition of DELIBERATE_FALLTHROUGH.

Repository:     https://git.tartarus.org/simon/charset.git
On the web:     https://git.tartarus.org/?p=simon/charset.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2025-04-23 08:42:50

commit b603862f2e7220cbb33ccbf6a78a0923312566c4
web diff https://git.tartarus.org/?p=simon/charset.git;a=commitdiff;h=b603862f2e7220cbb33ccbf6a78a0923312566c4;hp=0bcab4bd82e99601609ba48287c5f8418f9cc56b
Author: Simon Tatham <anakin at pobox.com>
Date:   Wed Apr 23 08:13:29 2025 +0100

    Update CMake version spec to 3.7...3.28.
    
    This allows building on distros as far back as Debian stretch (the
    earliest Debian still just-about in support, with CMake 3.7) and as
    far forward as current sid (running 3.31) without provoking any
    warning of the form "Compatibility with CMake < 3.x will be removed
    from a future version of CMake."

 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit dcafe865f596a80d1310552e146063b4ac5ca1b2
web diff https://git.tartarus.org/?p=simon/charset.git;a=commitdiff;h=dcafe865f596a80d1310552e146063b4ac5ca1b2;hp=b603862f2e7220cbb33ccbf6a78a0923312566c4
Author: Simon Tatham <anakin at pobox.com>
Date:   Wed Apr 23 08:38:16 2025 +0100

    Remove redundant ; in definition of DELIBERATE_FALLTHROUGH.
    
    The caller of the macro is expected to provide a trailing ; at the
    call site – as the other branch of the #ifdef shows – so putting
    another one inside the macro makes two of them.

 internal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the tartarus-commits mailing list