Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: awslabs/aws-crt-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.32.2
Choose a base ref
...
head repository: awslabs/aws-crt-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.32.3
Choose a head ref
  • 3 commits
  • 5 files changed
  • 5 contributors

Commits on Mar 28, 2025

  1. Configuration menu
    Copy the full SHA
    2df6bee View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. fix clang error in string view (#728)

    *Issue #, if available:*
    
    aws/aws-sdk-cpp#3370
    
    *Description of changes:*
    
    fixes a clang warning as error that some the sdk users are seeing, [similar issue seen in fmt](fmtlib/fmt#3607). Since compilers older than gcc 4.9 do not support the correct syntax we add a definition to existing "ancient compilers" block so that we can handle it correctly.
    
    Co-authored-by: Michael Graeb <graebm@amazon.com>
    sbiscigl and graebm authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    dd9edb6 View commit details
    Browse the repository at this point in the history
  2. AutoTag PR for v0.32.3 (#729)

    Co-authored-by: GitHub Actions <aws-sdk-common-runtime@amazon.com>
    bretambrose and aws-crt-bot authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    167aa27 View commit details
    Browse the repository at this point in the history
Loading