Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-21 | gitian: Windows 64 bit support | Wladimir 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-14 | build: Update the other win32 deps | Wladimir J. van der Laan | |
- miniupnpc-1.8 - openssl-1.0.1e - zlib-1.2.8 - libpng-1.6.8 - qrencode-3.4.3 | |||
2013-12-03 | Fix file hash verification error in deps-win32.yml | Michagogo | |
libpng was being sha256summed twice, and miniupnpc wasn't being checked at all. | |||
2013-10-31 | Check integrity of gitian input source tarballs | Warren Togami | |
2013-09-30 | Hardcode 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-25 | Upgrade 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-18 | gitian: fix win32 build after configure bdb changes | Cory Fields | |
bitcoin incorrectly linked against the dll after the configure changes, so ensure that only the static lib is installed. | |||
2013-09-05 | autotools: switch to autotools buildsystem | Cory Fields | |
2013-05-22 | gitian deps-win32.yml needs psmisc package for killall to end the build | Warren Togami | |
2012-09-22 | Update Bitcoin to use OpenSSL 1.0.1c | fanquake | |
Bump deps tp 0.0.5 Small docs corrections | |||
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-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 | |