Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion cmake/ConfigureAbseil.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ExternalProject_Add(abseil
BINARY_DIR ${ABSEIL_PATH}/build
STAMP_DIR ${ABSEIL_PATH}/stamp
GIT_REPOSITORY https://github.com/Geode-solutions/abseil-cpp
GIT_TAG 20240715
GIT_TAG d6ff87a43b5a7f6c9d9dbaa64222ae4a6088ceef
GIT_SHALLOW ON
GIT_PROGRESS ON
CMAKE_GENERATOR ${CMAKE_GENERATOR}
Expand Down
Loading