This repository was archived by the owner on Sep 10, 2025. It is now read-only.
Commit 28ccf3c
committed
Update third_party dependencies
Newer versions of CMake (>=4.0) have dropped backwards compatibility
with older versions of CMake (<3.5). All of double-conversion,
sentencepiece, and utf8proc point to commits that declare minimum
CMake versions older than that, breaking the build. Fortunately,
the minimum CMake versions have all been bumped upstream, and just
updating the submodules seems to work.
Fixes #22941 parent bde7ecd commit 28ccf3c
3 files changed
Lines changed: 3 additions & 3 deletions
Submodule double-conversion updated 35 files
- .github/dependabot.yml+8
- .github/workflows/ci.yml+101
- .github/workflows/cifuzz.yml+37
- .github/workflows/scons.yml+26
- .github/workflows/scorecard.yml+63
- .gitignore+1-1
- BUILD-2
- CMakeLists.txt+24-5
- Changelog+44-1
- MODULE.bazel+7
- Makefile+1-1
- README.md+24-2
- SConstruct+1-1
- double-conversion/bignum-dtoa.cc+3-3
- double-conversion/bignum.cc+8-7
- double-conversion/double-to-string.cc+33-13
- double-conversion/double-to-string.h+105-18
- double-conversion/fast-dtoa.cc+2-2
- double-conversion/fixed-dtoa.cc+2-2
- double-conversion/ieee.h+25
- double-conversion/string-to-double.cc+61-7
- double-conversion/string-to-double.h+13-1
- double-conversion/strtod.cc+16-14
- double-conversion/strtod.h+17-3
- double-conversion/utils.h+53-7
- msvc/double-conversion.vcxproj+2-2
- test/cctest/cctest.cc+23-3
- test/cctest/cctest.h+46-33
- test/cctest/test-bignum-dtoa.cc+1-1
- test/cctest/test-bignum.cc+4-2
- test/cctest/test-conversions.cc+346-12
- test/cctest/test-dtoa.cc+8-8
- test/cctest/test-fast-dtoa.cc+1-1
- test/cctest/test-ieee.cc+7-3
- test/cctest/test-strtod.cc+194-1
Submodule sentencepiece updated 122 files
- .github/dependabot.yml+8
- .github/workflows/ci-fuzz.yml+23
- .github/workflows/cmake.yml+86
- .github/workflows/make.yml+41
- .gitignore+28-15
- .travis.yml-15
- CMakeLists.txt+66-29
- Doxyfile+1.4k-122
- LICENSE.md+1-1
- MANIFEST+3-3
- Makefile+40-8
- NEWS.md+65
- README.md+62-6
- cmake/utf8proc-config.cmake.in+5
- data/Makefile+23-17
- data/Manifest.toml+16
- data/Project.toml+2
- data/charwidths.jl-169
- data/data_generator.jl+498
- data/data_generator.rb-426
- libutf8proc.pc.cmakein+10
- test/app/CMakeLists.txt+6
- test/app/app.c+9
- test/case.c+12-9
- test/charwidth.c+14
- test/fuzz_main.c+54
- test/fuzzer.c+94
- test/graphemetest.c+110-60
- test/iscase.c+63
- test/iterate.c+9-7
- test/maxdecomposition.c+22
- test/misc.c+1
- test/normtest.c+11-11
- test/ossfuzz.sh+13
- test/printproperty.c+16-8
- test/tests.c+18-4
- test/tests.h+7-3
- utf8proc.c+104-53
- utf8proc.h+108-35
- utf8proc_data.c+16.1k-13.9k
0 commit comments