Pavel Pautov
|
4c24716eef
|
Don't force C++ standard for user builds.
This fixes build against C++17 enabled prebuilt dependencies.
|
2024-07-23 09:22:48 -07:00 |
|
Pavel Pautov
|
10215eee1b
|
Support building with latest gRPC versions (up to v1.65.0).
|
2024-07-23 09:22:48 -07:00 |
|
Pavel Pautov
|
6ed3910afb
|
Support custom versions of auto-fetched build dependencies.
|
2024-07-23 09:22:48 -07:00 |
|
Dmitry Plotnikov
|
d381713639
|
Fix undefined symbols error on Mac (fix #38).
|
2024-03-13 12:23:52 -07:00 |
|
Pavel Pautov
|
30b9b73546
|
Disable unnecessary gRPC features to reduce binary size.
Incidentally, this also removes RE2 code from the binary.
|
2024-03-12 14:43:02 -07:00 |
|
Dmitry Plotnikov
|
5a0071f497
|
Enforce compiler warnings in CI build only.
|
2024-03-08 21:40:50 -08:00 |
|
Dmitry Plotnikov
|
d6d7ce1015
|
Bump gRPC to v1.49.4 to support building with GCC 13 (fix #13).
|
2024-03-08 21:40:50 -08:00 |
|
Dmitry Plotnikov
|
fa28f37dab
|
Stop using system provided RE2 for static build.
Starting with 2023-06-01 RE2 publicly depends on Abseil, so we can't use
system provided RE2 together with gRPC-bundled Abseil.
|
2024-03-08 21:40:50 -08:00 |
|
Dmitry Plotnikov
|
b54c65005a
|
Move gRPC/Protobuf logs handling to a dedicated file.
|
2024-02-29 16:09:15 -08:00 |
|
Dmitry Plotnikov
|
fa280e1ffe
|
Bump gRPC and opentelemetry-cpp versions.
Move on to gRPC v1.46.7 and opetelemtry-cpp v1.11.0, last versions that
support C++11.
|
2024-02-06 17:22:48 -08:00 |
|
Evgeny
|
f6f2525dd7
|
fix: building with nginx with HTTP/3 (#4)
|
2023-06-14 09:58:46 -07:00 |
|
Pavel Pautov
|
cd9c91acc9
|
Remove unnecessary UTF8 check from generated protobuf code.
|
2023-06-13 16:59:02 -07:00 |
|
Pavel Pautov
|
3430e85c34
|
Nginx OTel module.
|
2023-06-13 16:59:02 -07:00 |
|