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: boost-ext/sml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.12
Choose a base ref
...
head repository: boost-ext/sml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.13
Choose a head ref
  • 12 commits
  • 11 files changed
  • 6 contributors

Commits on Apr 2, 2025

  1. 📚 [README]

    kris-jusiak authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    6272f0c View commit details
    Browse the repository at this point in the history

Commits on May 26, 2025

  1. Handle the events when we are in not terminated state

    Edvard Vasdal authored and kris-jusiak committed May 26, 2025
    Configuration menu
    Copy the full SHA
    1296114 View commit details
    Browse the repository at this point in the history
  2. Testing a anonymous transitions in not init state machine

    Edvard Vasdal authored and kris-jusiak committed May 26, 2025
    Configuration menu
    Copy the full SHA
    44c03c8 View commit details
    Browse the repository at this point in the history
  3. Removed space

    Edvard Vasdal authored and kris-jusiak committed May 26, 2025
    Configuration menu
    Copy the full SHA
    a2604e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

  1. Prevent compiler options propagating to projects using SML

    Compile options added to INTERFACE libraries propagate to any target that
    includes SML with either FetchContent or add_subdirectory.  Add these compile
    options only when SML is the top level project.
    Emilio Lopes authored and kris-jusiak committed Jul 9, 2025
    Configuration menu
    Copy the full SHA
    f232328 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2025

  1. Handle anonymous events with process_internal_events

    - Address missing initial anonymous transitions in composite states
    - Eliminate exponential internal generation of anonymous events in
      nested states
    jefftrull authored and kris-jusiak committed Oct 12, 2025
    Configuration menu
    Copy the full SHA
    5877b84 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Update initial submachines of composite states upon re-entry

    When a composite state is re-entered due to an event any submachines
    within the state also need to be initialized, or they will remain in
    their previous terminated state.
    
    - Recursively call update_composite_state on any initial states that
    are themselves composite
    - Add a test for this situation
    jefftrull authored and kris-jusiak committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    bf447ce View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. zephyr: Add files to support using with zephyr RTOS

    Files to allow importing and building as a zephyr module.
    
    Signed-off-by: Dean Sellers <[email protected]>
    d-o authored and kris-jusiak committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    2ff0cbf View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

  1. fix typo in README

    dornbirndevelops authored and kris-jusiak committed Nov 24, 2025
    Configuration menu
    Copy the full SHA
    026dfd7 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. fix: fallback to any_state when state-specific guard fails

    Edvard Vasdal authored and kris-jusiak committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    fde53fe View commit details
    Browse the repository at this point in the history
  2. Change to use combined_mapping

    Edvard Vasdal authored and kris-jusiak committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    9167ba4 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. ⬆️ v1.1.13

    Problem:
    - 1.1.11 is marked as 1.1.12 via tag
    - There multiple changes not release
    
    Solution:
    - Create 1.1.13 release
    kris-jusiak committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    8015e09 View commit details
    Browse the repository at this point in the history
Loading