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: CppMicroServices/CppMicroServices
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.8.4
Choose a base ref
...
head repository: CppMicroServices/CppMicroServices
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.8.5
Choose a head ref
  • 16 commits
  • 107 files changed
  • 7 contributors

Commits on Jul 2, 2024

  1. Test Case for Race Condition in Config Notifier (#1018)

    Signed-off-by: Toby Cormack <tcormack@mathworks.com>
    tcormackMW authored Jul 2, 2024
    1 Configuration menu
    Copy the full SHA
    f4cc394 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Update macos runners (#1021)

    * Update macos runners
    
    update macos runners and update README to reflect runner change
    
    Signed-off-by: The MathWorks, Inc. <jdicleme@mathworks.com>
    jeffdiclemente authored Jul 15, 2024
    1 Configuration menu
    Copy the full SHA
    0f79dd6 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. CppMicroService 3.8.4 [ci-skip] (#1023)

    Release 3.8.4
    
    Signed-off-by: Toby Cormack  <tcormack@mathworks.com>
    tcormackMW authored Jul 18, 2024
    1 Configuration menu
    Copy the full SHA
    9fdd207 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Safe Futures Addition (#1019)

    Signed-off-by: Toby Cormack  <tcormack@mathworks.com>
    tcormackMW authored Jul 30, 2024
    1 Configuration menu
    Copy the full SHA
    aebd9f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

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

Commits on Aug 20, 2024

  1. Allow for the presence of both a default constructor and one which ta…

    …kes the properties for the service (#1030)
    
    Co-authored-by: Toby Cormack <tcormack@vdi-ah2ddp-086.dhcp.mathworks.com>
    tcormackMW and Toby Cormack authored Aug 20, 2024
    1 Configuration menu
    Copy the full SHA
    1a29618 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

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

Commits on Sep 11, 2024

  1. Create cmake-variants.json [ci skip] (#1033)

    [ci skip]
    Support VS code's CMake Tools extension, making it easier to configure, build, and test the CppMicroServices project for various build configurations.
    
    Documentation for how to customize this file is found at https://github.com/microsoft/vscode-cmake-tools
    
    Signed-off-by: The MathWorks, Inc. <jdicleme@mathworks.com>
    jeffdiclemente authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    aff43fc View commit details
    Browse the repository at this point in the history
  2. Update LogService class in CppMicroServices (#1009)

    * Update LogService class
    
    ---------
    
    Co-authored-by: Archita P <architap@mathworks.com>
    architapruthi and Archita P authored Sep 11, 2024
    1 Configuration menu
    Copy the full SHA
    070fd93 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Update GitHub workflows (#1042)

    * Update actions/upload-artifact in workflows
    
    update deprecated instances of actions/upload-artifact to use latest version. v1 and v2 are no longer available.
    jeffdiclemente authored Sep 13, 2024
    1 Configuration menu
    Copy the full SHA
    3aff05c View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Remove deadlock in config notification (#1040)

    * added test to verify that update call from inside modified no longer causes deadlock
    
    * memory leaks... no idea why they are happening but 99% sure this is a false positive
    
    * fix false leak
    
    * respond to jeff comments
    
    * respond to conor
    's comment
    
    ---------
    
    Co-authored-by: Toby Cormack <tcormack@mathworks.com>
    tcormackMW and tcormackMW authored Sep 23, 2024
    1 Configuration menu
    Copy the full SHA
    2e4eca4 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Fixes a race condition in Config Admin shutdown (#1043)

    * first commit
    
    * test case reproduces failure
    
    * remove bundle.stop and use std::async
    
    * update comments for jeff's review
    
    ---------
    
    Co-authored-by: Toby Cormack <tcormack@mathworks.com>
    tcormackMW and tcormackMW authored Oct 9, 2024
    1 Configuration menu
    Copy the full SHA
    2b1206e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Functionality to retrieve Service Reference from Service (#1044)

    ---------
    
    Co-authored-by: Toby Cormack <tcormack@mathworks.com>
    tcormackMW and tcormackMW authored Oct 11, 2024
    1 Configuration menu
    Copy the full SHA
    ff2a986 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

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

    Toby Cormack committed Dec 13, 2024
    Configuration menu
    Copy the full SHA
    72be910 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release-3.8'

    Toby Cormack committed Dec 13, 2024
    Configuration menu
    Copy the full SHA
    13b2cdc View commit details
    Browse the repository at this point in the history
Loading