Isaac Torres
Isaac Torres
We've observed at least two separate issues during the `BootstrapGNUMake` step on users who've upgraded their machines to the latest `v15` release of the mac command line tools or the...
The latest macos sdk release - 15.3, seems to have broken a transitive include for OSStatus types used in sectransp.c The fix here is to explicitly include the header that...
The external_include_paths feature enables specifying include paths locally with -I and with -isystem when the project is included as an external repo. This makes it possible to set -Werror against...
Adds a handful of new features to the default toolchain that enables setting the C/C++ standards, with or without gnu extensions (`-std=gnu`) at the target level. The issue associated with...
commit: https://github.com/grpc/grpc/commit/06eda49d45a2697e1726e6802759c4fc5c09997c tries to cleanup how include paths are propagated by `grpc_cc_library` targets - However in future versions of bazel - referring to include paths in `includes` that are not...