aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)Author
2011-10-10Merge pull request #576 from luke-jr/bitcoind_build_improvementsGavin Andresen
bitcoind build improvements
2011-10-10Mac OSX release process changesGavin Andresen
Rename App Bundle "Bitcoin-Qt.app" instead of "Bitcoin Qt" for consistency with Windows/Linux. Update create_osx_dmg.sh script to use macdeployqt tool. Add ifdef STATIC to makefile.osx to build bitcoind static or dynamic.
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-10-08Remove old wx translations, updated qt translationsGavin Andresen
2011-10-03Added bitrpc.py which allows for sending of all standard Bitcoin commands ↵David Perry
via RPC rather than as command line args. Signed-off-by: David Perry <enmaku@gmail.com>
2011-10-03Added wallet toolsDavid Perry
Signed-off-by: David Perry <enmaku@gmail.com>
2011-09-26Bump version to 0.4.1Gavin Andresen
2011-09-26Merge pull request #521 from laanwj/qtGavin Andresen
Qt GUI
2011-09-23Merge pull request #528 from TheBlueMatt/gitian-downloaderJeff Garzik
Add win32 gitian download config.
2011-09-23Add win32 gitian download config.Matt Corallo
2011-09-22Script to create OSX .dmg diskimage file.Gavin Andresen
2011-09-22Restructure gitian files and add download config files.Matt Corallo
2011-09-16Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-09-11Some Mac OS X specific thingsp2k
* Added application icon for Mac OS X * Added instructions for compiling under Mac OS X * Added Portfile for compiling miniupnpc with MacPorts
2011-09-09Update gitian build descriptors to produce proper builds.Matt Corallo
Thanks to makomk for finding the bugs here and devrandom for passing them along (see https://bitcointalk.org/index.php?topic=42198.msg514312#msg514312)
2011-09-03Fix build process to actually work.Matt Corallo
2011-09-02Bumped version numbers to 0.4.0rc1v0.4.00rc1Gavin Andresen
2011-08-31Add reference python miner, in contrib/pyminer/Jeff Garzik
2011-08-25Add Gitian Build descriptors for Boost and wxWidgets.Dev Random
2011-08-23Mingw gitian build with deterministic bitcoin.exe by use of faketimeDev Random
2011-08-23Mingw gitian with separate wxWidgets and boostDev Random
2011-08-23Linux gitian config with separate wxWidgets buildDev Random
2011-08-23Upgrade dependancies and tweak build process.Matt Corallo
* Upgrade to use miniupnpc 1.6 * Upgrade to wxWidgets 2.9.2 * Upgrade to Bost 1.47 for Win32 Builds
2011-07-13Bump version to 0.3.25Jeff Garzik
Yes, we might release as v0.4, but let's just do a simple increment for now.
2011-07-05Enable UPnP by default on bitcoin, but not on bitcoind (on gitian)Matt Corallo
Also fix a minor type in gitian.yml
2011-07-05Added a couple minor things to match newer build process.Matt Corallo
This adds the relevent patches which are applied to wx, and updates for cross compiling.
2011-07-02Bump OSX version to 0.3.24 (missed in previous commit)v0.3.24rc1Jeff Garzik
2011-06-27Add OSX App bundle and correct build instructions to reflect reality.Doug Huff
2011-05-18Update Gitian Build Descriptor to match new directory layout.Matt Corallo
2011-04-28gitian: strip binariesdevrandom
2011-04-27gitian descriptor with miniupnpcdevrandom
2011-02-17move gitian descriptor filedevrandom