aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/libsecp256k1
AgeCommit message (Collapse)Author
7 daysbuild: remove old MSVC build systemfanquake
This has been superseded by CMake.
2023-11-05build: Drop no longer needed MSVC warning suppressionsHennadii Stepanov
2023-06-23Enable ellswift module in libsecp256k1dhruv
2023-05-05msvc: Cleanup after upgrading libsecp256k1 up to 0.3.0Hennadii Stepanov
2022-12-13Remove explicit enabling of default modulesPieter Wuille
2022-04-07build: fix MSVC build after subtree updatedhruv
Co-authored-by: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Co-authored-by: Aaron Clauson <aaron@sipsorcery.com>
2021-04-02Disable certain false positive warnings for libsecp256k1 msvc buildPieter Wuille
2020-10-12Support for Schnorr signatures and integration in SignatureCheckers (BIP 340)Pieter Wuille
This enables the schnorrsig module in libsecp256k1, adds the relevant types and functions to src/pubkey, as well as in higher-level `SignatureChecker` classes. The (verification side of the) BIP340 test vectors is also added.
2019-07-01[MSVC] Copy build output to src/ automatically after buildnicolas.dorier
2019-06-19Cleaned up and consolidated msvc build files to allow faster builds and ↵Aaron Clauson
easier migration to vs2019.
2019-02-17scripted-diff: Remove NDEBUG pre-defineChun Kuan Lee
-BEGIN VERIFY SCRIPT- sed -i 's/NDEBUG;//g' $(git grep --name-only 'NDEBUG;' build_msvc) -END VERIFY SCRIPT-
2019-02-01msvc: build secp256k1 locallyChun Kuan Lee