Commit 0368c02
committed
Pin submodule utfcpp to tag v4.0.9 (#1315)
git submodule init
git submodule update --remote
(cd 3rdparty/utfcpp && git checkout v4.0.9)
git add 3rdparty/utfcpp
git commit -m 'Pin submodule utfcpp to tag v4.0.9'1 parent 9411bb1 commit 0368c02
1 file changed
Lines changed: 1 addition & 1 deletion
- .circleci/config.yml-13
- .github/workflows/ci-linux-clang.yml+32
- .github/workflows/ci-linux-gcc.yml+32
- .github/workflows/ci-windows-msvc.yml+23
- .gitmodules-3
- CMakeLists.txt+40-51
- README.md+829-201
- extern/ftest-1
- samples/docsample.cpp-64
- source/utf8.h+12
- source/utf8/checked.h+72-32
- source/utf8/core.h+181-68
- source/utf8/cpp11.h+2-35
- source/utf8/cpp17.h+2-9
- source/utf8/cpp20.h+124
- source/utf8/unchecked.h+71-42
- tests/CMakeLists.txt+29-14
- tests/apitests.cpp+3-1
- tests/docker/Dockerfile+1-1
- tests/ftest.h+282
- tests/noexceptionstests.cpp+1-1
- tests/test_checked_api.h+36-1
- tests/test_cpp11.cpp+14-1
- tests/test_cpp17.cpp+3-3
- tests/test_cpp20.cpp+77
- tests/test_unchecked_api.h+34
- utf8cppConfig.cmake.in+5-3
0 commit comments