52 Commits (fc677e331a3bad12d08d6af1c314e8e136b20358)

Author SHA1 Message Date
Christian Decker 16801e31e9 configure: Prefer pytest over pytest3 4 years ago
Antoine Poinsot b3594690d9 configure: allow to run with UB sanitizer 4 years ago
Antoine Poinsot 62b54d0125 build: introduce a fuzzing mode 4 years ago
grubles 94f84d3843 Update configure 4 years ago
Antoine Poinsot 3382dafaee configure: allow to run clang with ASAN 4 years ago
Rusty Russell 4e67b4fd03 Makefile: work with shasum -a as well as sha256sum. 4 years ago
Rusty Russell a08e83522b configure: clean up tmpfile if we fail. 4 years ago
Rusty Russell d56f8b6c5d configure: refuse to create config.vars without any database. 4 years ago
Rusty Russell 390c6470ad configure: we don't need mako any more. 4 years ago
Matt Whitlock abbc712afb allow building without sqlite3 4 years ago
Matt Whitlock c1aa33a62a configure: hoist defaulting of PG_CONFIG var to top of script 4 years ago
Matt Whitlock 94472f67c5 configure: Use pg_config to locate the library location too 4 years ago
Christian Decker 0a501b3646 configure: Use pg_config to locate the header location 4 years ago
Niklas Claesson de5eaf2238 configurator: Enable running configurator in wrapper 5 years ago
Vasil Dimov cd30f76539 build: fix ./configure options' descriptions 5 years ago
Rusty Russell f6571460ff configure: fix FreeBSD which has sqlite3 in /usr/local 5 years ago
darosior 4083e077a4 configure: test XChaCha20Poly1305 stream state for HAVE_GOOD_LIBSODIUM 5 years ago
Rusty Russell c617f19a29 Makefile: fix static linking. 5 years ago
Christian Decker 9025a3cd39 pytest: Allow switching chaind depending on a config option 6 years ago
Christian Decker 62dc8dc110 make: Add configuration detection and linking of libpq 5 years ago
Rusty Russell 8843ab4fb7 configure: test for pwritev 5 years ago
Christian Decker e4ab98459c wallet: Add tooling to extract SQL queries and generate driver info 5 years ago
Rusty Russell 0fdf22988d configure: absorb python3-mako check. 5 years ago
Rusty Russell df298ba7e3 configure: suppress "maybe uninitialized" warnings altogether unless -O3. 5 years ago
Rusty Russell 54b66f0049 configure: fix --reconfigure, improve style, set defaults in one place. 5 years ago
Rusty Russell 7092d215fa configure: detect modern gcc, and only suppress necessary errors. 5 years ago
Rusty Russell ed08ca6df3 configure: handle --reconfigure better. 5 years ago
Rusty Russell 6b32b72dee configure: use "-Og" for non-developer builds, add COPTFLAGS variable. 6 years ago
GreenAddress fb07265663 remove libbase58, use base58 from libwally (#2594) 6 years ago
Rusty Russell 4b91439c08 configure: check for sqlite3_expanded_sql (SQLite3 version 3.14, 2016-08-08) 6 years ago
Rusty Russell 102a67cbb2 configure: fix detection of builtin libs with -Werror. 6 years ago
Christian Decker 5518c7cba8 configure: Check for lower-case IETF acronym in sodium constants 6 years ago
Rusty Russell d98fb0fd5b configure: remove bashism. 6 years ago
Rusty Russell 17c8090a87 configure: relax --enable-address-sanitizer check a little. 6 years ago
Rusty Russell d413fc7e9b configure: use system libbase58 if available. 6 years ago
Rusty Russell 21fd8f7eaa configure: use system libsodium if available and modern. 6 years ago
Christian Decker 7eaf5b55ff make: Add an option to compile with address sanitizer 6 years ago
Rusty Russell 61420bf79b configure: (mostly) revert b7a56f0531 6 years ago
Christian Decker b7a56f0531 plugin: Gate the plugin subsystem with the --enable-plugins configure flag 6 years ago
arowser c99aa0a21d update pytest check 6 years ago
arowser 7b043503e2 hide pytest check message 6 years ago
arowser 64677dcbe5 support static link 6 years ago
Rusty Russell 4b77d803ef configure: don't turn on EXPERIMENTAL_FEATURES just because DEVELOPER. 6 years ago
Rusty Russell fab5027d64 configure: add --experimental-features flag (default: == DEVELOPER). 6 years ago
lucash-dev b52fb14726 pytest: Fix configure to find pytest when installed using pip3. 6 years ago
Jan Sarenik 40ea74ba99 configure: Check for version of pytest 6 years ago
Rusty Russell 6a73c7eeb1 configure: fix defaults in help. 6 years ago
Rusty Russell 46aaf08047 configure: add hack to rename ccan's sha256 routines to avoid libwally clash 6 years ago
Rusty Russell 56046d470b configure: take PYTEST from env var or cmdline. 6 years ago
Christian Decker 3cf1581d6d configure: Use the ./configure step to find pytest 6 years ago