bitcoin/contrib
Pieter Wuille a20c0d0f67 Build identification strings
All client version information is moved to version.cpp, which optionally
(-DHAVE_BUILD_INFO) includes build.h. build.h is automatically generated
on supporting platforms via contrib/genbuild.sh, using git describe.

The git export-subst attribute is used to put the commit id statically
in version.cpp inside generated archives, and this value is used if no
build.h is present.

The gitian descriptors are modified to use git archive instead of a
copy, to create the src/ directory in the output. This way,
src/src/version.cpp will contain the static commit id. To prevent
gitian builds from getting the "-dirty" marker in their git-describe
generated identifiers, no touching of files or running sed on the
makefile is performed anymore. This does not seem to influence
determinism.
2012-04-10 18:16:53 +02:00
..
bitrpc Added bitrpc.py which allows for sending of all standard Bitcoin commands via RPC rather than as command line args. 2011-10-03 16:10:03 -07:00
debian Remove USE_SSL #define 2012-04-04 21:19:27 -04:00
gitian-descriptors Build identification strings 2012-04-10 18:16:53 +02:00
gitian-downloader Merge pull request #934 from luke-jr/gitian_luke 2012-04-03 08:09:13 -07:00
macdeploy Mac deploy tool: make dylibs writeable when copying into app bundle, so they can be stripped/nametool'ed 2012-02-06 09:33:13 -05:00
pyminer Add reference python miner, in contrib/pyminer/ 2011-08-31 12:27:41 -04:00
wallettools Added wallet tools 2011-10-03 14:04:11 -07:00
qt_translations.py Tool/process for including correct qt translations in mac .App 2011-11-10 13:01:40 -05:00