aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.qttest.include
AgeCommit message (Expand)Author
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