azure-sdk-for-cpp
azure-sdk-for-cpp copied to clipboard
This repository is for active development of the Azure SDK for C++. For consumers of the SDK we recommend visiting our versioned developer docs at https://azure.github.io/azure-sdk-for-cpp.
Maybe we should use some format tools for CMake files as well (we already have it for .hpp and .cpp). [cmake-format](https://cmake-format.readthedocs.io/en/latest/) is a good candidate, I always use it for...
I'm not looking at this in comparison, just thinking for the angle of diagnosability. If no other component does this, then I think they should. But Identity does :) It...
Headers should not depend on whether any other header is included already. Writing `#include ` should not result in a compilation error. (This kind of came up/was noticed in PR...
We have a customer who is using Clang on Windows (#5123). We had a compilation error which we could've caught if we were compiling on Windows with anything but MSVC....
Additionally, scan if we use `NULL` (in non-3rd party source) and update to `nullptr`.
We do friends, we do "`class C #ifndef (TESTS) final #endif {`", maybe some other approaches. In a few places we have virtual functions, but they are only the test...
`samples/internal` was chosen because the hierarchy of folders in the repo is: - `sdk//` - inc - samples - src - tests - vcpkg And who knows - there might...
We are missing copyright header comment here. _Originally posted by @ahsonkhan in https://github.com/Azure/azure-sdk-for-cpp/pull/5078#discussion_r1375106103_
Fixes https://github.com/Azure/azure-sdk-for-cpp/issues/5515 Related discussion: https://github.com/Azure/azure-sdk-for-cpp/pull/5530#issuecomment-2076038171 Given this is not meant for end customers to modify, I did not add it to the changelog to avoid highlighting it. cc @Jinming-Hu Here...
In the style of https://github.com/Azure/azure-sdk-tools/pull/8076/files