forked from OrchidTechnologies/orchid
-
Notifications
You must be signed in to change notification settings - Fork 0
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
33 changed files
with
36 additions
and
33 deletions.
There are no files selected for viewing
Submodule flutter-desktop-embedding
updated
1 files
+15 −0 | plugins/file_selector/file_selector_macos/README.md |
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 cairo
updated
from cb3618 to 76aed3
Submodule glib
updated
73 files
Submodule gnulib
updated
from 1ca148 to 605e20
Submodule vpn-libraries
updated
85 files
Submodule trace_event
updated
from eb94f1 to 9b2775
Submodule usrsctp
updated
6 files
+57 −0 | .github/workflows/build-with-cmake.yml | |
+1 −1 | configure.ac | |
+8 −2 | meson.build | |
+12 −7 | usrsctplib/CMakeLists.txt | |
+1 −1 | usrsctplib/Makefile.am | |
+1 −1 | usrsctplib/user_environment.h |
Submodule webrtc
updated
from fbac93 to 11215f
Submodule c-ares
updated
50 files
Submodule libgpg-error
updated
50 files
Submodule base
updated
from c50d19 to 6ca251
Submodule build
updated
from 65cd1b to 7a1743
Submodule googletest
updated
28 files
+0 −4 | .travis.yml | |
+0 −2 | ci/build-platformio.sh | |
+0 −5 | ci/install-platformio.sh | |
+13 −13 | docs/advanced.md | |
+0 −2 | docs/community_created_documentation.md | |
+1 −1 | docs/faq.md | |
+6 −8 | docs/gmock_cheat_sheet.md | |
+126 −76 | docs/gmock_cook_book.md | |
+6 −6 | docs/gmock_faq.md | |
+10 −10 | docs/gmock_for_dummies.md | |
+0 −0 | docs/pkgconfig.md | |
+0 −0 | docs/primer.md | |
+5 −4 | docs/pump_manual.md | |
+0 −0 | docs/samples.md | |
+4 −4 | googlemock/README.md | |
+4 −0 | googlemock/docs/README.md | |
+19 −21 | googlemock/include/gmock/gmock-matchers.h | |
+2 −1 | googlemock/scripts/generator/cpp/ast.py | |
+5 −4 | googlemock/scripts/generator/cpp/gmock_class.py | |
+20 −2 | googlemock/scripts/generator/cpp/gmock_class_test.py | |
+1 −1 | googlemock/test/gmock-matchers_test.cc | |
+4 −0 | googletest/docs/README.md | |
+259 −82 | googletest/include/gtest/gtest-matchers.h | |
+51 −3 | googletest/include/gtest/gtest-printers.h | |
+2 −1 | googletest/src/gtest.cc | |
+60 −2 | googletest/test/googletest-printers-test.cc | |
+2 −1 | googletest/test/gtest_help_test.py | |
+0 −47 | platformio.ini |
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 chains
updated
9 files
Submodule challenge-bypass-ristretto-ffi
updated
1 files
+67 −0 | .github/workflows/codeql-analysis.yml |
Submodule fmt
updated
10 files
+15 −12 | CMakeLists.txt | |
+2 −2 | README.rst | |
+10 −1 | doc/api.rst | |
+1 −0 | doc/build.py | |
+5 −10 | doc/syntax.rst | |
+47 −27 | include/fmt/format.h | |
+17 −3 | include/fmt/os.h | |
+1 −1 | include/fmt/ranges.h | |
+11 −5 | test/format-test.cc | |
+1 −0 | test/locale-test.cc |
Submodule jsoncpp
updated
21 files
+1 −1 | .clang-tidy | |
+3 −0 | .gitignore | |
+1 −1 | .travis_scripts/run-clang-format.sh | |
+7 −7 | LICENSE | |
+3 −1 | dev.makefile | |
+1 −1 | devtools/antglob.py | |
+2 −2 | devtools/fixeol.py | |
+2 −2 | devtools/licenseupdater.py | |
+2 −2 | doxybuild.py | |
+2 −2 | example/README.md | |
+5 −0 | get_version.pl | |
+3 −3 | include/json/value.h | |
+1 −0 | src/jsontestrunner/main.cpp | |
+14 −15 | src/lib_json/json_writer.cpp | |
+1 −1 | test/data/legacy_test_array_06.json | |
+11 −11 | test/data/legacy_test_complex_01.json | |
+1 −1 | test/data/legacy_test_object_03.json | |
+1 −1 | test/data/legacy_test_object_04.json | |
+1 −1 | test/data/legacy_test_preserve_comment_01.expected | |
+1 −1 | test/data/legacy_test_preserve_comment_01.json | |
+4 −4 | test/pyjsontestrunner.py |
Submodule openvpn3
updated
9 files
+3 −3 | openvpn/addr/ip.hpp | |
+3 −3 | openvpn/addr/ipv4.hpp | |
+3 −3 | openvpn/addr/ipv6.hpp | |
+3 −3 | openvpn/addr/route.hpp | |
+12 −107 | openvpn/common/hash.hpp | |
+1 −1 | openvpn/common/jsonhelper.hpp | |
+3 −3 | openvpn/ssl/sess_ticket.hpp | |
+5 −4 | openvpn/ws/httpcli.hpp | |
+12 −0 | test/unittests/test_helper.hpp |
Submodule secp256k1
updated
8 files
+8 −0 | build-aux/m4/bitcoin_secp.m4 | |
+134 −78 | configure.ac | |
+1 −1 | include/secp256k1.h | |
+13 −0 | include/secp256k1_extrakeys.h | |
+2 −2 | src/gen_context.c | |
+10 −0 | src/modules/extrakeys/main_impl.h | |
+26 −1 | src/modules/extrakeys/tests_impl.h | |
+6 −0 | src/valgrind_ctime_test.c |
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 leveldb
updated
5 files
+134 −34 | benchmarks/db_bench.cc | |
+5 −0 | db/db_impl.cc | |
+61 −0 | db/db_test.cc | |
+6 −0 | db/version_set.cc | |
+26 −1 | table/block.cc |
Submodule libevent
updated
4 files
+34 −8 | evdns.c | |
+12 −3 | include/event2/dns.h | |
+87 −0 | test/regress_dns.c | |
+117 −0 | test/regress_http.c |
Submodule libmaxminddb
updated
30 files
+5 −0 | .clang-format | |
+0 −78 | .uncrustify.cfg | |
+7 −0 | Changes.md | |
+204 −200 | bin/mmdblookup.c | |
+15 −0 | dev-bin/clang-format-all.sh | |
+30 −13 | dev-bin/make-man-pages.pl | |
+0 −19 | dev-bin/uncrustify-all.sh | |
+19 −16 | include/maxminddb.h | |
+9 −20 | src/data-pool.c | |
+43 −50 | src/maxminddb-compat-util.h | |
+543 −611 | src/maxminddb.c | |
+7 −7 | t/bad_databases_t.c | |
+18 −13 | t/bad_pointers_t.c | |
+83 −78 | t/basic_lookup_t.c | |
+41 −71 | t/data-pool-t.c | |
+165 −88 | t/data_entry_list_t.c | |
+201 −107 | t/data_types_t.c | |
+48 −53 | t/dump_t.c | |
+19 −15 | t/get_value_pointer_bug_t.c | |
+204 −113 | t/get_value_t.c | |
+11 −11 | t/ipv4_start_cache_t.c | |
+17 −16 | t/ipv6_lookup_in_ipv4_t.c | |
+71 −57 | t/maxminddb_test_helper.c | |
+17 −11 | t/maxminddb_test_helper.h | |
+4 −5 | t/metadata_pointers_t.c | |
+121 −76 | t/metadata_t.c | |
+8 −6 | t/no_map_get_value_t.c | |
+175 −82 | t/read_node_t.c | |
+54 −49 | t/threads_t.c | |
+1 −2 | t/version_t.c |
Submodule libssh
updated
from 6f934c to ae809b
Submodule tor
updated
from e7da68 to 74cfe3