index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Makefile.qttest.include
Age
Commit message (
Expand
)
Author
2015-11-09
build: Use fPIC rather than fPIE for qt objects.
Cory Fields
2015-11-09
build: Split hardening/fPIE options out
Cory Fields
2015-10-01
[Univalue] add univalue over subtree
Jonas Schnelli
2015-09-16
Add ZeroMQ support. Notify blocks and transactions via ZeroMQ
Jeff Garzik
2015-09-02
build: build-system changes for libevent
Wladimir J. van der Laan
2014-11-19
build: make a distinction between static app ldflags and static lib ldflags
Cory Fields
2014-11-18
Always build and link libsecp256k1
Pieter Wuille
2014-10-13
build: quit abusing LIBS for Windows builds.
Cory Fields
2014-10-10
build: fix qt test build when libprotobuf is in a non-standard path
Cory Fields
2014-08-18
build: add option for reducing exports (v2)
Cory Fields
2014-08-18
Revert "build: add option for reducing exports"
Wladimir J. van der Laan
2014-08-15
build: add option for reducing exports
Cory Fields
2014-08-15
build: fix automake warnings about the use of INCLUDES
Cory Fields
2014-07-29
Add "bitcoin-tx" command line utility and supporting modules.
Jeff Garzik
2014-07-08
build: re-add AM_LDFLAGS where it's overridden
Cory Fields
2014-07-01
secp256k1: Add build-side changes for libsecp256k1
Cory Fields
2014-06-25
Remove unnecessary dependencies for bitcoin-cli
Wladimir J. van der Laan
2014-06-21
crypto: create a separate lib for crypto functions
Cory Fields
2014-06-05
build: quit abusing AM_CPPFLAGS
Cory Fields
2014-06-05
build: avoid the use of top_ and abs_ dir paths
Cory Fields
2014-06-05
build: Switch to non-recursive make
Cory Fields