Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-10 | build: Add a top-level forwarding target for src/* objects | Cory Fields | |
Fixes #3955. It's hackish, but seems to always function as expected. Examples: make src/bitcoind make src/qt/bitcoin-qt make src/libbitcoin.a | |||
2014-05-06 | build: fix make clean on OSX | Cory Fields | |
Rebased-From: 74df0f5 Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com> | |||
2014-04-02 | Have pull-tester run the listtransactions.py regression test | Gavin Andresen | |
This should show how to run a python-based regression test successfully in the pull-tester environment. | |||
2014-03-24 | fix permissions in application bundle | Andrea D'Amore | |
Use INSTALL_DATA rather than INSTALL for copying non executable files in OS X application bundle. Tested by running "all appbundle" make target and trying the resulting application bundle, host system is OS X 10.9.2 . | |||
2014-03-20 | build: hook up "make deploy" for cross osx builds | Cory Fields | |
2014-03-20 | build: ensure the correct strip is used for osx/win32 | Cory Fields | |
2014-01-31 | build: Make sure historical release notes end up in distributions | Wladimir J. van der Laan | |
Adds the historical release notes to release tarballs and windows installers. | |||
2014-01-21 | build: 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-21 | build: Add bitcoin-cli.exe to installer | Wladimir J. van der Laan | |
2014-01-21 | Adapt Windows installer for 64 bit | Wladimir J. van der Laan | |
2013-10-28 | Fix port binding by listening on port $BASHPID | Matt Corallo | |
2013-10-28 | Make large-reorg tests optional in block-tester | Matt Corallo | |
2013-10-27 | Re-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-08 | make appbundle target for OSX development | Gavin 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-05 | autotools: switch to autotools buildsystem | Cory Fields | |