aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)Author
2014-01-21Merge pull request #3548Wladimir J. van der Laan
7b50bb2 [Qt] add utilitydialog.cpp/h and helpmessage class (Philip Kaufmann)
2014-01-18Update linearize.py defaults to block 279,000Micha
2014-01-18[Qt] add utilitydialog.cpp/h and helpmessage classPhilip Kaufmann
- adds a nice and well formated dialog, which displays our -? help message (all options/paramaters) - moves aboutdialog.cpp/h to the new utilitydialog - move GUI shutdown window to utilitydialog
2014-01-18Merge pull request #3545Wladimir J. van der Laan
1cbbeb6 gitian: Add openssl to linux deps (Wladimir J. van der Laan) 64be7f7 gitian: Build boost dependency for linux (Wladimir J. van der Laan) 7eb99a8 gitian: Reduce build time for boost windows dependency (Wladimir J. van der Laan) 714cdec build: Pass BOOST_CPPFLAGS to sleep implementation test (Wladimir J. van der Laan) 0d40f5a build: Allow providing extra libs for Boost Chrono (Wladimir J. van der Laan) e4b991e build: Auto-detect whether -DBOOST_TEST_DYN_LINK is needed (Wladimir J. van der Laan)
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-16gitian: Add openssl to linux depsWladimir J. van der Laan
Build OpenSSL instead of using distribution-provided library.
2014-01-16gitian: Build boost dependency for linuxWladimir J. van der Laan
Instead of using the boost provided by Ubuntu 12.04, build our own dependency like we do for Windows. This allows using a much newer version (1.55 versus 1.46) as well as building with `-fPIC` so that `-pie` can be used in the x86-64 build.
2014-01-16gitian: Reduce build time for boost windows dependencyWladimir J. van der Laan
Build only the mt-s (multithreaded, static runtime link) variant of the library. This cuts the build time in half. Also prevent unpacked boost from ending up in output directory, checking and hashing all the source files as output files this takes a lot of time and is pointless.
2014-01-15Make gitian builds consistent across platformsMicha
Change Linux deps to use a zip archive rather than a gzipped tarball to match win32 Rename Linux descriptor to gitian-linux.yml to match win32
2014-01-15Merge pull request #3536Wladimir J. van der Laan
0425715 gitian: add explicit dependency build for linux (Wladimir J. van der Laan) 279af1a build: use Ubuntu 12.04 for linux gitian build (Wladimir J. van der Laan)
2014-01-15Merge pull request #3527 from laanwj/2014_01_gitian_win32_qt5Gavin Andresen
build: update win32 deps
2014-01-15gitian: add explicit dependency build for linuxWladimir J. van der Laan
Create a dependency file per architecture: - bitcoin-deps-linux32-gitian-r1.tar.gz - bitcoin-deps-linux64-gitian-r1.tar.gz
2014-01-14build: use Ubuntu 12.04 for linux gitian buildWladimir J. van der Laan
2014-01-14qt: Update remaining "The Bitcoin Core Developers"Wladimir J. van der Laan
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-13qt: use series of pngs for spinnerWladimir J. van der Laan
Use a series of .png frames for the spinner instead of a .mng. `mng` is an obscure image format and is not built by default into Qt5. This appears to improve the crispness of the spinner as well. Does not noticably increase the size (still ~27k) and the code is not more complicated either.
2014-01-12Tweak linearize.py to give more flexibilityMicha
Add the ability to start at a non-zero height, and allow for appending to an existing file.
2014-01-10Merge pull request #3501Wladimir J. van der Laan
56fce1f Upgrade gitian win32 to boost-1.55. (Warren Togami)
2014-01-10Merge pull request #3503Wladimir J. van der Laan
0d512a9 gitian: Add -O2 for win32 build (Wladimir J. van der Laan)
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.
2014-01-09[Qt] update bitcoin-qt.pro and assets-attribution.mdPhilip Kaufmann
- remove unused and unmentioned file notsynced.png (we use an animation for this) - add missing coincontroldialog.ui to bitcoin-qt.pro - also unify formating in assets-attribution.md
2013-12-27Update debian/Matt Corallo
2013-12-16Fix typos in spendfrom READMELake Denman
2013-12-03Fix file hash verification error in deps-win32.ymlMichagogo
libpng was being sha256summed twice, and miniupnpc wasn't being checked at all.
2013-11-24contrib: add sipa's github-merge scriptWladimir J. van der Laan
2013-11-19Merge pull request #3234 from super3/masterWladimir J. van der Laan
Remove Wallet Tools
2013-11-15Remove Wallet Toolssuper3
We already have the exact same funtionality in /contrib/bitrpc/bitrpc.py If we really do need standalone scripts, then I'll write something to pull it from that file, rather than having duplicate code. Forgot to remove wallet tools from index. Wallet Tools Follow Up Info
2013-11-11qt: add Open URI dialogWladimir J. van der Laan
2013-10-31Check integrity of gitian input source tarballsWarren Togami
2013-10-25[Qt] misc small fixes for #3099 (new receive flow)Philip Kaufmann
- changes some strings that were forgotton or made no sense in the conext they are used - remove an orphan file from the qt project file - revert a small change in signverifymessagedialog.ui - guard #include "bitcoin-config.h" with #if defined(HAVE_CONFIG_H) - remove windowTitle from addressbookpage.ui
2013-10-23qt: rework "receive coins" workflowWladimir J. van der Laan
2013-10-22Merge pull request #3123 from super3/masterWladimir J. van der Laan
Prettify some /Contrib READMEs
2013-10-21Prettify some /Contrib READMEssuper3
SYN Remove Dead Readme-Qt Links.
2013-10-19Merge pull request #3106 from super3/masterGavin Andresen
Added better WalletTools description.
2013-10-17Added better WalletTools description.super3
2013-10-16Merge pull request #3098 from super3/masterWladimir J. van der Laan
Finished /Contrib Index. Standardized READMEs.
2013-10-15Finished /Contrib Index. Standardized READMEs.super3
File and Link Fix.
2013-10-15Merge pull request #3085 from super3/masterGavin Andresen
Documentation Cleanup and Contrib Index
2013-10-12Documentation Cleanup in /Docsuper3
Added some help text, and bumped version numbers. Added a Readable Index for /Contrib Fixing /Contrib Index URLs Revert Version Numbers.
2013-10-12Update michagogo's gitian pgp key, adding UIDsMicha
2013-10-03Merge pull request #2999 from TheBlueMatt/masterGavin Andresen
Update contrib/debian: proper desktop category and update changelog
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-30Fix gitian qt-win32.yml buildWarren Togami
The final revision of PR 3029 incorporated a review suggestion of replacing i686-w64-mingw32 with $HOST. But we forgot that $HOST is not expanded when within single quotes so it actually broke qt-win32.yml build. This is the minimal changes necessary to fix the qt-win32.yml build.
2013-09-29Merge pull request #3029 from wtogami/gitianwin32Gavin Andresen
Upgrade gitian win32 to Precise 12.04.
2013-09-28Merge pull request #3034 from fanquake/corect-qt-download-linkWladimir J. van der Laan
Update Qt 4.8.3 download link in Gitian Descriptors README
2013-09-27Update Qt 4.8.3 download linkfanquake
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