aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2016-12-20Bump version to 0.13.2MarcoFalke
2016-12-02Set minimum required Boost to 1.47.0fanquake
2016-12-02build: fix qt5.7 build under macOSCory Fields
2016-12-02Revert "Use async name resolving to improve net thread responsiveness"Matt Corallo
2016-10-18Bump version to 0.13.1Wladimir J. van der Laan
2016-09-21Bugfix: Allow building libbitcoinconsensus without any univalueLuke Dashjr
2016-09-21configure: Allow building bench_bitcoin by itselfLuke Dashjr
2016-09-21Add configure check for -latomicAnthony Towns
2016-09-07build: Updates for OpenBSDWladimir J. van der Laan
2016-09-07build: Remove check for `openssl/ec.h`Wladimir J. van der Laan
2016-07-18build: bump version to 0.13.0Wladimir J. van der Laan
2016-07-08Merge #8314: Fix pkg-config issues for 0.13Wladimir J. van der Laan
2016-07-07build: fix Windows builds without pkg-configCory Fields
2016-07-06build: require boost for benchCory Fields
2016-06-10build: add armhf/aarch64 gitian buildsCory Fields
2016-06-01build: a few ugly hacks to get the rpc tests working out-of-treeCory Fields
2016-04-30build: No need to check for leveldb atomicsCory Fields
2016-04-28Merge #7165: build: Enable C++11 in build, require C++11 compilerWladimir J. van der Laan
2016-04-27build: quiet annoying warnings without adding new onesCory Fields
2016-04-26build: Enable C++11 build, require C++11 compilerWladimir J. van der Laan
2016-04-26Re-instate TARGET_OS=linux in configure.ac. Removed by 351abf9e035.randy-waterhouse
2016-04-19leveldb: integrate leveldb into our buildsystemCory Fields
2016-04-11build: define base filenames for use elsewhere in the buildsystemCory Fields
2016-04-03build: Remove unnecessary executables from gitian releaseWladimir J. van der Laan
2016-03-31Merge #7477: Fix quoting of copyright holders in configure.ac.Wladimir J. van der Laan
2016-03-29build: python 3 compatibilityWladimir J. van der Laan
2016-02-07Fix quoting of copyright holders in configure.ac.Daniel Kraft
2016-02-04Merge #7349: Build against system UniValue when availableWladimir J. van der Laan
2016-02-03Merge branch 'master' into single_prodnameLuke Dashjr
2016-01-28Change default configure option --with-system-univalue to "no"Luke Dashjr
2016-01-28Bugfix: Include COPYRIGHT_HOLDERS_SUBSTITUTION in Makefile substitutions so i...Luke Dashjr
2016-01-28Move PACKAGE_URL to configure.acLuke Dashjr
2016-01-26release: always link librt for glibc back-compat buildsCory Fields
2016-01-26release: add check-symbols and check-security make targetsCory Fields
2016-01-19Bugfix: Actually use _COPYRIGHT_HOLDERS_SUBSTITUTION everywhereLuke Dashjr
2016-01-18Merge pull request #7363Wladimir J. van der Laan
2016-01-17Update license year range to 2016Prayag Verma
2016-01-15Build against system UniValue when availableLuke Dashjr
2016-01-08c++11: add scoped enum fallbacks to CPPFLAGS rather than defining them locallyCory Fields
2016-01-05c++11: detect and correct for boost builds with an incompatible abiCory Fields
2015-12-22Set copyright holders displayed in notices separately from the package nameLuke Dashjr
2015-12-22depends: Pass PYTHONPATH along to configureCory Fields
2015-12-22macdeploy: Use rsvg-convert rather than cairosvgLuke Dashjr
2015-12-22More complicated package name substitution for Mac deploymentLuke Dashjr
2015-12-03Now that 0.12 has been branched, master is 0.12.99Wladimir J. van der Laan
2015-11-13Update key.cpp to new secp256k1 APIPieter Wuille
2015-11-09build: Split hardening/fPIE options outCory Fields
2015-11-04build: If both Qt4 and Qt5 are installed, use Qt5Wladimir J. van der Laan
2015-10-29Merge pull request #6870Wladimir J. van der Laan
2015-10-23Add config option to enable extended RPC tests for code coveragedexX7