Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move to ReleaseFlow and SomeVer | Rob Mensching | 2024-04-25 | 1 | -5/+5 |
| | |||||
* | Simplify BootstrapperApplication header files | Rob Mensching | 2024-03-21 | 1 | -4/+4 |
| | | | | | Take this breaking change opportunity to simplify the header files used by BA devs. | ||||
* | Clean up Burn a bit. | Bob Arnson | 2024-03-14 | 1 | -2/+0 |
| | |||||
* | Rename "bundle extension" to "bootstrapper extension" for more consistency | Rob Mensching | 2024-03-07 | 1 | -2/+2 |
| | | | | Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi. | ||||
* | Better .nupkg names | Rob Mensching | 2024-03-07 | 1 | -5/+5 |
| | |||||
* | WIP - BA header simplification | Rob Mensching | 2024-03-06 | 1 | -3/+3 |
| | |||||
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 1 | -23/+10 |
| | |||||
* | Rename inter-Burn communication related pipe file | Rob Mensching | 2024-01-11 | 1 | -2/+2 |
| | | | | | | | When BootstrapperApplications move out of proc there will be another set of pipes in Burn that behave differently from the inter-Burn communication pipes that exist now. So renaming the existing pipe related files now to better reflect that it is related to Burn talking to Burn when elevated or embedded. | ||||
* | Get "real" Burn version for logging. | Bob Arnson | 2022-12-21 | 1 | -0/+3 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7082. | ||||
* | Minimize calls into GitInfo by caching results during build_init | Rob Mensching | 2022-11-13 | 1 | -2/+1 |
| | |||||
* | Write EngineVersion, ProtocolVersion, and Win64 to the Burn manifest. | Sean Hall | 2022-04-13 | 1 | -9/+23 |
| | |||||
* | Don't assume Exe packages with Burn protocol are bundles. | Sean Hall | 2022-01-04 | 1 | -0/+2 |
| | | | | Related to #3693 | ||||
* | Remove warnings and make sure more don't creep in. | Sean Hall | 2022-01-01 | 1 | -1/+1 |
| | | | | Tests are not run inside of traversal projects so that skipped test warnings don't fail the build. | ||||
* | Build with VS2022, which is now required. | Bob Arnson | 2021-12-25 | 1 | -1/+0 |
| | | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works. | ||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 1 | -25/+19 |
| | |||||
* | Move burn into burn | Rob Mensching | 2021-04-29 | 1 | -0/+186 |