[go: nahoru, domu]

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: oblivioncth/Qx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.6.1
Choose a base ref
...
head repository: oblivioncth/Qx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.7
Choose a head ref
  • 13 commits
  • 17 files changed
  • 1 contributor

Commits on Jul 1, 2024

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

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    7a9e259 View commit details
    Browse the repository at this point in the history
  2. Introduce ReplaceMode to Io

    Handles how to deal with file conflicts during file IO that moves/copies
    files.
    
    So far only applies to copyDirectory().
    oblivioncth committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    8cac10a View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Configuration menu
    Copy the full SHA
    5dc3b34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e54e021 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b96d312 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Actions: Simply build matrices

    Utilize maps for some matrix entries (undocumented feature) to greatly
    simplify he matrices for builds. Still requires some cruft with the use
    of "exclude", but overall the setup is much clearer, readable, and less
    prone to error.
    oblivioncth committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a7abaef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22c0b01 View commit details
    Browse the repository at this point in the history
  3. Update OBCMake

    oblivioncth committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    57edfde View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Improve .gitignore

    oblivioncth committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    02f2521 View commit details
    Browse the repository at this point in the history
  2. Make Error and AbstractError derivatives implicitly convertible to bool

    More convenient for checking if the error is set.
    oblivioncth committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    7cb3073 View commit details
    Browse the repository at this point in the history
  3. Bump for release

    oblivioncth committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    2f26dac View commit details
    Browse the repository at this point in the history
  4. Merge pull request #133 from oblivioncth/dev

    Merge to master for v0.5.7
    oblivioncth authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    3ab1411 View commit details
    Browse the repository at this point in the history
Loading