-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
5b0444a a6f4bcf 5ec1333 f6bef03 1f33bb2 1c89536 6b7e5b7 596b336 4b84f4b 024a409 222ecaf 4b0f711 3c81838 f30c748 1cf15eb 24c768a 341cc19 c63ec88 54d34b6 073d98a 9eb6934 ab5a917 fb3a806 006ddc1 3353d3c b54a067 7d4f86d e8295d0 3e3d125 acf5c55 ' into temp-merge-1312
- Loading branch information
Showing
66 changed files
with
1,635 additions
and
1,010 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,5 +67,7 @@ contrib/gh-pr-create.sh | |
|
||
musig_example | ||
|
||
### CMake | ||
/CMakeUserPresets.json | ||
# Default CMake build directory. | ||
/build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"cmakeMinimumRequired": {"major": 3, "minor": 21, "patch": 0}, | ||
"version": 3, | ||
"configurePresets": [ | ||
{ | ||
"name": "dev-mode", | ||
"displayName": "Development mode (intended only for developers of the library)", | ||
"cacheVariables": { | ||
"SECP256K1_EXPERIMENTAL": "ON", | ||
"SECP256K1_ENABLE_MODULE_RECOVERY": "ON", | ||
"SECP256K1_BUILD_EXAMPLES": "ON" | ||
}, | ||
"warnings": { | ||
"dev": true, | ||
"uninitialized": true | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.