- 21 Jan, 2014 4 commits
-
-
Wladimir J. van der Laan authored
- 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
-
Wladimir J. van der Laan authored
7b50bb2f [Qt] add utilitydialog.cpp/h and helpmessage class (Philip Kaufmann)
-
Wladimir J. van der Laan authored
2041365c Bugfix: Use BOOST_CPPFLAGS when testing for boost sleep vs sleep_for (Luke Dashjr) e18e1001 configure: Minor grammatical changes to be more clear (Luke Dashjr) a9dbcf03 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) f4729903 Bugfix: Correct captitalisation of Qt (Luke Dashjr) f930341d configure: Internal changes to make building bitcoind and bitcoin-cli optional (Luke Dashjr) 4a290b52 Cleanup LevelDB library dependencies (Luke Dashjr) 9b4e03b2 Bugfix: Undefine _FORTIFY_SOURCE before redefining it, to avoid warnings on compilers that define it by default (Luke Dashjr) 123e4f87 Bugfix: configure: Allow user-provided CXXFLAGS to override default optimisation, debug, and warning flags (Luke Dashjr)
-
Wladimir J. van der Laan authored
5d897f3d Update OS X Homebrew docs to include new build dependencies (Michael Ford)
-
- 19 Jan, 2014 1 commit
-
-
Michael Ford authored
-
- 18 Jan, 2014 19 commits
-
-
Pieter Wuille authored
6873cfb6 Update linearize.py defaults to block 279,000 (Micha) e7906d18 Add a new checkpoint at block 279,000 (Micha)
-
Luke Dashjr authored
-
Luke Dashjr authored
-
Luke Dashjr authored
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 authored
-
Luke Dashjr authored
-
Micha authored
-
Micha authored
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.
-
Luke Dashjr authored
-
Luke Dashjr authored
Bugfix: Undefine _FORTIFY_SOURCE before redefining it, to avoid warnings on compilers that define it by default
-
Luke Dashjr authored
Bugfix: configure: Allow user-provided CXXFLAGS to override default optimisation, debug, and warning flags
-
Philip Kaufmann authored
- 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
-
Wladimir J. van der Laan authored
1cbbeb6a gitian: Add openssl to linux deps (Wladimir J. van der Laan) 64be7f78 gitian: Build boost dependency for linux (Wladimir J. van der Laan) 7eb99a84 gitian: Reduce build time for boost windows dependency (Wladimir J. van der Laan) 714cdecb build: Pass BOOST_CPPFLAGS to sleep implementation test (Wladimir J. van der Laan) 0d40f5a6 build: Allow providing extra libs for Boost Chrono (Wladimir J. van der Laan) e4b991e5 build: Auto-detect whether -DBOOST_TEST_DYN_LINK is needed (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
77f1b4ae gitian: add optimization to win32 protobuf (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
060fdb41 Squashed 'src/leveldb/' changes from e991315..9094c7f (Pieter Wuille)
-
Pieter Wuille authored
-
Pieter Wuille authored
9094c7f Temporarily revert to writing .sst files instead of .ldb git-subtree-dir: src/leveldb git-subtree-split: 9094c7ffe45e0bedd84ea414828f768fd49bcdf7
-
Wladimir J. van der Laan authored
When overriding CXXFLAGS, also provide optimization flags, otherwise we're building without optimization.
-
Wladimir J. van der Laan authored
7e08e291 better std::exception logging for block/undo files (Philip Kaufmann)
-
- 17 Jan, 2014 1 commit
-
-
Wladimir J. van der Laan authored
04aa8287 [Qt] don't regenerate autostart link on every client startup (Philip Kaufmann)
-
- 16 Jan, 2014 10 commits
-
-
Wladimir J. van der Laan authored
69843c8b Update build-unix.md (Christopher Latham) 720731d2 Update configure.ac (Christopher Latham)
-
Wladimir J. van der Laan authored
Build OpenSSL instead of using distribution-provided library.
-
Wladimir J. van der Laan authored
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.
-
Wladimir J. van der Laan authored
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.
-
Wladimir J. van der Laan authored
Makes sure that `-pthread` and other flags required for boost compilation are passed.
-
Wladimir J. van der Laan authored
Pass BOOST_CHRONO_EXTRALIBS to give extra dependency libraries for Boost Chrono which are not auto-detected.
-
Wladimir J. van der Laan authored
Use AC_LINK_IFELSE to auto-detect whether boost test is linked dynamically, instead of assuming based on target.
-
Wladimir J. van der Laan authored
8d31e614 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)
-
Wladimir J. van der Laan authored
f4e72bf8 Make gitian builds consistent across platforms (Micha)
-
Scott Willeke authored
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).
-
- 15 Jan, 2014 4 commits
-
-
Micha authored
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
-
Wladimir J. van der Laan authored
04257151 gitian: add explicit dependency build for linux (Wladimir J. van der Laan) 279af1a2 build: use Ubuntu 12.04 for linux gitian build (Wladimir J. van der Laan)
-
Gavin Andresen authored
build: update win32 deps
-
Wladimir J. van der Laan authored
Create a dependency file per architecture: - bitcoin-deps-linux32-gitian-r1.tar.gz - bitcoin-deps-linux64-gitian-r1.tar.gz
-
- 14 Jan, 2014 1 commit
-
-
Wladimir J. van der Laan authored
This was forgotten in #3501.
-