~podshumok/twister-core/master

  • Committer: Pieter Wuille
  • Date: 2012-04-10 16:16:53 UTC
  • Revision ID: git-v1:a20c0d0f6792acf532309eee2e9f29120c801ee4
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.
Filename Latest Rev Last Changed Committer Comment Size
..
json 280 13 years ago Gavin Andresen Merge branch 'master' of github.com:bitcoin/bitcoi Diff
obj 280 13 years ago Gavin Andresen Merge branch 'master' of github.com:bitcoin/bitcoi Diff
obj-test 673 12 years ago Gavin Andresen Merge branch 'bugfix_shared_boost_test' of https:/ Diff
qt 472 12 years ago Gavin Andresen Merge pull request #521 from laanwj/qt Qt GUI Diff
test 345 12 years ago Gavin Andresen Merge pull request #356 from gavinandresen/unitTes Diff
addrman.cpp 744.2.1 12 years ago Pieter Wuille CAddrMan: stochastic address manager Design goals 14.5 KB Diff Download File
addrman.h 795.3.1 12 years ago Pieter Wuille Begin doxygen-compatible comments 16.3 KB Diff Download File
allocators.h 815.1.5 12 years ago Wladimir J. van der Laan remove dependency on serialize.h and util.h for Se 4 KB Diff Download File
base58.h 795.3.1 12 years ago Pieter Wuille Begin doxygen-compatible comments 11.1 KB Diff Download File
bignum.h 805.1.1 12 years ago Philip Kaufmann fixed typo in comment in netbase.h and bignum.h 14.7 KB Diff Download File
bitcoinrpc.cpp 823 12 years ago Gavin Andresen Merge pull request #1042 from gavinandresen/use_ss 92.6 KB Diff Download File
bitcoinrpc.h 698 12 years ago Gavin Andresen Update all copyrights to 2012 315 bytes Diff Download File
checkpoints.cpp 744 12 years ago Gavin Andresen Checkpoint block 168,000 2.5 KB Diff Download File
checkpoints.h 795.3.1 12 years ago Pieter Wuille Begin doxygen-compatible comments 849 bytes Diff Download File
compat.h 698 12 years ago Gavin Andresen Update all copyrights to 2012 1.1 KB Diff Download File
crypter.cpp 817.2.1 12 years ago Pieter Wuille Verify status of encrypt/decrypt calls to detect f 4.6 KB Diff Download File
crypter.h 815.1.5 12 years ago Wladimir J. van der Laan remove dependency on serialize.h and util.h for Se 3.2 KB Diff Download File
db.cpp 824.1.1 12 years ago Pieter Wuille Flush on log size instead of transaction count 38.6 KB Diff Download File
db.h 798 12 years ago Gavin Andresen Merge branch 'master' of github.com:bitcoin/bitcoi 13.4 KB Diff Download File
headers.h 815.1.10 12 years ago Wladimir J. van der Laan Move from noui.h / ui.h to one ui_interface.h with 1.8 KB Diff Download File
init.cpp 829.2.1 12 years ago Pieter Wuille Build identification strings All client version i 24.8 KB Diff Download File
init.h 698 12 years ago Gavin Andresen Update all copyrights to 2012 510 bytes Diff Download File
irc.cpp 744.2.1 12 years ago Pieter Wuille CAddrMan: stochastic address manager Design goals 10 KB Diff Download File
irc.h 725.2.1 12 years ago Pieter Wuille Fix #626: RecvLine wrong error message Also moved 384 bytes Diff Download File
key.cpp 698 12 years ago Gavin Andresen Update all copyrights to 2012 3.5 KB Diff Download File
key.h 795.3.1 12 years ago Pieter Wuille Begin doxygen-compatible comments 10 KB Diff Download File
keystore.cpp 817.2.1 12 years ago Pieter Wuille Verify status of encrypt/decrypt calls to detect f 5.7 KB Diff Download File
keystore.h 795.3.1 12 years ago Pieter Wuille Begin doxygen-compatible comments 5.1 KB Diff Download File
main.cpp 829.2.1 12 years ago Pieter Wuille Build identification strings All client version i 114 KB Diff Download File
main.h 829.2.1 12 years ago Pieter Wuille Build identification strings All client version i 41.9 KB Diff Download File
makefile.linux-mingw 829.2.1 12 years ago Pieter Wuille Build identification strings All client version i 2.2 KB Diff Download File
makefile.mingw 829.2.1 12 years ago Pieter Wuille Build identification strings All client version i 2.1 KB Diff Download File
makefile.osx 829.2.1 12 years ago Pieter Wuille Build identification strings All client version i 3.1 KB Diff Download File
makefile.unix 829.2.1 12 years ago Pieter Wuille Build identification strings All client version i 4.1 KB Diff Download File
mruset.h 795.3.1 12 years ago Pieter Wuille Begin doxygen-compatible comments 2 KB Diff Download File
net.cpp 828 12 years ago Pieter Wuille Merge pull request #1033 from sipa/wait Condition 56.7 KB Diff Download File
net.h 817.4.1 12 years ago Gavin Andresen Remove half-implemented publish/subscribe system 16.1 KB Diff Download File
netbase.cpp 744.2.1 12 years ago Pieter Wuille CAddrMan: stochastic address manager Design goals 18.5 KB Diff Download File
netbase.h 814.1.1 12 years ago Wladimir J. van der Laan VC2010 compile fixes 5.3 KB Diff Download File
noui.cpp 815.1.10 12 years ago Wladimir J. van der Laan Move from noui.h / ui.h to one ui_interface.h with 940 bytes Diff Download File
protocol.cpp 698 12 years ago Gavin Andresen Update all copyrights to 2012 3.3 KB Diff Download File
protocol.h 795.3.1 12 years ago Pieter Wuille Begin doxygen-compatible comments 3 KB Diff Download File
rpcdump.cpp 817.6.1 12 years ago Gavin Andresen Remove USE_SSL #define 2.7 KB Diff Download File
script.cpp 698 12 years ago Gavin Andresen Update all copyrights to 2012 54.4 KB Diff Download File
script.h 795.3.1 12 years ago Pieter Wuille Begin doxygen-compatible comments 13.9 KB Diff Download File
serialize.h 815.1.5 12 years ago Wladimir J. van der Laan remove dependency on serialize.h and util.h for Se 42.3 KB Diff Download File
strlcpy.h 289 13 years ago Witchspace make bitcoin include files more modular 2.4 KB Diff Download File
ui_interface.h 828.1.1 12 years ago Luke Dashjr Bugfix: Replace "URL" with "URI" where we aren't a 2 KB Diff Download File
uint256.h 795.3.1 12 years ago Pieter Wuille Begin doxygen-compatible comments 24 KB Diff Download File
util.cpp 829.2.1 12 years ago Pieter Wuille Build identification strings All client version i 31.5 KB Diff Download File
util.h 817.7.1 12 years ago Pieter Wuille Locking system overhaul, add condition variables 20.8 KB Diff Download File
version.cpp 829.2.1 12 years ago Pieter Wuille Build identification strings All client version i 2.9 KB Diff Download File
version.h 829.2.1 12 years ago Pieter Wuille Build identification strings All client version i 428 bytes Diff Download File
wallet.cpp 815.1.8 12 years ago Wladimir J. van der Laan qtui.h/noui.h interface cleanup - rename wxMessag 49 KB Diff Download File
wallet.h 795.3.1 12 years ago Pieter Wuille Begin doxygen-compatible comments 20 KB Diff Download File