aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-21build: Change package name to Bitcoin CoreWladimir J. van der Laan
Affects the name of the package as shown in installers and such. Also rebrand the windows installer.
2014-01-21build: Package docs/ and don't package source.Wladimir J. van der Laan
No-one uses the installer then builds from source. Closes #2819.
2014-01-21build: Add bitcoin-cli.exe to installerWladimir J. van der Laan
2014-01-21Adapt Windows installer for 64 bitWladimir J. van der Laan
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-21Merge pull request #3548Wladimir J. van der Laan
7b50bb2 [Qt] add utilitydialog.cpp/h and helpmessage class (Philip Kaufmann)
2014-01-21Merge pull request #3242Wladimir J. van der Laan
2041365 Bugfix: Use BOOST_CPPFLAGS when testing for boost sleep vs sleep_for (Luke Dashjr) e18e100 configure: Minor grammatical changes to be more clear (Luke Dashjr) a9dbcf0 configure: Change --with[out]-qt to --with[out]-gui and add --with[out]-cli and --with[out]-daemon to support more build configurations (Luke Dashjr) f472990 Bugfix: Correct captitalisation of Qt (Luke Dashjr) f930341 configure: Internal changes to make building bitcoind and bitcoin-cli optional (Luke Dashjr) 4a290b5 Cleanup LevelDB library dependencies (Luke Dashjr) 9b4e03b Bugfix: Undefine _FORTIFY_SOURCE before redefining it, to avoid warnings on compilers that define it by default (Luke Dashjr) 123e4f8 Bugfix: configure: Allow user-provided CXXFLAGS to override default optimisation, debug, and warning flags (Luke Dashjr)
2014-01-21Merge pull request #3557Wladimir J. van der Laan
5d897f3 Update OS X Homebrew docs to include new build dependencies (Michael Ford)
2014-01-19Update OS X Homebrew docs to include new build dependenciesMichael Ford
2014-01-19Merge pull request #3551Pieter Wuille
6873cfb Update linearize.py defaults to block 279,000 (Micha) e7906d1 Add a new checkpoint at block 279,000 (Micha)
2014-01-18Bugfix: Use BOOST_CPPFLAGS when testing for boost sleep vs sleep_forLuke Dashjr
2014-01-18configure: Minor grammatical changes to be more clearLuke Dashjr
2014-01-18configure: Change --with[out]-qt to --with[out]-gui and add --with[out]-cli ↵Luke Dashjr
and --with[out]-daemon to support more build configurations
2014-01-18Bugfix: Correct captitalisation of QtLuke Dashjr
2014-01-18configure: Internal changes to make building bitcoind and bitcoin-cli optionalLuke Dashjr
2014-01-18Update linearize.py defaults to block 279,000Micha
2014-01-18Add a new checkpoint at block 279,000Micha
From a cursory glance, it looks like block 279,000 meets the criteria for a checkpoint block, and it's also what the bootstrap.dat torrent is at. This closes #3530.
2014-01-18Cleanup LevelDB library dependenciesLuke Dashjr
2014-01-18Bugfix: Undefine _FORTIFY_SOURCE before redefining it, to avoid warnings on ↵Luke Dashjr
compilers that define it by default
2014-01-18Bugfix: configure: Allow user-provided CXXFLAGS to override default ↵Luke Dashjr
optimisation, debug, and warning flags
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-18Merge pull request #3554Wladimir J. van der Laan
77f1b4a gitian: add optimization to win32 protobuf (Wladimir J. van der Laan)
2014-01-18Merge pull request #3555Wladimir J. van der Laan
060fdb4 Squashed 'src/leveldb/' changes from e991315..9094c7f (Pieter Wuille)
2014-01-18Merge src/leveldb changes: temporarily revert to writing .sst files.Pieter Wuille
2014-01-18Squashed 'src/leveldb/' changes from e991315..9094c7fPieter Wuille
9094c7f Temporarily revert to writing .sst files instead of .ldb git-subtree-dir: src/leveldb git-subtree-split: 9094c7ffe45e0bedd84ea414828f768fd49bcdf7
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-18Merge pull request #3490Wladimir J. van der Laan
7e08e29 better std::exception logging for block/undo files (Philip Kaufmann)
2014-01-17Merge pull request #3512Wladimir J. van der Laan
04aa828 [Qt] don't regenerate autostart link on every client startup (Philip Kaufmann)
2014-01-16Merge pull request #3542Wladimir J. van der Laan
69843c8 Update build-unix.md (Christopher Latham) 720731d Update configure.ac (Christopher Latham)
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-16build: Pass BOOST_CPPFLAGS to sleep implementation testWladimir J. van der Laan
Makes sure that `-pthread` and other flags required for boost compilation are passed.
2014-01-16build: Allow providing extra libs for Boost ChronoWladimir J. van der Laan
Pass BOOST_CHRONO_EXTRALIBS to give extra dependency libraries for Boost Chrono which are not auto-detected.
2014-01-16build: Auto-detect whether -DBOOST_TEST_DYN_LINK is neededWladimir J. van der Laan
Use AC_LINK_IFELSE to auto-detect whether boost test is linked dynamically, instead of assuming based on target.
2014-01-16Merge pull request #3547Wladimir J. van der Laan
8d31e61 Added automake to the macports depdency list as it was required to complete the autogen.sh step as it required aclocal (which isn't included in recent versions of xcode). (Scott Willeke)
2014-01-16Merge pull request #3546Wladimir J. van der Laan
f4e72bf Make gitian builds consistent across platforms (Micha)
2014-01-15Added automake to the macports depdency list as it was required to complete ↵Scott Willeke
the autogen.sh step as it required aclocal (which isn't included in recent versions of xcode).
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-15doc: bump boost version in release-processWladimir J. van der Laan
This was forgotten in #3501.
2014-01-14Update build-unix.mdChristopher Latham
Added incompatibility and instruction regarding Ubuntu 13.10 and libboost1.54-all-dev
2014-01-14Update configure.acChristopher Latham
Added ubuntu 13.10 and libboost1.54-all-dev incompatibility instruction to the existing no boost_sleep warning.
2014-01-14Merge pull request #3426Wladimir J. van der Laan
16ec904 Don't create empty transactions when reading corrupted wallet (Wladimir J. van der Laan)
2014-01-14Merge pull request #3538Wladimir J. van der Laan
81bad8b [Qt] 2 minor translation changes (Philip Kaufmann)
2014-01-14Merge pull request #3541Wladimir J. van der Laan
c704532 [Qt] small paymentserver header cleanup (Philip Kaufmann)
2014-01-14Merge pull request #3540Wladimir J. van der Laan
57d8e3f [Qt] add missing lock in walletmodel (Cozz Lovan)