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
2020-10-14
Add libsqlite3
Andrew Chow
2020-09-14
build: split PTHREAD_* flags out of AM_LDFLAGS
fanquake
2019-11-21
build: Create test utility library from src/test/util/
Harris
2019-11-18
build: remove OpenSSL detection and libs
fanquake
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-10-24
Remove BIP70 Support
fanquake
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-01-04
Add BitcoinApplication & RPCConsole tests
Russell Yanofsky
2018-10-09
build: Add --disable-bip70 configure option
Wladimir J. van der Laan
2018-06-06
crypto: cleanup sha256 build
Cory Fields
2018-05-29
8-way AVX2 implementation for double SHA256 on 64-byte inputs
Pieter Wuille
2018-05-29
4-way SSE4.1 implementation for double SHA256 on 64-byte inputs
Pieter Wuille
2018-04-25
[tests] [qt] Add tests for address book manipulation via EditAddressDialog
James O'Beirne
2018-04-25
[tests] [qt] Introduce qt/test/util with a generalized ConfirmMessage
James O'Beirne
2018-04-04
Remove direct bitcoin calls from qt/splashscreen.cpp
Russell Yanofsky
2017-09-05
Remove redundant testutil files
MeshCollider
2017-06-09
leveldb: enable runtime-detected crc32 instructions
Cory Fields
2017-05-17
[test] Add tests for some walletmodel functions
Russell Yanofsky
2017-03-15
Add simple qt wallet test sending a transaction
Russell Yanofsky
2016-12-17
Uses built-in byte swap if available (Apple) and if bswap_XX is undefined.
Karl-Johan Alm
2016-09-21
Add MIT license to Makefiles
Luke Dashjr
2016-08-23
[Qt] RPC-Console: support nested commands and simple value queries
Jonas Schnelli
2015-12-08
Build: Consensus: Move consensus files from common to its own module/package
Jorge Timón
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