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-lambda-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.8
Choose a base ref
...
head repository: awslabs/aws-lambda-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.9
Choose a head ref
  • 10 commits
  • 17 files changed
  • 8 contributors

Commits on Oct 19, 2022

  1. Add GitHub code scanner workflow (#172)

    * Add support for Github code scanner
    
    'lgtm.com' is shutting down in December 2022. It has been replaced by
    'GitHub code scanning'.
    
    * Install libcurl as part of the build steps
    
    * Replace lgtm badge with GitHub code analyzer
    
    * fixup! Replace lgtm badge with GitHub code analyzer
    marcomagdy authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    08002c5 View commit details
    Browse the repository at this point in the history
  2. Pass payload by value to enable moving arguments (#173)

    * Pass payload by value to enable moving arguments
    
    * Update the tests to use std::move
    
    * empty commit
    
    Co-authored-by: Bryan Moffatt <bmoffatt@users.noreply.github.com>
    Co-authored-by: Bryan Moffatt <bryan@bryanmoffatt.com>
    3 people authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    8e98808 View commit details
    Browse the repository at this point in the history
  3. Build with ASan and UBSan (#174)

    Co-authored-by: Bryan Moffatt <bmoffatt@users.noreply.github.com>
    marcomagdy and bmoffatt authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    2601aea View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

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

Commits on Feb 2, 2023

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

Commits on Feb 14, 2023

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

Commits on Feb 15, 2023

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

Commits on Feb 27, 2023

  1. Add building and packaging a demo project to CI and revert #136 (#183)

    * Add demo project
    
    * Add build-demo CI job
    
    * Revert "Simplified method for picking out shared libraries from system package query result (#136)"
    
    This reverts commit 5fb60b9.
    
    ---------
    
    Co-authored-by: Bryan Moffatt <bmoffatt@users.noreply.github.com>
    Co-authored-by: Bryan Moffatt <bryan@bryanmoffatt.com>
    3 people authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    c09c86e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Update main.cpp (#178)

    Co-authored-by: Bryan Moffatt <bmoffatt@users.noreply.github.com>
    Marthaarman and bmoffatt authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    f0ad062 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Making libbacktrace optional (#189)

    * Making libbacktrace optional
    
    ---------
    
    Co-authored-by: Stefan Toma <stefantm@amazon.com>
    Stefan9283 and Stefan Toma authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    e08ca6e View commit details
    Browse the repository at this point in the history
Loading