]> Git Repo - secp256k1.git/history - configure.ac
dont do self test
[secp256k1.git] / configure.ac
2021-07-03 Tim RuffingMerge #844: schnorrsig API overhaul
2021-07-02 Jonas NickMerge bitcoin-core/secp256k1#951: configure: replace...
2021-07-01 Jonas NickMerge bitcoin-core/secp256k1#944: Various improvements...
2021-07-01 Tim Ruffingci: Make compiler warning into errors on CI
2021-07-01 Tim Ruffingbuild: Ensure that configure's compile checks default...
2021-07-01 Tim Ruffingbuild: List *CPPFLAGS before *CFLAGS like on the compil...
2021-07-01 Tim Ruffingbuild: Enable -Wcast-align=strict warning
2021-07-01 Tim Ruffingbuild: Use own variable SECP_CFLAGS instead of touching...
2021-06-16 Tim RuffingMerge #879: Avoid passing out-of-bound pointers to...
2021-06-15 UdjinM6configure: replace AC_PATH_PROG to AC_CHECK_PROG
2021-04-07 Jonas NickMerge #889: fix uninitialized read in tests
2021-03-26 Jonas NickMerge #903: Make argument of fe_normalizes_to_zero...
2021-03-18 Pieter WuilleMerge #831: Safegcd inverses, drop Jacobi symbols,...
2021-03-15 Pieter WuilleRemove num/gmp support
2021-03-07 Tim RuffingMerge #901: ci: Switch all Linux builds to Debian and...
2021-03-02 Tim RuffingMerge #891: build: Add workaround for automake 1.13...
2021-02-04 PiRKprint warnings for conditional-uninitialized
2021-02-01 Tim Ruffingbuild: Add workaround for automake 1.13 and older
2021-01-12 Tim RuffingMerge #862: Autoconf improvements
2021-01-08 Tim RuffingImprove CC_FOR_BUILD detection
2021-01-08 Tim RuffingRestructure and tidy configure.ac
2021-01-08 Tim RuffingAsk brew for valgrind include path
2020-11-04 Pieter WuilleMerge #835: Don't use reserved identifiers memczero...
2020-11-04 Jonas NickMerge #839: Prevent arithmetic on NULL pointer if the...
2020-10-30 Jonas NickMerge #840: Return NULL early in context_preallocated_c...
2020-10-27 Tim RuffingMerge #838: Make autotools check for all the used opens...
2020-10-27 Elichai TurkelConfigure echo if openssl tests are enabled
2020-10-27 Jonas NickMerge #841: Avoids a potentially shortening size_t...
2020-10-21 Tim RuffingMerge #809: Stop treating ECDH as experimental
2020-10-20 Jonas NickStop treating ECDH as experimental
2020-10-14 Pieter WuilleMerge #830: Rip out non-endomorphism code + dependencies
2020-10-13 Pieter WuilleRip out non-endomorphism code
2020-09-26 Tim RuffingMerge #818: Add static assertion that uint32_t is unsig...
2020-09-26 Pieter WuilleMerge #808: Exhaustive test improvements + exhaustive...
2020-09-19 Jonas NickMerge #813: Enable configuring Valgrind support
2020-09-19 Jonas NickMerge #819: Enable -Wundef warning
2020-09-18 Tim RuffingEnable -Wundef warning
2020-09-15 Jonas NickMerge #782: Check if variable=yes instead of if var...
2020-09-14 Luke Dashjrconfigure: Allow specifying --with[out]-valgrind explicitly
2020-09-11 Tim RuffingMerge #558: Add schnorrsig module which implements...
2020-09-09 Tim RuffingMerge #699: Initialize field elements when resulting...
2020-09-06 Jonas Nickschnorrsig: Init empty experimental module
2020-09-02 Tim RuffingMerge #648: Prevent ints from wrapping around in scratc...
2020-08-26 Jonas Nickextrakeys: Init empty experimental module
2020-08-13 Tim RuffingMerge #787: Use preprocessor macros instead of autoconf...
2020-08-12 Tim RuffingMerge #793: Make scalar/field choice depend on C-detect...
2020-08-11 Tim RuffingUse preprocessor macros instead of autoconf to detect...
2020-08-10 Pieter WuilleAutodetect __int128 availability on the C side
2020-07-26 Tim RuffingMerge #741: Remove unnecessary sign variable from wnaf_...
2020-06-02 Tim RuffingMerge #754: Fix uninit values passed into cmov
2020-05-22 Tim RuffingMerge #752: autoconf: Use ":" instead of "dnl" as a...
2020-05-18 Tim Ruffingautoconf: Use ":" instead of "dnl" as a noop
2020-04-30 Tim RuffingMerge #701: Make ec_ arithmetic more consistent and...
2020-04-18 Jonas NickMerge #732: Retry if r is zero during signing
2020-04-13 Jonas NickMerge #735: build: fix OpenSSL EC detection on macOS
2020-04-09 fanquakebuild: fix OpenSSL EC detection on macOS
2020-03-24 Jonas NickMerge #722: Context isn't freed in the ECDH benchmark
2020-03-20 Tim RuffingMerge #700: Allow overriding default flags
2020-03-03 Tim RuffingMerge #708: Constant-time behaviour test using valgrind...
2020-02-24 Gregory MaxwellConstant-time behaviour test using valgrind memtest.
2020-02-24 Tim RuffingMerge #710: Eliminate harmless non-constant time operat...
2020-02-20 Gregory MaxwellAdds a declassify operation to aid constant-time analysis.
2020-02-19 Jonas NickCompile with optimization flag -O2 by default instead...
2020-02-10 Tim RuffingMerge #714: doc: document the length requirements of...
2020-02-10 Tim RuffingMerge #682: Remove Java Native Interface
2020-01-08 Jonas NickRemove Java Native Interface
2020-01-05 Jonas NickRemove -O2 from default CFLAGS because this would overr...
2020-01-05 Jonas NickAppend instead of Prepend user-CFLAGS to default CFLAGS...
2020-01-05 Jonas NickRemove test in configure.ac because it doesn't have...
2019-10-28 Tim RuffingMerge #647: Increase robustness against UB in secp256k1...
2019-09-05 Tim RuffingMerge #337: variable sized precomputed table for signing
2019-09-05 djbvariable signing precompute table
2019-09-04 Jonas NickMerge #661: Make ./configure string consistent
2019-09-04 Tim RuffingMake ./configure string consistent
2019-08-06 Pieter WuilleMerge #583: JNI: fix use sig array
2019-05-29 Gregory MaxwellMerge #629: Avoid calling _is_zero when _set_b32 fails.
2019-05-29 Gregory MaxwellMerge #628: Fix ability to compile tests without -DVERIFY.
2019-05-29 Gregory MaxwellMerge #627: Guard memcmp in tests against mixed size...
2019-05-29 Gregory MaxwellMerge #578: Avoid implementation-defined and undefined...
2019-05-27 Gregory MaxwellMerge #595: Allow to use external default callbacks
2019-05-26 Tim RuffingAllow usage of external default callbacks
2019-05-25 Gregory MaxwellMerge #592: Use trivial algorithm in ecmult_multi if...
2019-05-25 Gregory MaxwellMerge #596: Make WINDOW_G configurable
2019-05-24 Tim RuffingClean up ./configure help strings
2019-05-24 Tim RuffingMake WINDOW_G configurable
2019-05-23 Gregory MaxwellMerge #561: Respect LDFLAGS and #undef STATIC_PRECOMPUT...
2019-05-22 Gregory MaxwellMerge #533: Make sure we're not using an uninitialized...
2019-02-25 DesWurstesKeep LDFLAGS if `--coverage`
2019-02-24 Gregory MaxwellMerge #591: Make bench_internal obey secp256k1_fe_sqrt...
2019-02-22 Gregory MaxwellMerge #584: configure: Use CFLAGS_FOR_BUILD when checki...
2019-02-21 Gregory MaxwellMerge #516: improvements to random seed in src/tests.c
2019-02-21 Gregory MaxwellMerge #562: Make use of TAG_PUBKEY constants in secp256...
2019-02-21 Gregory MaxwellMerge #509: Fix algorithm selection in bench_ecmult
2019-02-21 Gregory MaxwellMerge #518: Summarize build options after running configure
2019-02-21 Gregory MaxwellMerge #567: Correct order of libs returned on pkg-confi...
2019-02-21 Gregory MaxwellMerge #587: Make randomization of a non-signing context...
2019-02-21 Gregory MaxwellMerge #511: Portability fix for the configure scripts...
2019-02-21 Gregory MaxwellMerge #552: Make constants static:
2019-02-21 Gregory MaxwellMerge #551: secp256k1_fe_sqrt: Verify that the argument...
2019-02-21 Gregory MaxwellMerge #539: Assorted minor corrections
next
This page took 0.463993 seconds and 107 git commands to generate.