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: wb2osz/direwolf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 38faea4b06390f3a35597750f2d2fe6bbb3bb375
Choose a base ref
...
head repository: wb2osz/direwolf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fde364c58405d2a537a7fbe604cf498ea892eabf
Choose a head ref
  • 19 commits
  • 35 files changed
  • 5 contributors

Commits on Jan 23, 2023

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

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    031c937 View commit details
    Browse the repository at this point in the history
  2. Fix spellling (#409)

    Fixed with
    codespell --skip external,symbols*.txt,tocalls.txt,./cmake/* --ignore-words-list clen,convers,dout,feets,fo,inout,ist,ot,parm,pres,ro,siz,usng,xwindows --summary
    
    running first with only --write-changes and then adding --interactive=2
    
    Co-authored-by: Daniele Forsi <iu5hkx@gmail.com>
    dforsi and dforsi authored Jan 28, 2023
    Configuration menu
    Copy the full SHA
    fedfef9 View commit details
    Browse the repository at this point in the history
  3. github actions implementation (#396)

    * Create codeql-analysis.yml
    
    * cmake: add support for Visual Studio 2019
    
    * enable github actions (aka continuous integration)
    
    basic implementation to enable github actions with:
    - triggered each push or pull request
    - built on ubuntu (multiple version), macOS, windows
    - the binary has debug facilities enabled
    - ignore any commit/push on the .github folder
    - run all tests
    - create an archive with binaries (available for 90 days)
    - can manually triggered setting custom cmake flags
    
    * cmake: fix MSVC check
    
    * github actions: remove ubuntu 18.04; add ubuntu 22.04
    
    * github actions: fix windows ci
    
    ---------
    
    Co-authored-by: wb2osz <wb2osz@comcast.net>
    ra1nb0w and wb2osz authored Jan 28, 2023
    Configuration menu
    Copy the full SHA
    0f92f46 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    04ecdbc View commit details
    Browse the repository at this point in the history
  2. Notes for future.

    wb2osz committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    8e28902 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c25629a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. 1 Configuration menu
    Copy the full SHA
    8cb73d2 View commit details
    Browse the repository at this point in the history
  2. Cleanup.

    wb2osz committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    8a97887 View commit details
    Browse the repository at this point in the history
  3. Improve error message.

    wb2osz committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    b4b7b13 View commit details
    Browse the repository at this point in the history
  4. Improve error message.

    wb2osz committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    cac83f2 View commit details
    Browse the repository at this point in the history
  5. More comments.

    wb2osz committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    dbb4777 View commit details
    Browse the repository at this point in the history
  6. Improve error message.

    wb2osz committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    7573f99 View commit details
    Browse the repository at this point in the history
  7. Reduce noise.

    wb2osz committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    eb813e5 View commit details
    Browse the repository at this point in the history
  8. Improve error message.

    wb2osz committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    11468f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Update config.c

    wb2osz committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    019ff3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75ccf18 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    dc13dce View commit details
    Browse the repository at this point in the history
  2. Update changelog.

    ars-ka0s committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    fde364c View commit details
    Browse the repository at this point in the history
Loading