-
-
Notifications
You must be signed in to change notification settings - Fork 287
Comparing changes
Open a pull request
base repository: Thalhammer/jwt-cpp
base: v0.7.1
head repository: Thalhammer/jwt-cpp
compare: master
- 9 commits
- 31 files changed
- 7 contributors
Commits on May 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f54fe2b - Browse repository at this point
Copy the full SHA f54fe2bView commit details -
Update jsoncons trait to support v1 release (#375)
* Update traits.h * fix actions fails * update version of jsoncons warkflow traits and install action * update example/traits/danielaparker-jsoncons.cpp * Drop support of the 0.x release of jsoncons * Update jsoncons to 1.3.2 and nlohmann-json to 3.12.0 * revert the changes for nlohmann-json --------- Co-authored-by: Chris Mc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82e5dae - Browse repository at this point
Copy the full SHA 82e5daeView commit details -
update trait dependencies to support CMake v4 (#379)
* update nlohmann-json to 3.12.0 (fix cmake min version) * Bump fetch ver Needs new md5 * 3.12 md5 * Limit hunter cmake version * bump jsoncpp version to v1.9.6 as well * bump workflow as well as default --------- Co-authored-by: Chris Mc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d3b93ef - Browse repository at this point
Copy the full SHA d3b93efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a4c6eb - Browse repository at this point
Copy the full SHA 5a4c6ebView commit details -
Update workflows for new GitHub Action Runner Images (#382)
* use ubuntu-latest + update actions/cache * performance-avoid-endl https://clang.llvm.org/extra/clang-tidy/checks/performance/avoid-endl.html * misc-const-correctness https://clang.llvm.org/extra/clang-tidy/checks/misc/const-correctness.html * misc-const-correctness https://clang.llvm.org/extra/clang-tidy/checks/misc/const-correctness.html * formatting * clang format and tidy and already installed https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md#language-and-runtime * explict clang-format-14 * disable include cleaner * format * format * install lcov to get patching geninfo for gcc 13 * revert "install lcov to get patching geninfo for gcc 13"
Configuration menu - View commit details
-
Copy full SHA for 0ab9469 - Browse repository at this point
Copy the full SHA 0ab9469View commit details
Commits on May 14, 2025
-
Support passing ssl library key handles to algorithms (#369)
* Support passing ssl library key handles to algorithms * Support passing public keys too for ssl library key handles * add documentation to ecdsa constructor * Support passing ssl library rsa keys * reformat code --------- Co-authored-by: Dominik Thalhammer <[email protected]> Co-authored-by: Chris Mc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f07905 - Browse repository at this point
Copy the full SHA 9f07905View commit details
Commits on May 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0c676f8 - Browse repository at this point
Copy the full SHA 0c676f8View commit details
Commits on Jun 19, 2025
-
Fix error in CMake config-file package (#387)
Fixes error ``` The link interface of target "jwt-cpp::jwt-cpp" contains: picojson::picojson> but the target was not found. Possible reasons include: * There is a typo in the target name. * A find_package call is missing for an IMPORTED target. * An ALIAS target is missing. ``` Co-authored-by: Chris Mc <[email protected]>Configuration menu - View commit details
-
Copy full SHA for cf0dab1 - Browse repository at this point
Copy the full SHA cf0dab1View commit details
Commits on Oct 25, 2025
-
CMake: synchronize cmake_minimum_required from main CMakeLists.txt (#398
) The examples have been using older cmake_minimum_required, given support for versions <3.10 is deprecated since 3.31, synchronize the minimum required version from the main CMakeLists.txt (version 3.14) into examples and tests. closes #397
Configuration menu - View commit details
-
Copy full SHA for 3972ac2 - Browse repository at this point
Copy the full SHA 3972ac2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.7.1...master