aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 #3546Wladimir J. van der Laan
f4e72bf Make gitian builds consistent across platforms (Micha)
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-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)
2014-01-14[Qt] small paymentserver header cleanupPhilip Kaufmann
2014-01-14Merge pull request #3537Wladimir J. van der Laan
8c20bbb update copyright year to 2014 (Philip Kaufmann)
2014-01-14[Qt] 2 minor translation changesPhilip Kaufmann
2014-01-14[Qt] add missing lock in walletmodelCozz Lovan
2014-01-14update copyright year to 2014Philip Kaufmann
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-14qt: Update copyright year in about dialog to 2014Wladimir J. van der Laan
2014-01-14Merge pull request #3526Wladimir J. van der Laan
f10b2d7 qt: use series of pngs for spinner (Wladimir J. van der Laan)
2014-01-14Merge pull request #3525Wladimir J. van der Laan
15570cc src/leveldb/Makefile is ignored? (harry)
2014-01-13Merge pull request #3516 from sipa/serorphans-headGavin Andresen
Store orphan blocks in serialized form
2014-01-13Merge pull request #3532Wladimir J. van der Laan
f087ce8 qt: English translation update (Wladimir J. van der Laan)
2014-01-13qt: English translation updateWladimir J. van der Laan
2014-01-13Merge pull request #3528Wladimir J. van der Laan
66a8829 qt: Minor message updates (Wladimir J. van der Laan)
2014-01-13Merge pull request #3374Wladimir J. van der Laan
bd70562 [Qt] add messages when handling local payment request files (Philip Kaufmann)
2014-01-13qt: Minor message updatesWladimir J. van der Laan
Used sending/receiving addresses -> Sending/receiving addresses Previously requested payments -> Requested payments (idea from @cozz in #3521)
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-13src/leveldb/Makefile is ignored?harry
remove the "-" in leveldb-* to include src/leveldb/Makefile
2014-01-13Merge pull request #3524Wladimir J. van der Laan
67d60f7 build: fix MacOSX build after ec41342 (Wladimir J. van der Laan)
2014-01-13build: fix MacOSX build after ec41342Wladimir J. van der Laan
Fix regression introduced in ec41342. Also use a less ugly solution, by defining the value of `MOC_DEFS` in the configure script instead of `Makefile.include`.
2014-01-12Merge pull request #3518 from Michagogo/linearize-start-valueJeff Garzik
Tweak linearize.py to give more flexibility
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-12Merge pull request #3513Wladimir J. van der Laan
d464edf [Qt] fix alphabetical ordering in Makefile.am (Philip Kaufmann)
2014-01-12Merge pull request #3511Wladimir J. van der Laan
245a6ab [Qt] guard bitcoin-config.h and remove dublicated help message code (Philip Kaufmann)
2014-01-12Merge pull request #3507Wladimir J. van der Laan
9b146cd GUI: Fix design in overview page (Cozz Lovan)
2014-01-12[Qt] fix alphabetical ordering in Makefile.amPhilip Kaufmann
- also change to 1 file per line for more stuff in Makefile.am
2014-01-11Store orphan blocks in serialized formPieter Wuille
2014-01-11[Qt] guard bitcoin-config.h and remove dublicated help message codePhilip Kaufmann
2014-01-11Merge pull request #3510Pieter Wuille
c037531 small headers ordering cleanup (Philip Kaufmann)
2014-01-11small headers ordering cleanupPhilip Kaufmann
- keep headers in alphabetical order - fix Makefile.am (2 files in 1 line - leftover) - remove some spaces etc.
2014-01-11GUI: Fix design in overview pageCozz Lovan
2014-01-11makefile.am: split long lines into one file per lineWladimir J. van der Laan
This makes it easier to read diffs. Cosmetic change to build system only.
2014-01-11Merge pull request #3392Wladimir J. van der Laan
b7f4b6d GUI for --disable-wallet compiles and -disablewallet mode (Wladimir J. van der Laan) ec41342 build: pass correct defs and include path to moc (Wladimir J. van der Laan)
2014-01-11GUI for --disable-wallet compiles and -disablewallet modeWladimir J. van der Laan
There is not much in the GUI to be done without wallet, though it's possible to change options, watch the sync process, and use the debug console. So embed the debug console in the main window.