Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Improve Identifier constructor | Rob Mensching | 2017-12-29 | 1 | -2/+22 | |
| | | ||||||
| * | Build before packing to ensure tests are created | Rob Mensching | 2017-12-27 | 1 | -0/+1 | |
| | | ||||||
| * | Send build notifications to Slack | Rob Mensching | 2017-12-27 | 1 | -0/+5 | |
| | | ||||||
| * | Make TableDefinitions ColumnDefinitions an array and other minor cleanup | Rob Mensching | 2017-12-27 | 6 | -37/+23 | |
| | | ||||||
| * | Rename "Wixout" to "IntermediatePostLink" | Rob Mensching | 2017-12-26 | 1 | -3/+3 | |
| | | ||||||
| * | Add "wixout" as build output | Rob Mensching | 2017-12-21 | 3 | -15/+7 | |
| | | ||||||
| * | Simplify message handling | Rob Mensching | 2017-12-19 | 40 | -1358/+7807 | |
| | | ||||||
| * | Store WixMediaTemplate/@CompressionLevel as string | Rob Mensching | 2017-12-07 | 2 | -5/+10 | |
| | | ||||||
| * | Reintegrate MSI constructs into WxToolset.Data.WindowsInstaller namespace | Rob Mensching | 2017-12-07 | 62 | -0/+8105 | |
| | | ||||||
| * | Fix handling of long values and baseUri in path fields | Rob Mensching | 2017-12-06 | 9 | -57/+132 | |
| | | ||||||
| * | Support tuples from extensions and make SourcePath a path instead of string | Rob Mensching | 2017-12-02 | 13 | -77/+371 | |
| | | ||||||
| * | Additional IR updates | Rob Mensching | 2017-11-11 | 10 | -16/+600 | |
| | | ||||||
| * | Introduce WiX Intermediate Representation | Rob Mensching | 2017-11-01 | 313 | -12677/+22797 | |
| | | ||||||
| * | Commit generated message and schema classes one way to better system | Rob Mensching | 2017-10-18 | 6 | -166/+57991 | |
| | | | | | | | | | | | | Generating messages and schema classes from XML is a bit cool but is fraught with issues when there is a build failure anywhere. This commits those generated files until a better process is in place. | |||||
| * | Incorporate refactoring of WixToolset.Core assemblies | Rob Mensching | 2017-10-18 | 8 | -25/+257 | |
| | | ||||||
| * | Simplify Library to only be a data container and add as output type | Rob Mensching | 2017-10-01 | 2 | -66/+13 | |
| | | | | | | | | | | The actual of the creation functionality for Libraries will move to the Librarian. | |||||
| * | Standardize on appveyor.cmd for builds | Rob Mensching | 2017-09-17 | 2 | -1/+8 | |
| | | ||||||
| * | Update to latest GitVersioning and Directory.Build.props standards | Rob Mensching | 2017-09-17 | 3 | -4/+4 | |
| | | ||||||
| * | Add missing data XML files as resource streams | Rob Mensching | 2017-09-17 | 1 | -0/+5 | |
| | | ||||||
| * | Search WiX NuGet respositories first | Rob Mensching | 2017-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | No longer use pre-releases | Rob Mensching | 2017-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | Standardize Directory.Build.props | Rob Mensching | 2017-08-20 | 1 | -0/+6 | |
| | | ||||||
| * | Add license | Rob Mensching | 2017-08-20 | 1 | -0/+28 | |
| | | ||||||
| * | Move to stable appveyor image | Rob Mensching | 2017-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | Move configuration files to the root | Rob Mensching | 2017-08-20 | 2 | -3/+0 | |
| | | ||||||
| * | Move to .NET Core 2.0 | Rob Mensching | 2017-08-15 | 134 | -0/+31223 | |
| | | ||||||
| * | Initialize repo | Rob Mensching | 2017-08-10 | 2 | -0/+297 | |
| | | ||||||
| * | Initial commit | Rob Mensching | 2017-08-10 | 1 | -0/+2 | |
| | ||||||
* | Merge wcautil | Rob Mensching | 2021-05-11 | 27 | -0/+5134 | |
|\ | ||||||
| * | Move wcautil into libs/wcautil | Rob Mensching | 2021-04-29 | 29 | -0/+0 | |
| | | ||||||
| * | Clean up more 32-bit assumptions. | Sean Hall | 2021-04-29 | 6 | -65/+72 | |
| | | ||||||
| * | Update DUtil dependency. | Bob Arnson | 2021-02-09 | 5 | -15/+9 | |
| | | ||||||
| * | Remove 32-bit ARM support. | Bob Arnson | 2020-09-19 | 3 | -12/+0 | |
| | | ||||||
| * | Update to latest dutil. | Sean Hall | 2020-06-24 | 5 | -10/+68 | |
| | | ||||||
| * | Pack v141 ARM and ARM64. | Sean Hall | 2020-06-18 | 2 | -4/+1 | |
| | | ||||||
| * | Fail build on each command. | Sean Hall | 2020-06-18 | 3 | -16/+16 | |
| | | ||||||
| * | Merge pull request #2 from wixtoolset/bob/ARM2017 | Bob Arnson | 2020-05-30 | 1 | -2/+2 | |
| |\ | | | | | | | Enable VS2017 ARM/ARM64. | |||||
| | * | Enable VS2017 ARM/ARM64. | Bob Arnson | 2020-05-30 | 1 | -2/+2 | |
| |/ | ||||||
| * | Merge branch 'master' of https://github.com/wixtoolset/wcautil | Bob Arnson | 2020-05-10 | 6 | -24/+34 | |
| |\ | ||||||
| | * | Merge pull request #1 from wixtoolset/bob/arm64 | Bob Arnson | 2020-05-10 | 6 | -24/+34 | |
| | |\ | | | | | | | | | Drop XP support and enable ARM64. | |||||
| | | * | Drop XP support and enable ARM64. | Bob Arnson | 2020-05-10 | 6 | -24/+34 | |
| | |/ | ||||||
| * / | Add v142 toolset support. | Bob Arnson | 2020-05-10 | 1 | -0/+5 | |
| |/ | ||||||
| * | Add ARM and ARM64 for v141. | Sean Hall | 2019-01-13 | 5 | -10/+47 | |
| | | ||||||
| * | Remove "lib" from path in NuGet package to match dutil. | Sean Hall | 2018-12-30 | 2 | -6/+6 | |
| | | ||||||
| * | Update to latest .gitignore and prep for new NuGet license format | Rob Mensching | 2018-12-22 | 3 | -14/+62 | |
| | | ||||||
| * | Update to latest Home\repo-template | Rob Mensching | 2018-12-22 | 4 | -6/+93 | |
| | | ||||||
| * | Update to standard appveyor.yml | Rob Mensching | 2018-10-03 | 1 | -3/+5 | |
| | | ||||||
| * | Standardize on props with NCrunch support | Rob Mensching | 2018-10-03 | 5 | -8/+25 | |
| | | ||||||
| * | Add WixToolset.DUtil dependency to wcautil.nuspec. | Sean Hall | 2017-09-10 | 1 | -0/+3 | |
| | | ||||||
| * | Initialize repo | Sean Hall | 2017-09-03 | 29 | -0/+5298 | |
| | |