azure-sdk-for-cpp/sdk/core/azure-core/src
Anton Kolesnyk ae575b0c08
CaseInsensitiveMap (#1731)
* Add CaseInsensitiveMap<T>

* Drop unneccessary namespace qualification

* Comment working: more accurate description

* GCC and Clang fix (typename specification) + doxy comments for template parameters

* Remove Allocator template parameter - we can add it later if we need it, currently no need to commit to having it there

* Drop <T> template parameter. We can add it later with default value of std::string without breaking change

* Unit test

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-02-26 08:38:01 -08:00
..
cryptography Add a Hash base class to Azure::Core and redesign Md5 to derive from it. (#1632) 2021-02-08 18:31:12 -08:00
http CaseInsensitiveMap (#1731) 2021-02-26 08:38:01 -08:00
logging Simplify logging (#1568) 2021-02-09 04:37:08 +00:00
base64.cpp Remove Base64 encode and decode methods from Azure::Storage and move the string-based helper to Internal. Update storage call sites. (#1298) 2021-01-09 08:12:06 +00:00
context.cpp Standardize header includes (#685) 2020-09-25 10:56:06 -07:00
datetime.cpp Update GetString to ToString (#1677) 2021-02-12 22:25:01 +00:00
operation_status.cpp Add Operation<T> (#1186) 2020-12-17 14:47:20 -08:00
strings.cpp Fix const naming in Core to follow Guidelines (#1481) 2021-01-27 11:56:30 -08:00
version.cpp Version strings (#1276) 2021-01-07 08:07:46 +00:00