aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian-descriptors
AgeCommit message (Collapse)Author
2012-09-05Update gitian build setup notesGavin Andresen
2012-08-27Upgrade to Boost 1.50Matt Corallo
2012-08-27Bugfix: Adjust gitian-win32 to use Boost 1.49 for realLuke Dashjr
2012-08-27Bugfix: Move boost::interprocess Win32 workaround to Bitcoin-Qt sources, ↵Luke Dashjr
rather than hacking boost in gitian
2012-07-22Replace all occurances of license.txt with COPYING, including naming the ↵Luke Dashjr
file COPYING.txt on Windows
2012-06-15Fix #956 the Boost 1.49 way.Matt Corallo
2012-06-15Upgrade to Boost 1.49 on Win32Matt Corallo
2012-04-27Bump win32.deps version number for new opensslGavin Andresen
2012-04-27Windows build: compile against openssl 1.0.1bGavin Andresen
2012-04-10Build identification stringsPieter Wuille
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-04Remove USE_SSL #defineGavin Andresen
2012-03-22Move QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of buildLuke Dashjr
It could just as well be on either part of the gitian build, but to safely put it on the Qt side would require bumping the filename, and every gitian user rebuilding it. v0.5.3.1 put it on the Bitcoin side, and this is easier to work with and keep safe, so I'm moving it. Use `qmake MINGW_THREAD_BUGFIX=0` to disable
2012-03-16Fix Win32 RPC Crashes.Matt Corallo
2012-02-22Make deps build deterministic and upgrade to libpng 1.5.9.Matt Corallo
2012-02-15Make bitcoin-qt static-link libqrcode and add it for debian pkgs.Matt Corallo
2012-02-07Split smaller dependencies out of gitian-win32 into deps-win32Luke Dashjr
2012-02-06Update zlib and libpng (previous version had a security issue)Luke Dashjr
2011-12-25Add QR Code support to Win32 Gitian build.Matt Corallo
2011-12-23Fix Linux gitian descriptor to use QRCode support.Matt Corallo
2011-12-23Merge pull request #723 from TheBlueMatt/gitianfixWladimir J. van der Laan
Fix #722.
2011-12-23Fix #722.Matt Corallo
2011-12-20Added QRCode generation functions via libqrencode. Switch on with ↵sje397
USE_QRENCODE=1. Amended build docs for Linux and OSX, and OSX makefile. Added package 'qrencode' to gitian.yml
2011-12-07Re-enable RPCSSL in gitian builds.Matt Corallo
2011-11-07Static link on Linux. And better document release process on OSX.Gavin Andresen
2011-11-03Make qt-win32 gitian build deterministicWladimir J. van der Laan
2011-11-01attempt to make build deterministicWladimir J. van der Laan
2011-11-01Update Win32 gitian descriptor for bitcoin-qt.Matt Corallo
2011-11-01Add gitian descriptor for qt cross compile via MinGW.Matt Corallo
2011-10-25Add notes on getting gitian builds goingGavin Andresen
2011-10-25Update openssl to 1.0.0e.Matt Corallo
2011-10-25Decrease number of installed packages for Linux Gitian build.Matt Corallo
2011-10-25Remove wxWidgets gitian descriptors.Matt Corallo
2011-10-25Update Linux gitian descriptor for bitcoin-qt.Matt Corallo
2011-10-09Add support to makefile.unix for the same parameters used by bitcoin-qt.pro, ↵Luke Dashjr
dynamic linking unless STATIC=1 is passed
2011-09-22Restructure gitian files and add download config files.Matt Corallo