aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* build: use DIR_FUZZ_SEED_CORPUS if specified for cov_fuzz targeteugene2020-09-081-1/+3
* build: add /usr/local/ to LCOV_FILTER_PATTERN for macOS buildseugene2020-09-021-0/+1
* build: Add missed fuzz_filtered.info to COVERAGE_INFOHennadii Stepanov2020-08-081-1/+1
* build, test: Add support for llvm-covHennadii Stepanov2020-08-081-2/+6
* tests: run test-security-check.py in CIfanquake2020-06-161-0/+11
* gui: update Qt base translations for macOS releasefanquake2020-05-231-1/+1
* build: Accomodate makensis v2.xCarl Dong2020-05-011-1/+1
* nsis: Specify OutFile path only onceCarl Dong2020-04-281-1/+1
* Merge #18107: build: Add cov_fuzz targetWladimir J. van der Laan2020-03-271-2/+20
|\
| * build: Add cov_fuzz targetMarcoFalke2020-02-101-2/+20
* | Merge #18416: util: Limit decimal range of numbers ParseScript acceptsWladimir J. van der Laan2020-03-271-0/+2
|\ \
| * | Limit decimal range of numbers ParseScript acceptspierrenn2020-03-271-0/+2
| |/
* / build: Drop needless EXTRA_DIST contentHennadii Stepanov2020-03-151-12/+3
|/
* build: Add LCOV exception for crc32cWladimir J. van der Laan2020-01-281-0/+1
* build: remove WINDOWS_BITS from build systemfanquake2019-12-161-1/+1
* lcov: filter /usr/lib64 from coverage reportnijynot2019-12-091-0/+1
* lcov: filter depends from coverage reportnijynot2019-12-061-3/+10
* Merge #17091: tests: Add test for loadblock option and linearize scriptsWladimir J. van der Laan2019-10-231-1/+4
|\
| * tests: Add test for loadblock optionFabian Jahr2019-10-131-1/+4
* | build: Add README.md to DIST targetMarcoFalke2019-10-101-1/+4
* | build: Add variable printing target to MakefilesCarl Dong2019-10-091-0/+4
|/
* build: ignore macOS make deploy artefacts & add them to clean-localfanquake2019-08-141-0/+1
* Failing functional tests stop lcovAseem Sood2019-06-131-1/+1
* Merge #12051: add missing debian contrib file to tarballMarcoFalke2019-04-291-0/+1
|\
| * add missing debian contrib files to tarballPeter Wagner2019-04-291-0/+1
* | Merge #15295: fuzz: Add test/fuzz/test_runner.py and run it in travisMarcoFalke2019-02-141-1/+5
|\ \
| * | qa: Add test/fuzz/test_runner.pyMarcoFalke2019-02-131-1/+5
* | | [build] Makefile.am: add rule for src/bitcoin-walletSjors Provoost2019-02-141-0/+5
|/ /
* | build: Add bitcoin-tx.exe into Windows installerChun Kuan Lee2018-11-091-0/+5
* | Merge #14253: Build: during 'make clean', remove some files that are currentl...MarcoFalke2018-10-081-1/+1
|\ \
| * | Include some files currently missed by 'make distclean'.murrayn2018-10-011-1/+1
* | | lcov: filter /usr/lib/ from coverage reportsMarcoFalke2018-09-201-1/+1
|/ /
* | contrib: Remove debian and rpm subfoldersMarcoFalke2018-07-301-2/+1
* | Avoid concurrency issueChun Kuan Lee2018-06-141-2/+2
* | Revert "Merge #12870: make clean removes src/qt/moc_ files"Ben Woosley2018-05-161-1/+2
* | [tests] Make rpcauth.py testable and add unit testsQasim Javed2018-04-241-1/+2
* | make clean removes src/qt/moc_ filesSjors Provoost2018-04-031-2/+1
* | Build: Add a makefile target for Doxygen documentationAndrea Comand2018-01-251-1/+17
|/
* Merge #11842: [build] Add missing stuff to clean-localWladimir J. van der Laan2017-12-141-1/+1
|\
| * [build] Add missing stuff to clean-localKarl-Johan Alm2017-12-071-1/+1
* | Rename rpcuser.py to rpcauth.pyHenrik Jonsson2017-12-061-1/+1
|/
* [build] Add a script for installing db4James O'Beirne2017-11-161-0/+1
* Merge #11541: Build: Fix Automake warnings when running autogen.shWladimir J. van der Laan2017-10-291-1/+0
|\
| * Fix automake warnings when running autogen.shEvan Klitzke2017-10-211-1/+0
* | Merge #11530: Add share/rpcuser to dist. source code archiveWladimir J. van der Laan2017-10-261-1/+4
|\ \ | |/ |/|
| * Add share/rpcuser to dist. source code archiveMarcoFalke2017-10-191-1/+4
* | Disallow uncompressed pubkeys in bitcoin-tx [multisig] output addsMatt Corallo2017-09-201-0/+1
|/
* Filter subtrees and and benchmarks from coverage reportAndrew Chow2017-06-121-23/+12
* Replace lcov -r commands with faster wayAndrew Chow2017-06-091-4/+8
* Have `make cov` optionally include branch coverage statisticsAndrew Chow2017-06-071-16/+16