Commit Graph

158 Commits (5891f870d68d90408aa5ce5b597fb574f2d2cbca)

Author SHA1 Message Date
Pavel Janík 4c69ebed44 Add /opt/local/include/db48 only if it exists.
10 years ago
Wladimir J. van der Laan 91eaedd4ce
Merge pull request #5370
10 years ago
Cory Fields b7f2cdc8a9 build: disable static lib stripping during osx make install-strip
10 years ago
Pavel Janík 494f6e7d35 Check for strnlen and provide it if it is not found.
10 years ago
Luke Dashjr eef747bba8 libbitcoinconsensus: Add pkg-config support
10 years ago
Cory Fields 9eb5a5fbef build: pad header for osx libs
10 years ago
Cory Fields 9ed8979e29 build: fix static dll link for mingw
10 years ago
Cory Fields 19df238a7b build: shared lib build should work reasonably well now
10 years ago
Cory Fields cdd36c6c5c build: add --with-libs so that libs are optional
10 years ago
Cory Fields f36a40f7fd build: check visibility attributes
10 years ago
Cory Fields 811a765bef build: mingw needs libssp for hardening with dlls
10 years ago
Cory Fields e0077de5de build: make a distinction between static app ldflags and static lib ldflags
10 years ago
Cory Fields f9e40fb075 revert part of 9eda1620b
10 years ago
Cory Fields 0dc8613864 build: fixup configure to not export anything
10 years ago
Pieter Wuille cf61b5441b Don't use bashisms in configure
10 years ago
Pieter Wuille 07a9901703 Always build and link libsecp256k1
10 years ago
kiwigb eefb766c77 Rearrange initial config checks: AC, AM, compiler, libtool.
10 years ago
Cory Fields 7667850dbf tests: replace the old (unused since Travis) tests with new rpc test scripts
10 years ago
Cory Fields 1723862e82 build: fix libtool's refusal to link static libs into a dll
10 years ago
Cory Fields 28d412ff20 build: quit abusing LIBS for Windows builds.
10 years ago
Cory Fields a7d1f035ae build: fix dynamic boost check when --with-boost= is used
10 years ago
Wladimir J. van der Laan ca067dc937
Merge pull request #5053
10 years ago
Dominyk Tiller 27368e7626 Homebrew lang fix
10 years ago
Luke Dashjr b77b4eda8d Bugfix: Replace bashisms with standard sh to fix build on non-BASH systems
10 years ago
Cory Fields 9fedafba4b build: Fix OSX build when using Homebrew and qt5
10 years ago
Cory Fields 41d67c78bf tests: fix python test-runner for windows
10 years ago
randy-waterhouse e2a98d270d Update obsolete AC macros.
10 years ago
randy-waterhouse e54381117a Add warnings for autogen.sh. Fix AC_CONFIG_SRCDIR.
10 years ago
randy-waterhouse 52a5f90360 Create the common location for all m4 autotool build scripts, build-aux/m4.
10 years ago
Wladimir J. van der Laan 107922663b
Merge pull request #4767
10 years ago
Wladimir J. van der Laan 539abc4729
build: Remove message about Ubuntu 13.10 when no boost sleep implementation found
10 years ago
Cory Fields 9f7f504efc build: add -DMINIUPNP_STATICLIB for new version
10 years ago
Cory Fields 386efb7695 build: work around ccache/autotools warning-spamming bug
10 years ago
Cory Fields e432a5f08d build: add option for reducing exports (v2)
10 years ago
Wladimir J. van der Laan fad23a210b
Revert "build: add option for reducing exports"
10 years ago
randy-waterhouse c101c76907 build: Add --with-utils (bitcoin-cli and bitcoin-tx, default=yes).
10 years ago
Cory Fields 4975ae1722 build: add option for reducing exports
10 years ago
Cory Fields 6b099402b4
build: fix automake warnings about the use of INCLUDES
10 years ago
Wladimir J. van der Laan 4c61ba40b9 build: check for sys/prctl.h in the proper way
10 years ago
Cory Fields 8021cf8dbc build: fix FDELT_TYPE configure check
10 years ago
Cory Fields eccd58567d build: silence mingw fpic warning spew
10 years ago
Cory Fields a98356fee8 build: don't let libtool insert rpath into binaries
10 years ago
Cory Fields 460b32d7b1 build: fix broken boost chrono check on some platforms
10 years ago
Cory Fields 2d89ea9781 build: fix whitespace in pkg-config variable
10 years ago
Cory Fields ab123ad4d6 build: allow linux and osx to build against static qt5
10 years ago
Cory Fields 575e70c0c6 build: fix win32 static linking after libtool merge
11 years ago
Wladimir J. van der Laan e81e2e8f7c
Merge pull request #4421
11 years ago
Cory Fields 5566826635 secp256k1: Add build-side changes for libsecp256k1
11 years ago
Cory Fields b150b09edc secp256k1: add libtool as a dependency
11 years ago
Huang Le caf6150e97 Use async name resolving to improve net thread responsiveness
11 years ago
Cory Fields f2647cc0e9 crypto: explicitly check for byte read/write functions
11 years ago
Cory Fields 54372482a8 build: move bitcoin-config.h to its own directory
11 years ago
Cory Fields 11404af34c sanity: autoconf check for sys/select.h
11 years ago
Cory Fields 65e8ba4dbe build: Switch to non-recursive make
11 years ago
Wladimir J. van der Laan a60838d09a Replace non-threadsafe strerror
11 years ago
Wladimir J. van der Laan e27c4110d9 Remove build-time no-IPv6 setting
11 years ago
Cory Fields d5aab70490 build: add an option for enabling glibc back-compat
11 years ago
Cory Fields 01e5327cfc build: hook up "make deploy" for cross osx builds
11 years ago
Cory Fields b62bbb1ff0 build: if cross-compiling for an apple host, locate some additional tools
11 years ago
Wladimir J. van der Laan 1795c69aaa
Merge pull request #3833
11 years ago
daniel f5f157b83f add --enable-debug for configure
11 years ago
Wladimir J. van der Laan ad6ae48939
build: Version bump to 0.9.99, disable IS_RELEASE
11 years ago
Midnight Magic 505867acae -Wl,-z,relro and -z,now were wiping out environmental LDFLAGS passed in by the user.
11 years ago
Wladimir J. van der Laan f9a2f08882 Bump version numbers for 0.9.0rc1 release
11 years ago
Wladimir J. van der Laan b77dfdc9e3 Typesafe strprintf/error/LogPrint functions
11 years ago
Wladimir J. van der Laan 6746787a0c
Merge pull request #3560
11 years ago
Wladimir J. van der Laan 6ac0b3be2d build: Add -static for mingw builds
11 years ago
Philip Kaufmann 4e57e23833 enable full GCC Stack-smashing protection for all OSes
11 years ago
Wladimir J. van der Laan fe14e8d790 build: Change package name to Bitcoin Core
11 years ago
Wladimir J. van der Laan 2f87b38e2e Adapt Windows installer for 64 bit
11 years ago
Luke Dashjr e18e1001eb configure: Minor grammatical changes to be more clear
11 years ago
Luke Dashjr a9dbcf036b configure: Change --with[out]-qt to --with[out]-gui and add --with[out]-cli and --with[out]-daemon to support more build configurations
11 years ago
Luke Dashjr f47299038d Bugfix: Correct captitalisation of Qt
11 years ago
Luke Dashjr f930341d81 configure: Internal changes to make building bitcoind and bitcoin-cli optional
11 years ago
Luke Dashjr 4a290b526c Cleanup LevelDB library dependencies
11 years ago
Luke Dashjr 9b4e03b27b Bugfix: Undefine _FORTIFY_SOURCE before redefining it, to avoid warnings on compilers that define it by default
11 years ago
Luke Dashjr 123e4f878e Bugfix: configure: Allow user-provided CXXFLAGS to override default optimisation, debug, and warning flags
11 years ago
Wladimir J. van der Laan 490d6a3046
Merge pull request #3545
11 years ago
Wladimir J. van der Laan 714cdecb03 build: Pass BOOST_CPPFLAGS to sleep implementation test
11 years ago
Wladimir J. van der Laan 0d40f5a6be build: Allow providing extra libs for Boost Chrono
11 years ago
Wladimir J. van der Laan e4b991e56d build: Auto-detect whether -DBOOST_TEST_DYN_LINK is needed
11 years ago
Christopher Latham 720731d281 Update configure.ac
11 years ago
Wladimir J. van der Laan 5bab55898d
qt: Update copyright year in about dialog to 2014
11 years ago
Wladimir J. van der Laan b7f4b6d35d GUI for --disable-wallet compiles and -disablewallet mode
11 years ago
Cory Fields 2691cbc4b3 qt5: Force macports default include path to be searched last
11 years ago
Cory Fields c8ba8ef654 qt5: split out qt config and add qt5 support
11 years ago
Cory Fields b878b763cb build: fix syntax error on older m4/autoconf.
11 years ago
Wladimir J. van der Laan 6893d74e15
Merge pull request #3322
11 years ago
Wladimir J. van der Laan 4f9e993bc9 Add --disable-wallet option to build system
11 years ago
Josh Triplett a26a367629 configure.ac: Check for miniupnpc headers, not just -lminiupnpc
11 years ago
Florin c89d59c38a Remove '/': prefix always starts with '/'
11 years ago
Wladimir J. van der Laan 6ad44f5693 configure: lupdate is not needed for Qt build
11 years ago
Wladimir J. van der Laan d6f690f7da Use C99 printf statements in mingw
11 years ago
Luke Dashjr fcfbf547d3 configure: Automatically disable bitcoin-qt by default, if dependencies are not met
11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations.
11 years ago
Matt Corallo 47b9374e39 Make large-reorg tests optional in block-tester
11 years ago
Philip Kaufmann 96b9603c01 misc spelling / space / style fixes
11 years ago
Pieter Wuille 6865127551 Merge pull request #3015 from theuni/win32-version-info
11 years ago
Cory Fields c589f5f2bd build: add libcrypt32 dep for new mingw. Also ensure that libgcc/libstdc++ are static-linked regardless of the toolchain config
11 years ago
Cory Fields 5ceb9c9637 win32: only check for windres for win32, and fail if missing
11 years ago