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: Thalhammer/jwt-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: Thalhammer/jwt-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.1
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on Mar 20, 2021

  1. Remove unused member from eddsa algorithm base (#136)

    * Remove unsed memember from eddsa algotithm base
    
    * docs
    
    * Remove silly test code
    prince-chrismc authored Mar 20, 2021
    Configuration menu
    Copy the full SHA
    4620bf4 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

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

Commits on May 19, 2021

  1. 🛠️ User set CMake install subdirectory + cross-platform default locat…

    …ion (#142)
    
    * Changed the JWT_CMAKE_FILES_INSTALL_DIR such that it is found on both Windows and Unix and that it may be configured to something entirely different
    
    * Update cmake.yml
    
    * Update cmake.yml
    
    * Update CMakeLists.txt
    
    Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
    
    * Update .github/workflows/cmake.yml
    
    Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
    
    * Update .github/workflows/cmake.yml
    
    Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
    
    * Update .github/workflows/cmake.yml
    
    Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
    
    Co-authored-by: Arjen Hoogesteger <arjen.hoogesteger@sweco.nl>
    Co-authored-by: Arjen Hoogesteger <65287900+sweco-nlahoo@users.noreply.github.com>
    
    * Update CMakeLists.txt
    
    * Update CMakeLists.txt
    
    * Update traits.yml
    
    * trying different cmake path + debug in actions
    
    * fix typo
    
    * quick test for installing in lib dir
    
    * revert
    
    Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
    arjen-hoogesteger and prince-chrismc authored May 19, 2021
    Configuration menu
    Copy the full SHA
    14061f1 View commit details
    Browse the repository at this point in the history
  2. Remove Travis CI (#143)

    * Delete .travis.yml
    * Remove run restrictions from github actions
    Thalhammer authored May 19, 2021
    2 Configuration menu
    Copy the full SHA
    60122bb View commit details
    Browse the repository at this point in the history
Loading