aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2014-01-31build: Make sure historical release notes end up in distributionsWladimir J. van der Laan
Adds the historical release notes to release tarballs and windows installers.
2014-01-21build: Package docs/ and don't package source.Wladimir J. van der Laan
No-one uses the installer then builds from source. Closes #2819.
2014-01-21build: Add bitcoin-cli.exe to installerWladimir J. van der Laan
2014-01-21Adapt Windows installer for 64 bitWladimir J. van der Laan
2013-10-28Fix port binding by listening on port $BASHPIDMatt Corallo
2013-10-28Make large-reorg tests optional in block-testerMatt Corallo
2013-10-27Re-enable BitcoindComparisonTool:Matt Corallo
* Use the latest version, with limited memory usage, and path to on-disk db (try mouting qa/tmp on a tmpfs)\ * enable -debug=net * re-enable BitcoindComparisonTool in pull-tester
2013-10-08make appbundle target for OSX developmentGavin Andresen
Adds an 'appbundle' target that creates a top-level Bitcoin-Qt.app/ Modifies the 'deploy' target so that it leaves behind Bitcoin-Qt.app; make clean will remove it.
2013-09-05autotools: switch to autotools buildsystemCory Fields