Skip to content

Commit b0cb27d

Browse files
author
jenkins[bot]
committed
1.20.0 (component version v-2.18.7)
1 parent bddeca0 commit b0cb27d

319 files changed

Lines changed: 10701 additions & 5562 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Checks: >-
4444
-performance-avoid-endl,
4545
-modernize-use-trailing-return-type,
4646
-readability-named-parameter,
47+
-readability-redundant-member-init,
4748
-cppcoreguidelines-avoid-magic-numbers,
4849
-readability-magic-numbers,
4950
-readability-identifier-length,

.clang-tidy.nightly

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Checks: >-
1717
-cppcoreguidelines-non-private-member-variables-in-classes,
1818
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
1919
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
20+
-cppcoreguidelines-pro-type-member-init,
2021
-cppcoreguidelines-pro-type-reinterpret-cast,
2122
-cppcoreguidelines-pro-type-union-access,
2223
-cppcoreguidelines-special-member-functions,
@@ -27,6 +28,7 @@ Checks: >-
2728
-hicpp-avoid-goto,
2829
-hicpp-braces-around-statements,
2930
-hicpp-function-size,
31+
-hicpp-member-init,
3032
-hicpp-named-parameter,
3133
-hicpp-no-array-decay,
3234
-hicpp-no-assembler,

Dependencies.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
| Package | Version | Lizenz | Download-Link |
22
|-----------------|--------------|--------------|----------------------------------------------------------------------|
3-
| antlr | 4.13.1 | BSD | https://www.antlr.org/download.html |
4-
| boost | 1.87.0 | Boost | https://github.com/boostorg/boost/tree/boost-1.87.0 |
5-
| botan | 3.6.1 | BSD 2-Clause | https://github.com/randombit/botan |
6-
| date | 3.0.3 | MIT | https://github.com/HowardHinnant/date/tree/v3.0.3 |
3+
| antlr | 4.13.2 | BSD | https://www.antlr.org/download.html |
4+
| boost | 1.88.0 | Boost | https://github.com/boostorg/boost/tree/boost-1.88.0 |
5+
| botan | 3.9.0 | BSD 2-Clause | https://github.com/randombit/botan |
6+
| date | 3.0.4 | MIT | https://github.com/HowardHinnant/date/tree/v3.0.4 |
77
| glog | 0.7.1 | BSD-3-Clause | https://github.com/google/glog/tree/v0.7.1 |
88
| gramine | 1.6 | LGPL 3.0 | https://github.com/gramineproject/gramine/releases/tag/v1.6 |
99
| gsl-lite | 0.41.0 | MIT | https://github.com/gsl-lite/gsl-lite/tree/v0.41.0 |
10-
| gtest | 1.16.0 | BSD-3-Clause | https://github.com/google/googletest/releases/tag/v1.16.0 |
11-
| hiredis | 1.2.0 | BSD-3-Clause | https://github.com/redis/hiredis/releases/tag/v1.2.0 |
10+
| gtest | 1.17.0 | BSD-3-Clause | https://github.com/google/googletest/releases/tag/v1.17.0 |
11+
| hiredis | 1.3.0 | BSD-3-Clause | https://github.com/redis/hiredis/releases/tag/v1.3.0 |
1212
| libpq | 16.8 | PostgreSQL | https://github.com/postgres/postgres/tree/REL_16_8/src/backend/libpq |
1313
| libpqxx | 7.10.1 | BSD-3-Clause | https://github.com/jtv/libpqxx/tree/7.10.1 |
1414
| libunwind | 1.8.1 | MIT | https://github.com/libunwind/libunwind/releases/tag/v1.8.1 |
15-
| libxml2 | 2.13.8 | MIT | https://github.com/GNOME/libxml2/tree/v2.13.8 |
15+
| libxml2 | 2.14.5 | MIT | https://github.com/GNOME/libxml2/tree/v2.14.5 |
1616
| magic_enum | 0.9.7 | MIT | https://github.com/Neargye/magic_enum/releases/tag/v0.9.7 |
17-
| openssl* | 3.1.8 | OpenSSL | https://github.com/openssl/openssl/tree/openssl-3.1.8 |
17+
| openssl* | 3.0.18 | OpenSSL | https://github.com/openssl/openssl/tree/openssl-3.0.18 |
18+
| prometheus-cpp | 1.3.0 | MIT | https://github.com/jupp0r/prometheus-cpp/releases/tag/v1.3.0 |
1819
| rapidjson | cci.20230929 | MIT | https://github.com/Tencent/rapidjson |
19-
| redis-plus-plus | 1.3.13 | Apache-2.0 | https://github.com/sewenew/redis-plus-plus/releases/tag/1.3.13 |
20+
| redis-plus-plus | 1.3.15 | Apache-2.0 | https://github.com/sewenew/redis-plus-plus/releases/tag/1.3.15 |
2021
| zlib | 1.3.1 | Zlib License | https://github.com/madler/zlib/tree/v1.3.1 |
2122
| zstd | 1.5.7 | BSD-3-Clause | https://github.com/facebook/zstd/tree/v1.5.7 |
22-
| prometheus-cpp | 1.3.0 | MIT | https://github.com/jupp0r/prometheus-cpp/releases/tag/v1.3.0 |
2323

24-
\* openssl 3.1.8: The openssl 3.1.8 is based on the version provided by conan-center (https://conan.io/center/)
24+
\* openssl 3.0.18: The openssl 3.0.18 is based on the version provided by conan-center (https://conan.io/center/)
2525
additionally a patch has been applied to access the embedded OCSP response.
2626
The changed package recipes and the patch are located in the subfolder `conan-recipes/openssl`
2727

28-
\* openssl 3.1.8: Die verwendete openssl 3.1.8 basiert auf der auf conan-center (https://conan.io/center/) verfügbaren.
28+
\* openssl 3.0.18: Die verwendete openssl 3.0.18 basiert auf der auf conan-center (https://conan.io/center/) verfügbaren.
2929
zusätzlich wird ein weiterer Patch angewandt, der den Zugriff auf die eingebettete OCSP-Response ermöglicht.
3030
Das geänderte Conan-Rezept und der Patch befinden sich im Unterordner `conan-recipes/openssl`

0 commit comments

Comments
 (0)