azure-sdk-for-cpp icon indicating copy to clipboard operation
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.

Results 406 azure-sdk-for-cpp issues
Sort by recently updated
recently updated
newest added

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...

EngSys
MQ

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...

design-discussion

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...

MQ

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....

EngSys
Central-EngSys

Additionally, scan if we use `NULL` (in non-3rd party source) and update to `nullptr`.

design-discussion

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...

design-discussion

`samples/internal` was chosen because the hierarchy of folders in the repo is: - `sdk//` - inc - samples - src - tests - vcpkg And who knows - there might...

design-discussion

We are missing copyright header comment here. _Originally posted by @ahsonkhan in https://github.com/Azure/azure-sdk-for-cpp/pull/5078#discussion_r1375106103_

EngSys
MQ

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...

Azure.Core

In the style of https://github.com/Azure/azure-sdk-tools/pull/8076/files