Lines Matching full:dependency

7 * Fix processing of empty dependency lists.
109 definition flags for every queried dependency when found.
121 * Fix parsing edge-case bugs with dependency versions.
135 proper dependency order.
139 rendered dependency graph.
143 directly requested dependency nodes.
154 * Reintroduce an optimization to the dependency graph walker which avoids
158 * Add a regression test to check that the dependency flattener is working
178 dependency is pulled in via requires.private.
215 pkg-config behavior, but still operates on a solved dependency graph.
217 The order of --modversion output is based on the dependency resolution
231 * When flattening the dependency graph, retain the latest seen edges
234 * Fix a long-standing bug where the dependency resolution queue was
235 evaluated in reverse. This bug masked the aforementioned dependency
296 * Do not try to break dependency cycles across dependency lists. This causes
297 the solved graph to sometimes miss required dependency nodes because the
298 solver detected an incorrect dependency cycle.
323 with complicated graphs, which works by flattening the dependency graph
325 instead of the original dependency graph without having to visit every
383 .pc file into a dependency tree. Patch by Tobias Stöckmann.
462 whitespace, as dependency-lists would not properly tokenize if
603 - the dependency solver now stores solutions to dependency graph elements
604 it visits, allowing for the dependency graph to be incrementally solved.
605 this improves dependency solving time by an order of magnitude in most
670 - back out disabling the dependency resolver for single-package queries, it caused
674 - allow explicitly disabling the dependency resolver via new environment variable,
685 the dependency resolver
686 - ensure we disable the dependency resolver in all cases where it is a single-package
715 optimized out of the dependency graph (github #108)
754 - new Provides system allows alternate .pc files to provide a dependency
761 - pkgconf client: new --pure flag to enable dependency graph optimization in --static mode