Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minimize calls into GitInfo by caching results during build_init | Rob Mensching | 2022-11-13 | 2 | -2/+0 |
| | |||||
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 2 | -3/+3 |
| | |||||
* | Loc files were still using inner text, stop doing that | Rob Mensching | 2022-10-31 | 2 | -7/+5 |
| | | | | Fixes 6970 | ||||
* | Update build dependencies and normalize more projects | Rob Mensching | 2022-10-19 | 2 | -4/+4 |
| | |||||
* | Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"s | Rob Mensching | 2022-10-15 | 3 | -30/+7 |
| | | | | Fixes 6944 | ||||
* | Standardize on .NET 6 as the minimum for .NET Core platform. | Rob Mensching | 2022-10-03 | 1 | -1/+1 |
| | | | | Closes 6942 | ||||
* | Centralize test project configuration with IsWixTestProject | Rob Mensching | 2022-09-23 | 1 | -9/+1 |
| | |||||
* | Skip logging errors in some places when they are due to missing files or ↵ | Sean Hall | 2022-08-09 | 1 | -5/+2 |
| | | | | | | registry keys or values. Related to 6696 | ||||
* | Add support for semver in bundles and dependencies | Rob Mensching | 2022-05-10 | 3 | -2/+9 |
| | | | | | | | Take advantage of WixVersion/verutil functionality to support wider range of version numbers were possible in the WiX Toolset Completes 4666 | ||||
* | Set each native library dependency version to the build version. | Sean Hall | 2022-04-19 | 1 | -1/+0 |
| | |||||
* | Finish removing native pdbs from .nupkg and removing symbols packages. | Sean Hall | 2022-02-18 | 1 | -1/+0 |
| | |||||
* | Create single .zip file for non-embedded pdb files | Rob Mensching | 2022-02-17 | 1 | -4/+0 |
| | | | | | No longer create .snupkg/.symbols.nupkgs since they don't actually support native pdbs, which are all of our non-embedded pdb files. | ||||
* | Central caDecor and caErr. | Bob Arnson | 2022-02-10 | 4 | -137/+2 |
| | |||||
* | Remove orphan package providers when unregistering the bundle. | Sean Hall | 2022-02-01 | 1 | -0/+4 |
| | | | | Fixes #3850 | ||||
* | Fix NoWarn being overridden and use PackageReference for TestSupport. | Sean Hall | 2022-01-27 | 1 | -4/+0 |
| | |||||
* | Simplify and normalize ext projects | Rob Mensching | 2021-12-30 | 2 | -10/+5 |
| | | | | | | Now that wix.targets is more compatible with MS.Common.targets the extension projects can be simplified. Also made their project files more consistent with each other. | ||||
* | Build with VS2022, which is now required. | Bob Arnson | 2021-12-25 | 1 | -2/+0 |
| | | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works. | ||||
* | Fix dependency table column names. | Bob Arnson | 2021-12-17 | 1 | -5/+5 |
| | | | | | | | (More extensions to fix but in general, primary key column names do not repeat the table name. There's no benefit to including the `4` and some don't use a prefix either. I'll aim for consistency but not pedantic consistency.) | ||||
* | Fix ids for DependencyExtension. | Bob Arnson | 2021-12-17 | 2 | -24/+24 |
| | |||||
* | Fix batch file command-line parsing | Rob Mensching | 2021-05-17 | 1 | -1/+1 |
| | |||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 16 | -316/+49 |
| | |||||
* | Move Dependency.wixext into ext | Rob Mensching | 2021-05-04 | 38 | -0/+1908 |