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: bobsquared/Mr_Bob_Chess
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: bobsquared/Mr_Bob_Chess
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 28, 2023

  1. Add missing include in src/main.cpp

    strcmp() is used without including <cstring>, causing a build failure on
    Ubuntu 23.04. Fix this.
    
    Fixes #4
    skiminki committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    3a1e6e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Merge pull request #5 from skiminki/fix-missing-include

    Add missing include in src/main.cpp
    bobsquared authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    03928b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Merge pull request #6 from bobsquared/develop

    merge 1.3.0 to main from develop
    bobsquared authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    86bfd62 View commit details
    Browse the repository at this point in the history
Loading