summaryrefslogtreecommitdiff
path: root/docs/markdown/Using-wraptool.md
AgeCommit message (Collapse)Author
2022-10-10Document and test new WrapDB auto fallbackXavier Claessens
2021-10-10improve wraptool searchDaniel Jacobs
2020-10-13Merge wraps from subprojects into wraps from main projectXavier Claessens
wraps from subprojects are now merged into the list of wraps from main project, so they can be used to download dependencies of dependencies instead of having to promote wraps manually. If multiple projects provides the same wrap file, the first one to be configured wins. This also fix usage of sub-subproject that don't have wrap files. We can now configure B when its source tree is at `subprojects/A/subprojects/B/`. This has the implication that we cannot assume that subproject "foo" is at `self.subproject_dir / 'foo'` any more.
2018-02-15Updated docs to do "meson wrap" instead of "wraptool".Jussi Pakkanen
2017-12-26Reformat and update doc page.Jussi Pakkanen
2017-12-17Add functionality to promote nested dependencies to top level.Jussi Pakkanen
2017-11-06Small changes for syntax hightlightDavid Pérez-Suárez
2017-05-03doc: Don't use root-prompt in wraptool examples.Elliott Sales de Andrade
A `#` is the root-prompt, whereas `$` is the user-prompt.
2017-05-03doc: Capitalize things more consistently.Elliott Sales de Andrade
Upper or lower case depending on the official spelling, or the more consistent usage.
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier
This allows us to more easily have the documentation in sync with the source code as people will have to document new features etc right at the time where they implement it.