6 Commits

Author SHA1 Message Date
Craig Tiller 339906443b [clang-format] Match include file ordering to internal clang-format (#40905)
gRPC is currently getting formatted with two different clang-format implementations, and due to some weirdness they have different include file orderings. This change introduces clang-format configuration to ensure that the two systems align - it's *highly* expected that this will need some maintenance going forward as the two systems evolve.

Closes #40905

PiperOrigin-RevId: 819606209
2025-10-15 00:24:11 -07:00
Yash Tibrewal 95a1de4935 [examples] Initialize logging (#39095)
Closes #39095

PiperOrigin-RevId: 741352357
2025-03-27 18:49:43 -07:00
Craig Tiller dbb5164ac7 [clang-format] Remove custom clang-format rules for include ordering (#37820)
Closes #37820

PiperOrigin-RevId: 682352913
2024-10-04 09:44:20 -07:00
Esun Kim a49d450a54 [Build] Bumped the minimum version of cmake (#37702)
Per https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md, the minimum version of cmake to support is 3.16 so let's change our cmake builds' requirements accordingly.

Closes #37702

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37702 from veblush:cmake316 bb4ed1a1be5e9374980c922aac3dc1ccd27d1266
PiperOrigin-RevId: 680639191
2024-09-30 10:55:14 -07:00
Yash Tibrewal 530bb89826 [OTel] Remove unnecessary comment from codelab (#37403)
Closes #37403

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37403 from yashykt:OTelCodelab bd282f445991d7df8cedbc789ed01e3e8bc51c23
PiperOrigin-RevId: 659738193
2024-08-05 17:35:46 -07:00
Yash Tibrewal 3e704c7552 [codelab] Add a codelab for gRPC C++ OTel plugin (#37318)
Closes #37318

PiperOrigin-RevId: 658586660
2024-08-01 17:04:28 -07:00