Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |