Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-14 | build: make protobuf optional in depends | fanquake | |
Those that want to build it can now pass PROTOBUF=1. | |||
2019-05-25 | depends: add ability to skip building zeromq | fanquake | |
2019-03-14 | build: depends: Switch to python3 | MarcoFalke | |
2018-08-23 | depends: allow CC/CXX to be overridden during configure | Cory Fields | |
2018-03-06 | depends: Remove ccache | fanquake | |
2017-06-05 | Run Qt wallet tests on travis | Russell Yanofsky | |
Currently these test failures are not caught by travis leading to bugs like: https://github.com/bitcoin/bitcoin/pull/10506 | |||
2017-01-14 | [depends] Remove OBJCXX define from config.site.in | fanquake | |
2016-08-13 | test: Remove java comparison tool | Wladimir J. van der Laan | |
2016-06-07 | depends: allow for CONFIG_SITE to be used rather than stealing prefix | Cory Fields | |
This does not break any existing prefix behavior, only makes new behavior work. For example: CONFIG_SITE=$PWD/depends/x86_64-pc-linux-gnu/share/config.site ./configure --prefix=/ | |||
2015-12-22 | depends: Pass PYTHONPATH along to configure | Cory Fields | |
2014-11-18 | depends: quit exporting in config.site | Cory Fields | |
2014-10-03 | Bugfix: Replace bashisms with standard sh in gitian descriptors | Luke Dashjr | |
2014-09-25 | depends: disable reduced exports for debug builds | Cory Fields | |
Some debug options may not be compatible. | |||
2014-09-25 | depends: make LDFLAGS act like the other flags | Cory Fields | |
2014-09-25 | depends: add the debug/release concept to depends | Cory Fields | |
2014-09-16 | depends: respect CPPFLAGS when configuring with depends | Cory Fields | |
2014-08-08 | depends: add shared dependency builder | Cory Fields | |
See the README's in depends for documentation |