-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade most dependencies to their latest version.
- Loading branch information
Showing
55 changed files
with
89 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule mingw-w64
updated
from c3e587 to 819a6e
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule SPCDNS
updated
3 files
+1 −1 | Makefile | |
+2 −2 | org.conman.dns-2.1.3-1.rockspec | |
+5 −4 | src/codec.c |
Submodule curl
updated
2162 files
Submodule lwip
updated
from 86c9f7 to 73fcf7
Submodule lz4
updated
76 files
Submodule pugixml
updated
18 files
+24 −0 | .github/workflows/build.yml | |
+9 −6 | CMakeLists.txt | |
+2 −3 | Makefile | |
+8 −0 | appveyor.yml | |
+73 −13 | docs/manual.adoc | |
+119 −56 | docs/manual.html | |
+4 −0 | scripts/pugixml_vs2019.vcxproj | |
+4 −0 | scripts/pugixml_vs2019_static.vcxproj | |
+4 −0 | scripts/pugixml_vs2022.vcxproj | |
+4 −0 | scripts/pugixml_vs2022_static.vcxproj | |
+4 −1 | src/pugiconfig.hpp | |
+319 −3 | src/pugixml.cpp | |
+76 −7 | src/pugixml.hpp | |
+3 −1 | tests/autotest-appveyor.ps1 | |
+57 −0 | tests/cmake-appveyor.ps1 | |
+160 −9 | tests/test_dom_modify.cpp | |
+98 −1 | tests/test_dom_text.cpp | |
+174 −0 | tests/test_dom_traverse.cpp |
Submodule snappy
updated
9 files
+2 −0 | .bazelrc | |
+1 −0 | .gitignore | |
+8 −7 | BUILD.bazel | |
+6 −3 | CMakeLists.txt | |
+23 −0 | MODULE.bazel | |
+4 −4 | README.md | |
+0 −0 | WORKSPACE.bzlmod | |
+27 −0 | snappy.cc | |
+17 −5 | snappy.h |
Submodule abseil-cpp
updated
271 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule boost
updated
82 files
Submodule ctre
updated
31 files
+1 −1 | .github/workflows/tests.yml | |
+106 −20 | CMakeLists.txt | |
+1 −1 | README.md | |
+26 −0 | ctre.cppm | |
+5 −6 | include/ctll/fixed_string.hpp | |
+5 −5 | include/ctll/grammars.hpp | |
+2 −0 | include/ctll/parser.hpp | |
+8 −0 | include/ctll/utilities.hpp | |
+2 −0 | include/ctre/atoms.hpp | |
+3 −0 | include/ctre/atoms_characters.hpp | |
+2 −0 | include/ctre/evaluation.hpp | |
+24 −26 | include/ctre/find_captures.hpp | |
+1 −1 | include/ctre/first.hpp | |
+2 −0 | include/ctre/id.hpp | |
+2 −0 | include/ctre/iterators.hpp | |
+4 −2 | include/ctre/pcre.gram | |
+53 −37 | include/ctre/pcre.hpp | |
+2 −0 | include/ctre/pcre_actions.hpp | |
+7 −3 | include/ctre/range.hpp | |
+9 −1 | include/ctre/return_type.hpp | |
+2 −0 | include/ctre/utf8.hpp | |
+6 −0 | include/ctre/utility.hpp | |
+76 −73 | include/ctre/wrapper.hpp | |
+6 −0 | include/unicode-db/unicode-db.hpp | |
+2 −0 | include/unicode-db/unicode_interface.hpp | |
+274 −207 | single-header/ctre-unicode.hpp | |
+268 −207 | single-header/ctre.hpp | |
+6 −0 | single-header/unicode-db.hpp | |
+7 −0 | tests/generating.cpp | |
+3 −0 | tests/parsing.cpp | |
+16 −0 | tests/string.cpp |
Submodule intx
updated
11 files
+1 −1 | .bumpversion.cfg | |
+57 −0 | CHANGELOG.md | |
+1 −1 | CMakeLists.txt | |
+4 −7 | circle.yml | |
+2 −2 | cmake/Hunter/init.cmake | |
+388 −650 | include/intx/intx.hpp | |
+2 −0 | test/CMakeLists.txt | |
+10 −4 | test/unittests/test_div.cpp | |
+34 −0 | test/unittests/test_int128.cpp | |
+32 −0 | test/unittests/test_intx_api.cpp | |
+10 −0 | test/unittests/test_uint256.cpp |
Submodule jsoncpp
updated
41 files
Submodule range-v3
updated
14 files
+27 −4 | .github/workflows/range-v3-ci.yml | |
+3 −0 | .gitignore | |
+3 −0 | MODULE.bazel | |
+2 −6 | README.md | |
+0 −0 | WORKSPACE.bzlmod | |
+4 −1 | include/concepts/swap.hpp | |
+7 −5 | include/meta/meta.hpp | |
+83 −52 | include/range/v3/iterator/diffmax_t.hpp | |
+4 −0 | include/range/v3/range/primitives.hpp | |
+6 −3 | include/range/v3/utility/static_const.hpp | |
+3 −3 | include/range/v3/view/any_view.hpp | |
+2 −0 | include/range/v3/view/span.hpp | |
+3 −3 | test/test_utils.hpp | |
+14 −2 | test/view/tokenize.cpp |
Submodule secp256k1
updated
74 files
Submodule boringssl
updated
from 8ae84b to 76968b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,4 @@ | |
# }}} | ||
|
||
|
||
cflags += -I$(pwd)/boringssl/src/include | ||
cflags += -I$(pwd)/boringssl/include |
Submodule libiconv
updated
from 17a9a0 to e5ef17
Submodule icu
updated
6062 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule Jinja2Cpp
updated
3 files
+2 −0 | include/jinja2cpp/polymorphic_value.h | |
+14 −21 | src/serialize_filters.cpp | |
+7 −6 | thirdparty/internal_deps.cmake |
Submodule expected-lite
updated
2 files
+50 −26 | include/nonstd/expected.hpp | |
+17 −0 | test/expected.t.cpp |
Submodule rapidjson
updated
5 files
+2 −1 | include/rapidjson/document.h | |
+2 −2 | include/rapidjson/reader.h | |
+1 −1 | test/unittest/CMakeLists.txt | |
+3 −0 | test/unittest/readertest.cpp | |
+8 −0 | test/unittest/valuetest.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule vpn-libraries
updated
11 files
+12 −0 | README.md | |
+30 −24 | krypton/add_egress_request.cc | |
+0 −1 | krypton/add_egress_request.h | |
+14 −18 | krypton/add_egress_request_test.cc | |
+5 −3 | krypton/jni/provision_jni.cc | |
+5 −3 | krypton/provision.cc | |
+6 −1 | krypton/provision.h | |
+8 −5 | krypton/provision_test.cc | |
+13 −18 | krypton/session_test.cc | |
+21 −1 | krypton/utils/http_response_test_utils.cc | |
+11 −1 | krypton/utils/http_response_test_utils.h |
Submodule pcre2
updated
from 5634d0 to 82ebeb
Submodule FP16
updated
33 files
Submodule jinja2
updated
from c9c775 to 2f6f2f
Submodule markupsafe
updated
from e582d7 to 6638e9
Submodule crc32c
updated
4 files
+7 −0 | include/crc32c/crc32c.h | |
+12 −14 | src/crc32c_arm64.cc | |
+20 −14 | src/crc32c_read_le.h | |
+11 −6 | src/crc32c_read_le_unittest.cc |
Submodule libsrtp
updated
from 7a7e64 to a52756
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule webrtc
updated
from b84097 to 849549
Submodule libz
updated
from 4f653f to c7678b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1970-01-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule workerd
updated
1140 files
Submodule libevent
updated
59 files
Submodule libssh
updated
from a5f082 to 861590
Submodule tor
updated
from 7a5d94 to 9b03f0