From f67b570c7a0336247ff6df2c5e5f0517c6f5e746 Mon Sep 17 00:00:00 2001 From: Arnaud Botella Date: Wed, 1 Apr 2026 09:07:22 +0200 Subject: [PATCH 1/3] fix(Abseil): update to LTS 2026 --- cmake/ConfigureAbseil.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/ConfigureAbseil.cmake b/cmake/ConfigureAbseil.cmake index 8da1c1a37..1fc94d104 100644 --- a/cmake/ConfigureAbseil.cmake +++ b/cmake/ConfigureAbseil.cmake @@ -25,8 +25,8 @@ ExternalProject_Add(abseil SOURCE_DIR ${ABSEIL_PATH}/src BINARY_DIR ${ABSEIL_PATH}/build STAMP_DIR ${ABSEIL_PATH}/stamp - GIT_REPOSITORY https://github.com/Geode-solutions/abseil-cpp - GIT_TAG 20240715 + GIT_REPOSITORY https://github.com/abseil/abseil-cpp + GIT_TAG 20260107.1 GIT_SHALLOW ON GIT_PROGRESS ON CMAKE_GENERATOR ${CMAKE_GENERATOR} From 4812c1326e5909c907553b3e1e506ba7c92bfc7f Mon Sep 17 00:00:00 2001 From: BotellaA <3213882+BotellaA@users.noreply.github.com> Date: Wed, 1 Apr 2026 07:08:16 +0000 Subject: [PATCH 2/3] Apply prepare changes --- .clang-tidy | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.clang-tidy b/.clang-tidy index 566fa5b22..725ab31e1 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -64,5 +64,9 @@ CheckOptions: value: lower_case - key: readability-function-cognitive-complexity.Threshold value: 10 + - key: readability-function-cognitive-complexity.IgnoreMacros + value: true - key: readability-function-size.ParameterThreshold value: 4 + - key: cppcoreguidelines-pro-type-member-init.IgnoreArrays + value: true From 29ce20f440931ef72b38ce10e57162b6d5904b25 Mon Sep 17 00:00:00 2001 From: Arnaud Botella Date: Wed, 1 Apr 2026 14:32:30 +0200 Subject: [PATCH 3/3] moved back to abseil fork --- cmake/ConfigureAbseil.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/ConfigureAbseil.cmake b/cmake/ConfigureAbseil.cmake index 1fc94d104..518008e4b 100644 --- a/cmake/ConfigureAbseil.cmake +++ b/cmake/ConfigureAbseil.cmake @@ -25,8 +25,8 @@ ExternalProject_Add(abseil SOURCE_DIR ${ABSEIL_PATH}/src BINARY_DIR ${ABSEIL_PATH}/build STAMP_DIR ${ABSEIL_PATH}/stamp - GIT_REPOSITORY https://github.com/abseil/abseil-cpp - GIT_TAG 20260107.1 + GIT_REPOSITORY https://github.com/Geode-solutions/abseil-cpp + GIT_TAG d6ff87a43b5a7f6c9d9dbaa64222ae4a6088ceef GIT_SHALLOW ON GIT_PROGRESS ON CMAKE_GENERATOR ${CMAKE_GENERATOR}