aboutsummaryrefslogtreecommitdiff
path: root/bitcoin-qt.pro
AgeCommit message (Expand)Author
2012-08-27Add boost chrono lib for windows builds (required for boost 1.50)v0.7.0rc1Wladimir J. van der Laan
2012-08-27Version numbers -> 0.7.0Gavin Andresen
2012-08-27Upgrade to Boost 1.50Matt Corallo
2012-08-23Allow building with IPv6 support, but it disabled by defaultLuke Dashjr
2012-08-23Make IPv6 support buildtime-optional again (defaults to enabled)Luke Dashjr
2012-08-22bitcoin-qt.pro: Add test sources to OTHER_FILES so that they can be edited ea...Wladimir J. van der Laan
2012-08-21RPC, cosmetic: move more RPC code to new rpcblockchain.cpp moduleJeff Garzik
2012-08-21RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp moduleJeff Garzik
2012-08-21RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC codeJeff Garzik
2012-08-18Bitcoin-Qt (Windows only): add ASLR and DEP linker flagsPhilip Kaufmann
2012-07-23set TARGET = bitcoin-qt in project filePhilip Kaufmann
2012-07-18Merge pull request #1563 from Diapolo/pro-fileWladimir J. van der Laan
2012-07-11fix for build.h regeneration failure when compiling on WindowsPhilip Kaufmann
2012-07-06GUI: merge sign/verify message into a single window with tabbed UIPhilip Kaufmann
2012-07-06update Boost version to 1.49 for Windows in the Qt project filePhilip Kaufmann
2012-07-05Implement raw transaction RPC callsGavin Andresen
2012-06-28Create new rpcnet module, and move 'getconnectioncount' RPC to itJeff Garzik
2012-06-27Merge pull request #457 from muggenhor/async-ipv6-rpcPieter Wuille
2012-06-25small updates to Bitcoin-Qt project filePhilip Kaufmann
2012-06-24On Windows link with `mswsock`, it being required (indirectly) by RPC codeGiel van Schijndel
2012-06-13re-work optionsdialog to a tabbed UI based on an ui-filePhilip Kaufmann
2012-05-21Define BOOST_SPIRIT_THREADSAFE in all makefilesJeff Garzik
2012-05-17Add /bin/sh to bitcoin-qt.pro - as some filesystems don't have the execute flag.R E Broadley
2012-05-14Merge pull request #906 from sje397/ValidateMessageWladimir J. van der Laan
2012-05-12Speed up build in Qt creator in common caseWladimir J. van der Laan
2012-05-11Merge pull request #1021 from sipa/ipv6Pieter Wuille
2012-05-11Split synchronization mechanisms from util.{h,cpp}Pieter Wuille
2012-05-12Add a menu option to verify a signed messagesje397
2012-05-11IPv6 node supportPieter Wuille
2012-05-09Clean up warningsPieter Wuille
2012-05-08Merge pull request #1075 from laanwj/2012_04_consoleuiGregory Maxwell
2012-05-08Increase client version to 0.6.99Gregory Maxwell
2012-05-05Add UI RPC console / debug windowWladimir J. van der Laan
2012-05-01add bitcoin-qt.rc to OTHER_FILES (shown in Qt Creator)Philip Kaufmann
2012-05-01fix DEPENDPATH in the project file, as json has no include sub-dir and src wa...Philip Kaufmann
2012-04-27Bump version numbers for 0.6.1rc1Gavin Andresen
2012-04-17Move CWalletDB code to new walletdb module.Jeff Garzik
2012-04-17Remove headers.hPieter Wuille
2012-04-15enable all warnings except invalid-offsetof, sign-compare, unused-parameterWladimir J. van der Laan
2012-04-11Fix build.h dependenciesPieter Wuille
2012-04-11Force regeneration of build.h in qmake buildsPieter Wuille
2012-04-10Build identification stringsPieter Wuille
2012-04-06Bugfix: Replace "URL" with "URI" where we aren't actually working with URLsLuke Dashjr
2012-04-05Merge pull request #1042 from gavinandresen/use_ssl_cleanupGavin Andresen
2012-04-04Remove USE_SSL #defineGavin Andresen
2012-04-05removed an unneeded space in bitcoin-qt.proPhilip Kaufmann
2012-04-04Move from noui.h / ui.h to one ui_interface.h with dummy implementation for t...Wladimir J. van der Laan
2012-04-04remove dependency on serialize.h and util.h for SecureStringWladimir J. van der Laan
2012-03-22Merge pull request #946 from luke-jr/bugfix_rm_mingwGavin Andresen
2012-03-22Move QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of buildLuke Dashjr