| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Iis table definitions. | Bob Arnson | 2022-11-14 | 1 | -0/+18 |
* | Minimize calls into GitInfo by caching results during build_init | Rob Mensching | 2022-11-13 | 7 | -13/+45 |
* | WiX Toolset v4-preview.1v4.0.0-preview.1 | Rob Mensching | 2022-11-11 | 1 | -1/+8 |
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 43 | -62/+62 |
* | Add NetFx .NET compatibility check for MSI (#262) | StefanStojanovic | 2022-10-25 | 1 | -0/+6 |
* | Update several dependencies | Rob Mensching | 2022-10-19 | 1 | -7/+18 |
* | Update to latest NuGet assemblies | Rob Mensching | 2022-10-19 | 1 | -3/+3 |
* | Update build dependencies and normalize more projects | Rob Mensching | 2022-10-19 | 8 | -33/+31 |
* | Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"s | Rob Mensching | 2022-10-15 | 3 | -0/+0 |
* | Simplify reference resolution | Rob Mensching | 2022-10-14 | 2 | -130/+0 |
* | Normalize ToolsetTask implementation to call wix.exe and heat.exe | Rob Mensching | 2022-10-14 | 8 | -2/+472 |
* | Run wix.exe out of proc | Rob Mensching | 2022-10-14 | 3 | -13/+32 |
* | Move WixVersion to new WixToolset.Versioning package in libs segment | Rob Mensching | 2022-10-04 | 1 | -0/+1 |
* | Standardize on .NET 6 as the minimum for .NET Core platform. | Rob Mensching | 2022-10-03 | 1 | -1/+1 |
* | Centralize test project configuration with IsWixTestProject | Rob Mensching | 2022-09-23 | 1 | -1/+1 |
* | Make sure error codes are translated correctly for per-machine packages. | Sean Hall | 2022-08-26 | 2 | -5/+6 |
* | Add direct reference to System.Configuration.ConfigurationManager | Rob Mensching | 2022-08-16 | 1 | -0/+1 |
* | Normalize wix pdbs zip name to place $(Version) consistently | Rob Mensching | 2022-08-15 | 1 | -1/+1 |
* | Generate metadata needed to populate update feed | Rob Mensching | 2022-08-08 | 1 | -0/+1 |
* | Add TestData.CreateFile and dedupe TestSupport code from Core.Native tests | Rob Mensching | 2022-08-05 | 1 | -0/+33 |
* | Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targets | Rob Mensching | 2022-08-01 | 2 | -0/+110 |
* | Upgrade xunit.runner.visualstudio from V2.4.1 to V2.4.5 in native projs | Sean Hall | 2022-06-29 | 3 | -3/+3 |
* | Fix E2E test exception. | Ron Martin | 2022-06-29 | 1 | -1/+1 |
* | Add IsWixTestSupportProject property to prevent test project detection. | Sean Hall | 2022-06-27 | 2 | -1/+2 |
* | Add longPathAware to Burn manifest to support long paths. | Sean Hall | 2022-06-27 | 3 | -3/+291 |
* | Improve WixAssert.StringEqual to print where the first difference is. | Sean Hall | 2022-06-15 | 1 | -26/+66 |
* | Replace PathIsAbsolute with PathIsRooted and add PathIsFullyQualified. | Sean Hall | 2022-05-31 | 3 | -0/+48 |
* | Add ability to skip tests at runtime, and skip long running cache tests | Sean Hall | 2022-05-13 | 11 | -1/+237 |
* | Remove comments from global.json. | Sean Hall | 2022-05-12 | 1 | -0/+2 |
* | Port UtilExtension.UserTests from wix3. | Sean Hall | 2022-04-29 | 1 | -0/+1 |
* | Use GitInfo in C++/CLI unit test projects to fix Burn's FileSearch test | Sean Hall | 2022-04-28 | 2 | -0/+3 |
* | Replace Dnc.Host with Dnc.HostGenerator to support linker trimming. | Sean Hall | 2022-04-19 | 1 | -0/+5 |
* | Fix "flaky" DUtil test. | Ron Martin | 2022-04-13 | 1 | -0/+47 |
* | Provide managed CA and Embedded UI DTF libraries via NuGet | Rob Mensching | 2022-03-31 | 2 | -1/+2 |
* | Implement IWindowsInstallerDecompileExtensions | Rob Mensching | 2022-03-30 | 1 | -0/+88 |
* | Update MSBuildRunner to ignore previous VS versions | Ron Martin | 2022-03-09 | 1 | -58/+2 |
* | Refactor related bundle enumeration into butil. | Sean Hall | 2022-03-01 | 1 | -0/+1 |
* | Fix and run Burn 64-bit unit tests. | Sean Hall | 2022-03-01 | 1 | -1/+2 |
* | Move nuget.config, global.json and Directory.Packages.props to root | Rob Mensching | 2022-02-23 | 1 | -2/+2 |
* | Create single .zip file for non-embedded pdb files | Rob Mensching | 2022-02-17 | 4 | -0/+35 |
* | Move the FileSystem.AccessControl version sync comment | Rob Mensching | 2022-02-17 | 1 | -1/+2 |
* | Update Appveyor build number so that it is unique when re-run. | Sean Hall | 2022-02-12 | 1 | -1/+1 |
* | Add logging to tests to help diagnose intermittent test failures | Rob Mensching | 2022-02-10 | 1 | -1/+30 |
* | Fix NoWarn being overridden and use PackageReference for TestSupport. | Sean Hall | 2022-01-27 | 3 | -3/+3 |
* | Some code clean up | Rob Mensching | 2022-01-10 | 1 | -1/+1 |
* | Add additional error detail to WixAssert.CompareLineByLine | Rob Mensching | 2022-01-02 | 1 | -8/+12 |
* | Upload test results and fail the build if any are missing. | Sean Hall | 2022-01-01 | 1 | -1/+3 |
* | Try to get more helpful test failure messages. | Sean Hall | 2022-01-01 | 2 | -6/+48 |
* | Remove warnings and make sure more don't creep in. | Sean Hall | 2022-01-01 | 4 | -31/+14 |
* | FilesInUse messages are too different to unify in the Burn engine. | Sean Hall | 2021-12-30 | 1 | -0/+1 |