aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/dependency.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename "bundle id" concept to "bundle code"Rob Mensching2024-12-301-2/+2
| | | | | | | The "bundle id" always had more in common with the PackageCode from the Windows Installer. With the introduction of an actual Id attribute on the Bundle element, there is potential for confusion, so there is finally real motivation to rename "bundle id" to "bundle code".
* Plan each dependency provider dependent individually.Sean Hall2022-02-011-1/+2
| | | | Refactoring for #6510
* Plan each dependency provider individually.Sean Hall2022-02-011-1/+2
| | | | Refactoring for #6510
* Remove orphan compatible MSI packages.Sean Hall2022-01-161-0/+5
| | | | Reimplements #3190
* Refactor some dependency detection.Sean Hall2022-01-161-2/+11
| | | | | * Run DependencyDetect earlier * Do package dependency checking during each package/related bundle
* Add BURN_DEPENDENCIES struct to store Dependency state.Sean Hall2021-08-041-4/+23
|
* Move burn into burnRob Mensching2021-04-291-0/+168