aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.qttest.include
Commit message (Expand)AuthorAgeFilesLines
* crypto: cleanup sha256 buildCory Fields2018-06-061-1/+1
* 8-way AVX2 implementation for double SHA256 on 64-byte inputsPieter Wuille2018-05-291-1/+1
* 4-way SSE4.1 implementation for double SHA256 on 64-byte inputsPieter Wuille2018-05-291-1/+1
* [tests] [qt] Add tests for address book manipulation via EditAddressDialogJames O'Beirne2018-04-251-0/+3
* [tests] [qt] Introduce qt/test/util with a generalized ConfirmMessageJames O'Beirne2018-04-251-0/+2
* Remove direct bitcoin calls from qt/splashscreen.cppRussell Yanofsky2018-04-041-1/+1
* Remove redundant testutil filesMeshCollider2017-09-051-4/+2
* leveldb: enable runtime-detected crc32 instructionsCory Fields2017-06-091-1/+1
* [test] Add tests for some walletmodel functionsRussell Yanofsky2017-05-171-1/+2
* Add simple qt wallet test sending a transactionRussell Yanofsky2017-03-151-4/+18
* Uses built-in byte swap if available (Apple) and if bswap_XX is undefined.Karl-Johan Alm2016-12-171-0/+3
* Add MIT license to MakefilesLuke Dashjr2016-09-211-0/+4
* [Qt] RPC-Console: support nested commands and simple value queriesJonas Schnelli2016-08-231-1/+5
* Build: Consensus: Move consensus files from common to its own module/packageJorge Timón2015-12-081-1/+1
* build: Use fPIC rather than fPIE for qt objects.Cory Fields2015-11-091-1/+1
* build: Split hardening/fPIE options outCory Fields2015-11-091-1/+2
* [Univalue] add univalue over subtreeJonas Schnelli2015-10-011-1/+1
* Add ZeroMQ support. Notify blocks and transactions via ZeroMQJeff Garzik2015-09-161-0/+3
* build: build-system changes for libeventWladimir J. van der Laan2015-09-021-1/+2
* build: make a distinction between static app ldflags and static lib ldflagsCory Fields2014-11-191-1/+1
* Always build and link libsecp256k1Pieter Wuille2014-11-181-4/+1
* build: quit abusing LIBS for Windows builds.Cory Fields2014-10-131-1/+1
* build: fix qt test build when libprotobuf is in a non-standard pathCory Fields2014-10-101-1/+1
* build: add option for reducing exports (v2)Cory Fields2014-08-181-1/+1
* Revert "build: add option for reducing exports"Wladimir J. van der Laan2014-08-181-1/+1
* build: add option for reducing exportsCory Fields2014-08-151-1/+1
* build: fix automake warnings about the use of INCLUDESCory Fields2014-08-151-1/+1
* Add "bitcoin-tx" command line utility and supporting modules.Jeff Garzik2014-07-291-1/+1
* build: re-add AM_LDFLAGS where it's overriddenCory Fields2014-07-081-1/+1
* secp256k1: Add build-side changes for libsecp256k1Cory Fields2014-07-011-0/+3
* Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan2014-06-251-1/+1
* crypto: create a separate lib for crypto functionsCory Fields2014-06-211-1/+1
* build: quit abusing AM_CPPFLAGSCory Fields2014-06-051-6/+2
* build: avoid the use of top_ and abs_ dir pathsCory Fields2014-06-051-3/+3
* build: Switch to non-recursive makeCory Fields2014-06-051-0/+52