Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-31 | ci: Fuzz with -ftrivial-auto-var-init=pattern | MarcoFalke | |
2021-06-16 | build: enable external signer by default | Sjors Provoost | |
2021-04-23 | test: fix file permissions on various scripts | windsok | |
Updates permissions on files to comply with the new test added in the following commit | |||
2021-04-08 | ci: use --enable-external-signer instead of --with-boost-process | Sjors Provoost | |
An earlier version of #16546 used both --with-boost-process and --enable-external-signer, which was simplified to only use the latter. However I forgot to update CI, so the external signer tests were not run. | |||
2021-02-17 | build: explicitly install libboost-dev package | fanquake | |
This package is currently installed as a side-effect of installing our other libboost-*-dev packages. However as those continue to dissapear, it makes sense to install boost dev explicitly. | |||
2021-02-02 | ci: remove boost thread installation | fanquake | |
Adjust fuzzbuzz.yml to only install the Boost components we need. | |||
2021-01-26 | ci: Fuzz with integer sanitizer | MarcoFalke | |
2020-07-31 | [ci] use boost::process | Sjors Provoost | |
Explictly opt-out on win64, in case the default changes. | |||
2020-07-14 | ci: Increase CCACHE_SIZE in some builds on Travis | Hennadii Stepanov | |
2020-06-05 | build: turn on --enable-c++17 by --enable-fuzz | Vasil Dimov | |
Fuzzing code uses C++17 specific code (e.g. std::optional), so it is not possible to compile with --enable-fuzz and without --enable-c++17. Thus, turn on --enable-c++17 whenever --enable-fuzz is used. | |||
2020-05-09 | fuzz: use std::optional for sep_pos variable | Harris | |
Co-authored-by: MarcoFalke <falke.marco@gmail.com> | |||
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
2020-03-30 | ci: Use Focal for fuzzers | MarcoFalke | |
2020-03-07 | test: remove Boost Chrono installation from CI | fanquake | |
2020-02-10 | test: set a name for CI Docker containers | fanquake | |
2019-11-19 | test: Remove libssl-dev packages from CI scripts | Wladimir J. van der Laan | |
2019-11-13 | ci: Use clang-8 for fuzzing to run on aarch64 ci systems | MarcoFalke | |
2019-11-04 | ci: Run non-cross-compile builds natively | MarcoFalke | |