Pieter Wuille
d48555b36a
Squashed 'src/secp256k1/' content from commit ad2028f
...
git-subtree-dir: src/secp256k1
git-subtree-split: ad2028f9890ca40bdd32055aa0fe5c1c9af0e485
10 years ago
Cory Fields
7667850dbf
tests: replace the old (unused since Travis) tests with new rpc test scripts
10 years ago
Cory Fields
fa7f8cdc1a
tests: remove old pull-tester scripts
...
They're unused since the switch to Travis
10 years ago
Cory Fields
71697f97d3
Separate protocol versioning from clientversion
10 years ago
randy-waterhouse
52a5f90360
Create the common location for all m4 autotool build scripts, build-aux/m4.
...
Update .gitignore.
10 years ago
Cory Fields
6b271a3911
build: fix race in 'make deploy' for windows
...
The binary builds can clobber eachother, so use a single subdir dependency
instead.
10 years ago
Cory Fields
d3434601ba
build: Fix 'make deploy' when binaries haven't been built yet
10 years ago
Cory Fields
206a7f9de6
build: hook up qt translations for static osx packaging
10 years ago
Cory Fields
a67eef1723
test: redirect comparison tool output to stdout
...
Otherwise travis thinks the build has stalled.
10 years ago
Cory Fields
5566826635
secp256k1: Add build-side changes for libsecp256k1
...
Note: This is added to our existing automake targets rather than as a
libtool-style lib. The switch to libtool-style targets can come later if it
proves to not add any complications.
10 years ago
Cory Fields
77a055d049
build: Add a top-level forwarding target for src/* objects
...
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
11 years ago
Cory Fields
13d3adb651
build: fix make clean on OSX
...
Rebased-From: 74df0f5
Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com>
11 years ago
Gavin Andresen
cb4bdd18a7
Have pull-tester run the listtransactions.py regression test
...
This should show how to run a python-based regression test
successfully in the pull-tester environment.
11 years ago
Andrea D'Amore
76cee181d3
fix permissions in application bundle
...
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 .
11 years ago
Cory Fields
01e5327cfc
build: hook up "make deploy" for cross osx builds
11 years ago
Cory Fields
c4a10dbb22
build: ensure the correct strip is used for osx/win32
11 years ago
Wladimir J. van der Laan
de21e8f170
build: Make sure historical release notes end up in distributions
...
Adds the historical release notes to release tarballs and windows
installers.
11 years ago
Wladimir J. van der Laan
6c980c7d31
build: Package docs/ and don't package source.
...
No-one uses the installer then builds from source.
Closes #2819 .
11 years ago
Wladimir J. van der Laan
39db27ca35
build: Add bitcoin-cli.exe to installer
11 years ago
Wladimir J. van der Laan
2f87b38e2e
Adapt Windows installer for 64 bit
11 years ago
Matt Corallo
f1f72e535c
Fix port binding by listening on port $BASHPID
11 years ago
Matt Corallo
47b9374e39
Make large-reorg tests optional in block-tester
11 years ago
Matt Corallo
95fa14da69
Re-enable BitcoindComparisonTool:
...
* 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
11 years ago
Gavin Andresen
31127f3161
make appbundle target for OSX development
...
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.
11 years ago
Cory Fields
35b8af9226
autotools: switch to autotools buildsystem
11 years ago