Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minimize calls into GitInfo by caching results during build_init | Rob Mensching | 2022-11-13 | 1 | -1/+0 |
| | |||||
* | Burn can only log errors while logutil is initialized and not closed. | Sean Hall | 2022-06-27 | 1 | -43/+0 |
| | |||||
* | Update Burn algorithm for picking elevated temp path to use SystemTemp. | Sean Hall | 2022-06-07 | 1 | -2/+2 |
| | |||||
* | Finish removing native pdbs from .nupkg and removing symbols packages. | Sean Hall | 2022-02-18 | 1 | -3/+0 |
| | |||||
* | Revert .wixburn version since the format didn't change. | Sean Hall | 2021-12-30 | 1 | -5/+4 |
| | |||||
* | Build with VS2022, which is now required. | Bob Arnson | 2021-12-25 | 1 | -1/+0 |
| | | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works. | ||||
* | Follow up for multiple attached container support | Sean Hall | 2021-11-03 | 1 | -1/+2 |
| | | | | | | | | | | | * validate cContainers * use previous embeddedid format and use intermediate folder when extracting attached containers * remove special cases for 0 byte containers in BurnCommon classes and Insignia * don't hardcode max containers * reduce properties in BurnCommon * add e2e test #6144 | ||||
* | Support multiple attached containers | Nir Bar | 2021-11-02 | 1 | -3/+2 |
| | | | | See https://github.com/wixtoolset/issues/issues/6144 | ||||
* | Bring back Burn's implementation of signature verification. | Sean Hall | 2021-05-11 | 1 | -2/+2 |
| | | | | partial #6447 | ||||
* | Add ability to suppress pfnTraceErrorCallback for the current thread. | Sean Hall | 2021-05-11 | 1 | -0/+2 |
| | | | | | | Suppress BurnTraceError while logging errors from BurnTraceError. #6378 | ||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 3 | -38/+11 |
| | |||||
* | Move burn into burn | Rob Mensching | 2021-04-29 | 10 | -0/+318 |