Azure C Shared Utility
andrew-buckley
released this
20 Jan 19:10
·
1211 commits
to master
since this release
Release Notes:
- Adds CMake Version to project
- Fixes #41
- Makes project compile cleanly with clang
- Improves connection string parser
- Adds OSX support
- Adds Tizen RT support
- Adds tlsio to mbedtls
- Replaces chars so users can compile with non-ASCII code pages
- Adds ability to use httpapi_compact.c on any platform
- Adds UTF-8 Encoding
- Adds ability to build library as DLL
- Adds run_e2e_tests option to CMake
- Fixes a tls issue in openssl
- Enables mocking of connection parser APIs
- Changes skip_unittests flag to run_unittests and defaults to not building tests
- Fixes nuget building and adds nuget project generation support for umock_c e2e tests
- Includes the connection_string_parser in the library