aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.qttest.include
AgeCommit message (Expand)Author
2018-06-06crypto: cleanup sha256 buildCory Fields
2018-05-298-way AVX2 implementation for double SHA256 on 64-byte inputsPieter Wuille
2018-05-294-way SSE4.1 implementation for double SHA256 on 64-byte inputsPieter Wuille
2018-04-25[tests] [qt] Add tests for address book manipulation via EditAddressDialogJames O'Beirne
2018-04-25[tests] [qt] Introduce qt/test/util with a generalized ConfirmMessageJames O'Beirne
2018-04-04Remove direct bitcoin calls from qt/splashscreen.cppRussell Yanofsky
2017-09-05Remove redundant testutil filesMeshCollider
2017-06-09leveldb: enable runtime-detected crc32 instructionsCory Fields
2017-05-17[test] Add tests for some walletmodel functionsRussell Yanofsky
2017-03-15Add simple qt wallet test sending a transactionRussell Yanofsky
2016-12-17Uses built-in byte swap if available (Apple) and if bswap_XX is undefined.Karl-Johan Alm
2016-09-21Add MIT license to MakefilesLuke Dashjr
2016-08-23[Qt] RPC-Console: support nested commands and simple value queriesJonas Schnelli
2015-12-08Build: Consensus: Move consensus files from common to its own module/packageJorge Timón
2015-11-09build: Use fPIC rather than fPIE for qt objects.Cory Fields
2015-11-09build: Split hardening/fPIE options outCory Fields
2015-10-01[Univalue] add univalue over subtreeJonas Schnelli
2015-09-16Add ZeroMQ support. Notify blocks and transactions via ZeroMQJeff Garzik
2015-09-02build: build-system changes for libeventWladimir J. van der Laan
2014-11-19build: make a distinction between static app ldflags and static lib ldflagsCory Fields
2014-11-18Always build and link libsecp256k1Pieter Wuille
2014-10-13build: quit abusing LIBS for Windows builds.Cory Fields
2014-10-10build: fix qt test build when libprotobuf is in a non-standard pathCory Fields
2014-08-18build: add option for reducing exports (v2)Cory Fields
2014-08-18Revert "build: add option for reducing exports"Wladimir J. van der Laan
2014-08-15build: add option for reducing exportsCory Fields
2014-08-15build: fix automake warnings about the use of INCLUDESCory Fields
2014-07-29Add "bitcoin-tx" command line utility and supporting modules.Jeff Garzik
2014-07-08build: re-add AM_LDFLAGS where it's overriddenCory Fields
2014-07-01secp256k1: Add build-side changes for libsecp256k1Cory Fields
2014-06-25Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan
2014-06-21crypto: create a separate lib for crypto functionsCory Fields
2014-06-05build: quit abusing AM_CPPFLAGSCory Fields
2014-06-05build: avoid the use of top_ and abs_ dir pathsCory Fields
2014-06-05build: Switch to non-recursive makeCory Fields