aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian-descriptors/gitian-win32.yml
AgeCommit message (Collapse)Author
2014-01-21gitian: Windows 64 bit supportWladimir J. van der Laan
- Build a 64 bit version of all dependencies - Show 32/64 bit version in "About..." for x86 - Export 64-bit .exes and installer from gitian build
2014-01-18gitian: add optimization to win32 protobufWladimir J. van der Laan
When overriding CXXFLAGS, also provide optimization flags, otherwise we're building without optimization.
2014-01-14build: upgrade Qt used by windows build to 5.2.0Wladimir J. van der Laan
2014-01-14build: Update the other win32 depsWladimir J. van der Laan
- miniupnpc-1.8 - openssl-1.0.1e - zlib-1.2.8 - libpng-1.6.8 - qrencode-3.4.3
2014-01-10Merge pull request #3501Wladimir J. van der Laan
56fce1f Upgrade gitian win32 to boost-1.55. (Warren Togami)
2014-01-10gitian: Add -O2 for win32 buildWladimir J. van der Laan
In the win32 gitian descriptor the C*FLAGS are being overridden on `configure`, which causes the built-in optimization flags to be removed. Add `-O2` manually (but not `-g` as we're not doing anything with the debug information). Improves performance of win32 gitian builds. As a bonus, fixes issue #3497.
2014-01-09Upgrade gitian win32 to boost-1.55.Warren Togami
Fixes issue where all network activity just stops.
2013-09-30Hardcode string in miniupnpcstring.h and remove wine requirement from ↵Warren Togami
deps-win32.yml Credit: sipa, cfields, Luke-Jr and michagogo contributed to this fix. Removing wine as a win32 build dep is beneficial to fixing Gitian LXC, which would enable many more people to join in the gitian.sigs process by being able to build with a linux VM instead of a virt capable host.
2013-09-26Upgrade gitian win32 to boost-1.54.0Warren Togami
Workaround 1.54.0 build bug, upstream #9156 Workaround 1.51.0+ human bug, upstream #7262 This commit also demonstrates a method to verify the integrity of inputs.
2013-09-25Upgrade gitian win32 to Precise 12.04.Warren Togami
mingw upgrade allows more hardening, compiler bug fixes and possibily win64 later. Rename deps .zip files to be more consistent in revision format. Boost #4258 build fix for mingw32
2013-09-18gitian: remove obsolete --disable-debug flagCory Fields
2013-09-18gitian: fix win32 build after configure bdb changesCory Fields
bitcoin incorrectly linked against the dll after the configure changes, so ensure that only the static lib is installed.
2013-09-16included-tests: update gitian descriptors for hexdump dependencyCory Fields
2013-09-05autotools: switch to autotools buildsystemCory Fields
2013-08-22Payment Protocol: X509-validated payment requestsGavin Andresen
Add support for a Payment Protocol to Bitcoin-Qt. Payment messages are protocol-buffer encoded and communicated over http(s), so this adds a dependency on the Google protocol buffer library, and requires Qt with OpenSSL support.
2013-02-15Minor build fixesGavin Andresen
Two changes: make some linux-specific linker options linux and linker specific. And in the cross-compile environment, prefer the $HOME/qt/bin tools to whatever might be somewhere else in the path.
2013-02-15Pass compiler flags down into leveldb makeGavin Andresen
Fixes issue#2288. Includes cleanups from Luke's pull 2243.
2012-10-29Undo bad gitian update.Matt Corallo
2012-10-29Upgrade to Qt 4.8.3 (because 4.8.2 was removed from qt repos?)Matt Corallo
2012-09-29Merge pull request #1864 from Diapolo/Qt_4.8.2Wladimir J. van der Laan
switch to Qt 4.8.2 for Windows builds
2012-09-25switch to Qt 4.8.2 for Windows buildsPhilip Kaufmann
2012-09-22Update Bitcoin to use OpenSSL 1.0.1cfanquake
Bump deps tp 0.0.5 Small docs corrections
2012-08-28Remove unused styles on Windows from gitian qt buildWladimir J. van der Laan
Keeps the "windows", "windowsxp", "windowsvista" styles. Reduces the size of a static bitcoin-qt.exe by ~400 kB.
2012-08-27Upgrade to Boost 1.50Matt Corallo
2012-08-27Bugfix: Adjust gitian-win32 to use Boost 1.49 for realLuke Dashjr
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-02-22Make deps build deterministic and upgrade to libpng 1.5.9.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-07Re-enable RPCSSL in gitian builds.Matt Corallo
2011-11-01attempt to make build deterministicWladimir J. van der Laan
2011-11-01Update Win32 gitian descriptor for bitcoin-qt.Matt Corallo
2011-10-25Update openssl to 1.0.0e.Matt Corallo
2011-09-22Restructure gitian files and add download config files.Matt Corallo