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.7.6
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.7.7
Choose a head ref
  • 3 commits
  • 2,292 files changed
  • 3 contributors

Commits on Nov 27, 2024

  1. Fix #926 Custom CppMicroServices Boost Namespace (#929)

    Signed-off-by: tcormack <tcormack@mathworks.com>
    tcormackMW authored and Toby Cormack committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    02d3ff4 View commit details
    Browse the repository at this point in the history
  2. Fix race condition when concurrently adding to SCRExtensionRegistry (#…

    …870)
    
    * Fix race condition when concurrently adding to SCRExtensionRegistry
    
    Fixed a race that can happen when multiple threads are trying to add to the extension registry container.
    
    Fixed a bug with the tests for SCRExtensionRegsitry class never being compiled and run.
    
    Signed-off-by: The MathWorks, Inc. <jdicleme@mathworks.com>
    jeffdiclemente authored and Toby Cormack committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    2f022f9 View commit details
    Browse the repository at this point in the history
  3. get branch up to date with R3.7.7

    Toby Cormack committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    548c966 View commit details
    Browse the repository at this point in the history
Loading