aboutsummaryrefslogtreecommitdiff
path: root/src/burn/stub (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minimize calls into GitInfo by caching results during build_initRob Mensching2022-11-131-1/+0
|
* Burn can only log errors while logutil is initialized and not closed.Sean Hall2022-06-271-43/+0
|
* Update Burn algorithm for picking elevated temp path to use SystemTemp.Sean Hall2022-06-071-2/+2
|
* Finish removing native pdbs from .nupkg and removing symbols packages.Sean Hall2022-02-181-3/+0
|
* Revert .wixburn version since the format didn't change.Sean Hall2021-12-301-5/+4
|
* Build with VS2022, which is now required.Bob Arnson2021-12-251-1/+0
| | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works.
* Follow up for multiple attached container supportSean Hall2021-11-031-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 containersNir Bar2021-11-021-3/+2
| | | | See https://github.com/wixtoolset/issues/issues/6144
* Bring back Burn's implementation of signature verification.Sean Hall2021-05-111-2/+2
| | | | partial #6447
* Add ability to suppress pfnTraceErrorCallback for the current thread.Sean Hall2021-05-111-0/+2
| | | | | | Suppress BurnTraceError while logging errors from BurnTraceError. #6378
* Implement integrated build processRob Mensching2021-05-113-38/+11
|
* Move burn into burnRob Mensching2021-04-2910-0/+318