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: hjbdev/pvm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1
Choose a base ref
...
head repository: hjbdev/pvm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.1
Choose a head ref
  • 4 commits
  • 7 files changed
  • 2 contributors

Commits on Oct 7, 2024

  1. Version struct is made of integers

    changed every reference and use of Version struct, moved to xPrintf to concatenate numbers with string, undefined minor and patch value is associated with -1.
    sog-vriva committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    6d75707 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    484ca6b View commit details
    Browse the repository at this point in the history
  3. use only one Version struct!

    removed version sort function because wasn't used anymore with its test
    look for a given version with just one loop instead of three
    sog-vriva committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    312a1d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Merge pull request #19 from Lotti/hotfix/version-rework

    Version rework
    hjbdev authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ba147be View commit details
    Browse the repository at this point in the history
Loading