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: modelica/Reference-FMUs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.29
Choose a base ref
...
head repository: modelica/Reference-FMUs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.30
Choose a head ref
  • 16 commits
  • 45 files changed
  • 3 contributors

Commits on Jan 31, 2024

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

Commits on Feb 7, 2024

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

Commits on Feb 8, 2024

  1. Remove time from FMIInstance_ (#467)

    fixes #244
    t-sommer authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    cbeffed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12960ef View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    223d398 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34dc533 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

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

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    9a328fa View commit details
    Browse the repository at this point in the history
  2. Remove excess reference operator (#475)

    and fix typo in comment
    beutlich authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ef84f67 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Fix preemption locks in Clocks.fmu (#478)

    * Fix typos and locks
    
    * lint
    MBlesken authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2f15683 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ec15a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f20e89 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

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

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    67ff0df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47e8cc7 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Handle terminateSimulation = true (#487)

    * Fix handling of  terminateSimulation = true in FMI 3.0 CS
    * Use lastSuccessfulTime when sampling after fmi2Terminated = true
    * Return fmi2Discard from fmi2DoStep() if terminateSimulation = true
    
    fixes #482
    t-sommer authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    477a354 View commit details
    Browse the repository at this point in the history
Loading