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-07-18 | depends: qt: Patch to remove dep on libX11 | Carl Dong | |
We can actually patch QT to remove its dependency on libX11's headers. It turns it this wasn't that hard. | |||
2019-07-17 | depends: libXext isn't needed by anyone | Carl Dong | |
libXext was only needed (as a library) by QT when it was using XLib/libX11 (as a library), now that we're building QT without XLib/libX11, we can safely remove libXext. | |||
2019-07-17 | depends: libX11: Make package headers-only | Carl Dong | |
We're no longer building QT with libX11/XLib, however, libX11/XLib headers are still required for parts of QT. In this commit we add a minimal configure.ac for libX11/XLib that is headers-only. This change allows us to remove all of libX11/XLib's dependencies. | |||
2019-07-07 | build: prune dbus from depends | fanquake | |
2019-05-25 | depends: add ability to skip building zeromq | fanquake | |
2018-08-27 | Integration of property based testing into Bitcoin Core | Chris Stewart | |
update copyright headers attempt to fix linting errors Fixing issue with make check classifying generator files as actual unit tests Wrapping gen files in ENABLE_PROPERTY_TESTS macro Make macro better | |||
2018-07-29 | Add aarch64 qt depends support for cross compiling bitcoin-qt | TheCharlatan | |
2018-07-12 | Add depends 32-bit arm support for bitcoin-qt | Sebastian Kung | |
Some hobbyists are used to using the desktop for interfacing with their raspberry pi. This commits adds qt to the arm-linux-gnueabihf target. | |||
2018-03-06 | depends: Remove ccache | fanquake | |
2017-01-28 | depends: add a zlib build | Cory Fields | |
qt5.7 changed the location of some of its symbols, creating a circular dependency in Qt5Core. Rather than trying to fix that up, build our own zlib rather than having it built for us. | |||
2016-08-13 | test: Remove java comparison tool | Wladimir J. van der Laan | |
2016-07-21 | [depends] ZeroMQ 4.1.5 | fanquake | |
2016-06-10 | depends: only build qt on linux for x86_64/x86 | Cory Fields | |
2015-12-22 | depends: Add mac_alias to depends | Luke Dashjr | |
2015-12-22 | depends: Add ds_store to depends | Cory Fields | |
2015-09-17 | depends: fix platform specific packages variable | Jonas Schnelli | |
prefix instead of postfix | |||
2015-09-16 | Depends: Add ZeroMQ package | Cory Fields | |
2015-09-02 | libevent: add depends | Cory Fields | |
2015-02-25 | depends: always use static qt5 for linux | Cory Fields | |
2015-01-02 | depends: bump cctools to a custom version with less deps | Cory Fields | |
This one no longer requires native libuuid or libcrypto | |||
2014-12-04 | Remove gmp dependency and doc mentions | Pieter Wuille | |
2014-11-19 | depends: Add a package for qt4.6. Linux uses it by default. | Cory Fields | |
We're not ready to switch to a static qt5 for Linux yet due to missing plugin support. This adds a recipe for building a shared qt4 that we build and link against, but don't distribute. make USE_LINUX_STATIC_QT5=1 can be used to build static qt5 as before. | |||
2014-11-18 | depends: add gmp package | Cory Fields | |
2014-08-08 | depends: add shared dependency builder | Cory Fields | |
See the README's in depends for documentation |