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: Disservin/fastchess
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.0-alpha
Choose a base ref
...
head repository: Disservin/fastchess
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0-alpha
Choose a head ref
  • 6 commits
  • 6 files changed
  • 3 contributors

Commits on Sep 10, 2025

  1. chore: add issue templates

    Disservin authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    eff38f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. fix: always close fds in child processes (#914)

    This previously caused child processes under specific circumstances to stay open.
    MinetaS authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    3c33636 View commit details
    Browse the repository at this point in the history
  2. refactor: check that engine executable exists (#913)

    * make sure the engine executable exists
    
    * Check if directory is absolute or not and concatenate it with the exe name
    
    * Remove redundant check to see if the file exists
    leofracca authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    9aad63e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

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

Commits on Sep 21, 2025

  1. Configuration menu
    Copy the full SHA
    4a718b1 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    5c6d1bc View commit details
    Browse the repository at this point in the history
Loading