aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/manifest.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move the BootstrapperApplication out of procRob Mensching2024-03-061-3/+3
|
* Store list of persisted well-known variables in Burn.Sean Hall2022-08-021-20/+2
| | | | This allows it to reject Variables declared in the manifest that start with the reserved prefix 'Wix'.
* Write EngineVersion, ProtocolVersion, and Win64 to the Burn manifest.Sean Hall2022-04-131-0/+50
|
* Parse most of Burn command line parameters into BURN_ENGINE_COMMAND.Sean Hall2021-08-041-1/+1
|
* Replace static cache internals with a struct.Sean Hall2021-08-041-1/+1
| | | | Initialize them explicitly to make it clearer when that happens.
* Move burn into burnRob Mensching2021-04-291-0/+164