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.31.1
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.31.2
Choose a head ref
  • 6 commits
  • 14 files changed
  • 5 contributors

Commits on Mar 18, 2025

  1. Fix flaky CBOR test (#718)

    graebm authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    e43d14b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    743ab38 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. Fix "std-compat" CI to actually test what it's supposed to (#719)

    **Issue:**
    
    The "std-compat" CI isn't doing what it's supposed to: building aws-crt-cpp with different versions of the C++ std.
    
    It broke accidentally when [this commit](eaaaa60) stopped passing `--env CXXFLAGS` to the container.
    
    **Description of changes:**
    
    Fix it, so C++ version is passed to the container.
    
    Set it via `CMAKE_CXX_STANDARD=11`, instead of via `CXXFLAGS=-std=c++11`, since this is the "more correct" way to tell CMake the C++ standard you want. Doing it via `CXXFLAGS=-std=c++11` can (depending on the version of CMake you're using) force compiler extensions to be disabled.
    graebm authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    059ee6d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. Fix IP address being labelled "bad" for too long (#723)

    Update submodules, bringing in this notable fix:
    - awslabs/aws-c-io#718
    
    ```
    aws-c-auth         v0.8.6 -> v0.9.0
    aws-c-cal          v0.8.7 -> v0.8.8
    aws-c-common       v0.12.0 -> v0.12.2
    aws-c-io           v0.17.0 -> v0.17.1
    aws-checksums      v0.2.3 -> v0.2.5
    aws-lc             v1.48.4 -> v1.48.5
    s2n                v1.5.14 -> v1.5.15
    ```
    graebm authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    9ac418f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. Configuration menu
    Copy the full SHA
    2810db4 View commit details
    Browse the repository at this point in the history
  2. AutoTag PR for v0.31.2 (#724)

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