Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-23 | Clarify need to specify --prefix with depends | Russell Yanofsky | |
If not cross compiling, it might actually be nice for it to be picked up automatically. But for now clarify the readme to try to minimize confusion. https://github.com/chaincodelabs/libmultiprocess/issues/4#issuecomment-515619707 https://github.com/chaincodelabs/libmultiprocess/issues/5#issuecomment-518826298 | |||
2019-05-25 | depends: add ability to skip building zeromq | fanquake | |
2019-05-20 | depends: add patch to common dependencies | fanquake | |
2019-05-03 | Remove Windows 32 bit build | MarcoFalke | |
2019-03-24 | depends: latest rapidcheck, use INSTALL_ALL_EXTRAS | fanquake | |
2019-03-02 | build: Require python 3.5 | MarcoFalke | |
2018-09-19 | doc: Split build linux dependencies | MarcoFalke | |
2018-09-18 | doc: Split depends installation instructions per arch | MarcoFalke | |
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-25 | depends: set OSX_MIN_VERSION to 10.10 | fanquake | |
2018-07-09 | depends: Mention RISC-V known compilation issue with gcc-7.3.x | Wladimir J. van der Laan | |
2018-06-27 | depends: Add RISC-V support | Wladimir J. van der Laan | |
2018-06-04 | Rename “OS X” to the newer “macOS” convention | Giulio Lombardo | |
2017-12-14 | Add required package dependencies for depends cross compilation | Jonas Schnelli | |
[skip-ci] | |||
2016-06-22 | depends: Mention aarch64 as common cross-compile target | Wladimir J. van der Laan | |
2016-04-04 | depends: create a hostid and buildid and add option for salts | Cory Fields | |
These add very simple sanity checks to ensure that the build/host toolchains have not changed since the last run. If they have, all ids will change and packages will be rebuilt. For more complicated usage (like parsing dpkg), HOST_ID_SALT/BUILD_ID_SALT may be used to introduce arbitrary data to the ids. | |||
2015-10-08 | [Trivial] Fixed typo when referring to a previous section in | Chris Kleeschulte | |
depends/README.md [skip ci] | |||
2015-05-15 | doc: Documentation in Markdown for Depends Dir | Shawn Wilkinson | |
Documentation more readable when viewed on Github. Some extra changes by @laanwj: - Make README.usage the default README. This is more convenient from a user perspective. Link to other documentation in this default README - Add list of popular targets for cross compilation, change default to Win64 instead of Win32 |