aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2015-11-08bump version to 0.11.2v0.11.2rc1Wladimir J. van der Laan
2015-10-14build: disable -Wself-assignWladimir J. van der Laan
2015-10-09Bump version to 0.11.1Wladimir J. van der Laan
2015-09-22build: fix libressl detectionCory Fields
2015-06-23Add an alternate location of endian.h headerAndriy Voskoboinyk
2015-06-10configure: Detect (and reject) LibreSSLLuke Dashjr
2015-06-02build: disable optional use of gmp in internal secp256k1 buildWladimir J. van der Laan
2015-06-01Bump version to 0.11Wladimir J. van der Laan
2015-05-14build: make libboost_chrono mandatoryCory Fields
2015-05-02change AC_PACKAGE_BUGREPORT from info@bitcoin.org to github issue tracker URLJonas Schnelli
2015-03-06build: Endian compatibilityWladimir J. van der Laan
2015-03-03Merge pull request #5819Wladimir J. van der Laan
2015-03-02keys: remove libsecp256k1 verification until it's actually supportedCory Fields
2015-02-23build: fix typo in configure helpCory Fields
2015-02-23build: remove libstdc++ backwards-compatCory Fields
2015-02-23build: disable reduced exports by defaultCory Fields
2015-01-21Remove custom pkg.m4 script.randy-waterhouse
2015-01-08Merge pull request #5542Wladimir J. van der Laan
2015-01-07Bugfix: configure: Correctly detect "nothing to build" conditionLuke Dashjr
2015-01-07Bugfix: Only check for boost when building code that requires itLuke Dashjr
2015-01-07Bugfix: configure: Check for openssl/ec.hLuke Dashjr
2015-01-02Bump project-wide COPYRIGHT_YEAR to 2015Wladimir J. van der Laan
2014-12-19Merge pull request #5334Wladimir J. van der Laan
2014-12-11Now that 0.10 has been branched, master is 0.10.99Wladimir J. van der Laan
2014-11-30Add /opt/local/include/db48 only if it exists.Pavel Janík
2014-11-26Merge pull request #5370Wladimir J. van der Laan
2014-11-25build: disable static lib stripping during osx make install-stripCory Fields
2014-11-24Check for strnlen and provide it if it is not found.Pavel Janík
2014-11-20libbitcoinconsensus: Add pkg-config supportLuke Dashjr
2014-11-19build: pad header for osx libsCory Fields
2014-11-19build: fix static dll link for mingwCory Fields
2014-11-19build: shared lib build should work reasonably well nowCory Fields
2014-11-19build: add --with-libs so that libs are optionalCory Fields
2014-11-19build: check visibility attributesCory Fields
2014-11-19build: mingw needs libssp for hardening with dllsCory Fields
2014-11-19build: make a distinction between static app ldflags and static lib ldflagsCory Fields
2014-11-18revert part of 9eda1620bCory Fields
2014-11-18build: fixup configure to not export anythingCory Fields
2014-11-18Don't use bashisms in configurePieter Wuille
2014-11-18Always build and link libsecp256k1Pieter Wuille
2014-11-06Rearrange initial config checks: AC, AM, compiler, libtool.kiwigb
2014-10-31tests: replace the old (unused since Travis) tests with new rpc test scriptsCory Fields
2014-10-14build: fix libtool's refusal to link static libs into a dllCory Fields
2014-10-13build: quit abusing LIBS for Windows builds.Cory Fields
2014-10-10build: fix dynamic boost check when --with-boost= is usedCory Fields
2014-10-07Merge pull request #5053Wladimir J. van der Laan
2014-10-06Homebrew lang fixDominyk Tiller
2014-10-03Bugfix: Replace bashisms with standard sh to fix build on non-BASH systemsLuke Dashjr
2014-10-01build: Fix OSX build when using Homebrew and qt5Cory Fields
2014-09-30tests: fix python test-runner for windowsCory Fields