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: eclipse-sparkplug/sparkplug
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: eclipse-sparkplug/sparkplug
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master-3.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 5 files changed
  • 2 contributors

Commits on Jun 21, 2023

  1. Fix example byte string contents for various Array types

    Fix the following problems:
    
    * The Int8Array example uses the wrong byte for decimal -23.
    * The FloatArray and DoubleArray examples have the byte arrays in big
      endian order instead of little endian order.
    * The DateTimeArray example is missing the two most significant bytes
      for each value.
    
    Signed-off-by: Ian Abbott <[email protected]>
    ian-abbott authored and wes-johnson committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    5ce7380 View commit details
    Browse the repository at this point in the history
  2. Fix 'Node Control/Refresh' typo in specification.

    It should read 'Node Control/Rebirth'.
    
    Signed-off-by: Ian Abbott <[email protected]>
    ian-abbott authored and wes-johnson committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    efb908d View commit details
    Browse the repository at this point in the history
  3. Updated .gitignore

    wes-johnson committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    1c6bce2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #464 from wes-johnson/3.x

    Cherry-picked PR #436 and #451 into 3.x
    wes-johnson authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    f2ce814 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    wes-johnson committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    6eae7be View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

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