aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make PathGetSystemPath return an array of paths ordered by preference.Sean Hall2022-06-0712-75/+338
* Add PathSkipPastRoot.Sean Hall2022-06-079-310/+414
* Replace PathCompare with PathCompareCanonicalized.Sean Hall2022-06-0710-203/+301
* Resolve paths while parsing them from the command line.Sean Hall2022-06-0716-210/+301
* Fix StyleCop complaints.Ron Martin2022-06-031-14/+22
* Add PathConcatRelativeToBase and use it in Burn.Sean Hall2022-05-3114-41/+233
* Update payload.cpp and container.cpp to use more concise Exit* macros.Sean Hall2022-05-312-54/+43
* Add PathCanonicalizeForComparison.Sean Hall2022-05-318-116/+822
* Replace PathIsAbsolute with PathIsRooted and add PathIsFullyQualified.Sean Hall2022-05-318-22/+350
* Add MemSizeChecked.Sean Hall2022-05-318-109/+130
* PathGetDirectory can't be responsible for stripping quotes.Sean Hall2022-05-312-6/+33
* PathEnsureQuoted is not generally useful.Sean Hall2022-05-314-68/+59
* Fix DncHostGeneratorTests.Sean Hall2022-05-311-0/+3
* Rename build.cmd to devbuild.cmd to better represent its purposeRob Mensching2022-05-243-21/+22
* Ignore NU1507 to work-around Centrally Versioned Packaging changeRob Mensching2022-05-241-1/+1
* Keep track of when parts of verutil/WixVersions are missing.Sean Hall2022-05-179-22/+322
* Store the prefix character in VERUTIL_VERSION.Sean Hall2022-05-177-14/+118
* Add option to hosts to always install prereqs.Sean Hall2022-05-1435-42/+1154
* Move infinite loop detection into the hosts.Sean Hall2022-05-1455-493/+500
* Update balutil and Bal.wixext to use more concise Exit* macros.Sean Hall2022-05-148-157/+85
* Add ability to skip tests at runtime, and skip long running cache testsSean Hall2022-05-1338-194/+423
* Remove comments from global.json.Sean Hall2022-05-121-0/+2
* Add support for semver in bundles and dependenciesRob Mensching2022-05-1036-116/+568
* Add WixVersion implementation to WixToolset.DataRob Mensching2022-05-103-0/+522
* Harvest BundlePackage payloads.Sean Hall2022-05-0618-187/+752
* Only block shutdown during Apply.Sean Hall2022-05-0425-231/+107
* Assume critical shutdown was caused by the current package.Sean Hall2022-05-043-15/+27
* Allow burn.runonce with burn.clean.room and create runonce log.Sean Hall2022-05-043-8/+25
* Port UtilExtension.UserTests from wix3.Sean Hall2022-04-2930-0/+1032
* Add ability to disable file system redirection for File/DirectorySearchSean Hall2022-04-288-13/+179
* Use GitInfo in C++/CLI unit test projects to fix Burn's FileSearch testSean Hall2022-04-283-1/+4
* Enforce that Update and RemoteBundle can only be specified once.Sean Hall2022-04-261-0/+21
* Always reset the system component status when registering the bundle.Sean Hall2022-04-237-165/+26
* Make the estimated size in ARP a little more accurate.Sean Hall2022-04-2317-113/+177
* Add RepairCondition.Sean Hall2022-04-2333-17/+237
* Upgrade dnchost's nethost dependency to .NET 6.0.4.Sean Hall2022-04-2013-14/+115
* Upgrade test BAs to net6.0 and use x64 bundles for ManagedHost tests.Sean Hall2022-04-1924-52/+56
* Replace Dnc.Host with Dnc.HostGenerator to support linker trimming.Sean Hall2022-04-1948-565/+626
* Set each native library dependency version to the build version.Sean Hall2022-04-1922-36/+5
* Fix warning in dnchost by using release runtime in debug.Sean Hall2022-04-191-3/+8
* DUtilTraceErrorSourceFiltersOnTraceLevel is still flaky.Sean Hall2022-04-131-1/+1
* Add bundle support to "burn remotepayload" command.Sean Hall2022-04-137-206/+379
* Add support for remote BundlePackagePayload.Sean Hall2022-04-139-10/+407
* Write EngineVersion, ProtocolVersion, and Win64 to the Burn manifest.Sean Hall2022-04-1315-57/+230
* Change harvested symbols to ref the package payload for remote support.Sean Hall2022-04-1322-161/+461
* Create Harvested*PackageSymbols.Sean Hall2022-04-1310-236/+820
* Try to improve fields of bundle symbols.Sean Hall2022-04-1334-318/+923
* Only allow MsiPackage and MspPackage inside MSI transactions.Sean Hall2022-04-138-20/+124
* Discard the correct RollbackBoundary.Sean Hall2022-04-135-11/+135
* Fix "flaky" DUtil test.Ron Martin2022-04-132-2/+50