Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-27 | Bump win32.deps version number for new openssl | Gavin Andresen | |
2012-04-27 | Windows build: compile against openssl 1.0.1b | Gavin Andresen | |
2012-04-10 | Build identification strings | Pieter 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-04 | Remove USE_SSL #define | Gavin Andresen | |
2012-03-22 | Move QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of build | Luke 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-16 | Fix Win32 RPC Crashes. | Matt Corallo | |
2012-02-22 | Make deps build deterministic and upgrade to libpng 1.5.9. | Matt Corallo | |
2012-02-15 | Make bitcoin-qt static-link libqrcode and add it for debian pkgs. | Matt Corallo | |
2012-02-07 | Split smaller dependencies out of gitian-win32 into deps-win32 | Luke Dashjr | |
2012-02-06 | Update zlib and libpng (previous version had a security issue) | Luke Dashjr | |
2011-12-25 | Add QR Code support to Win32 Gitian build. | Matt Corallo | |
2011-12-23 | Fix Linux gitian descriptor to use QRCode support. | Matt Corallo | |
2011-12-23 | Merge pull request #723 from TheBlueMatt/gitianfix | Wladimir J. van der Laan | |
Fix #722. | |||
2011-12-23 | Fix #722. | Matt Corallo | |
2011-12-20 | Added 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-07 | Re-enable RPCSSL in gitian builds. | Matt Corallo | |
2011-11-07 | Static link on Linux. And better document release process on OSX. | Gavin Andresen | |
2011-11-03 | Make qt-win32 gitian build deterministic | Wladimir J. van der Laan | |
2011-11-01 | attempt to make build deterministic | Wladimir J. van der Laan | |
2011-11-01 | Update Win32 gitian descriptor for bitcoin-qt. | Matt Corallo | |
2011-11-01 | Add gitian descriptor for qt cross compile via MinGW. | Matt Corallo | |
2011-10-25 | Add notes on getting gitian builds going | Gavin Andresen | |
2011-10-25 | Update openssl to 1.0.0e. | Matt Corallo | |
2011-10-25 | Decrease number of installed packages for Linux Gitian build. | Matt Corallo | |
2011-10-25 | Remove wxWidgets gitian descriptors. | Matt Corallo | |
2011-10-25 | Update Linux gitian descriptor for bitcoin-qt. | Matt Corallo | |
2011-10-09 | Add support to makefile.unix for the same parameters used by bitcoin-qt.pro, ↵ | Luke Dashjr | |
dynamic linking unless STATIC=1 is passed | |||
2011-09-22 | Restructure gitian files and add download config files. | Matt Corallo | |