Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix ?foreach? so all loop values get "executed." | Bob Arnson | 2018-09-18 | 7 | -13/+90 | |
| | | ||||||
| * | Merge pull request #2 from wixtoolset/bob/5853-variable-redefinition | Sean Hall | 2018-09-09 | 7 | -1/+99 | |
| |\ | | | | | | | Warn on variable redefinition only when the values are different. | |||||
| | * | Warn on preprocessor variable redefinition only when the values are different. | Bob Arnson | 2018-09-03 | 7 | -1/+99 | |
| | | | | | | | | | | | | Fixes wixtoolset/issues#5853 | |||||
| * | | Fix codepage handling to cover both Framework- and Core- supported code pages. | Bob Arnson | 2018-09-06 | 3 | -3/+10 | |
| |/ | ||||||
| * | Make TestMessageListener public. | Sean Hall | 2018-09-02 | 3 | -22/+27 | |
| | | | | | | | | Make WixToolset.Core.TestPackage a netstandard library. | |||||
| * | Use generics in WixToolsetServiceProvider | Sean Hall | 2018-09-02 | 1 | -26/+31 | |
| | | | | | | | | to make the compiler help with the type checking. | |||||
| * | Fix namespace in WixStrings. | Sean Hall | 2018-09-02 | 2 | -4/+3 | |
| | | ||||||
| * | Support warning suppression. | Bob Arnson | 2018-08-28 | 1 | -1/+11 | |
| | | ||||||
| * | Actually handle context-less Classes. | Bob Arnson | 2018-08-23 | 1 | -19/+16 | |
| | | ||||||
| * | Add WixRunner that takes a service provider. | Bob Arnson | 2018-08-23 | 1 | -2/+6 | |
| | | ||||||
| * | Prevent crash when non-advertised Class omits Context. Fixes #5651. | Bob Arnson | 2018-08-23 | 1 | -15/+18 | |
| | | ||||||
| * | Track files to enable clean builds in MSBuild | Rob Mensching | 2018-08-11 | 20 | -110/+284 | |
| | | ||||||
| * | Add CreateGuid() to IBackendHelper to make Uuid helper internal | Rob Mensching | 2018-08-01 | 4 | -5/+13 | |
| | | ||||||
| * | Major reduction in public surface area of WixToolset.Core | Rob Mensching | 2018-08-01 | 38 | -220/+110 | |
| | | ||||||
| * | Support build of a .wixipl to final output | Rob Mensching | 2018-07-31 | 3 | -24/+138 | |
| | | ||||||
| * | All unit test should be netcoreapp2.1 | Rob Mensching | 2018-07-27 | 1 | -1/+1 | |
| | | ||||||
| * | Properly initialize WixVariableResolver internal variables | Rob Mensching | 2018-07-27 | 1 | -3/+4 | |
| | | ||||||
| * | Remove WixFileNotFoundException, report checked paths and improve bind path ↵ | Rob Mensching | 2018-07-27 | 7 | -22/+80 | |
| | | | | | | | | command-line parsing | |||||
| * | Support change of FileTransfer to interface | Rob Mensching | 2018-07-27 | 10 | -49/+143 | |
| | | ||||||
| * | Remove special handling to pdb path in Layout command | Rob Mensching | 2018-07-23 | 1 | -20/+11 | |
| | | ||||||
| * | Integrate Extensibility.Data namespace change from Extensibility repo | Rob Mensching | 2018-07-23 | 55 | -150/+178 | |
| | | ||||||
| * | Move tool projects to Tools repo | Rob Mensching | 2018-07-21 | 105 | -10159/+77 | |
| | | ||||||
| * | Correctly isolate intermediate folders for multi-culture builds | Rob Mensching | 2018-07-19 | 1 | -1/+1 | |
| | | ||||||
| * | Minimize duplicate localization processing | Rob Mensching | 2018-07-19 | 2 | -2/+2 | |
| | | ||||||
| * | When filtering cultures always include .wxls that do not specify a culture | Rob Mensching | 2018-07-19 | 1 | -1/+1 | |
| | | ||||||
| * | Move idts to to sub-folder of intermediate folder | Rob Mensching | 2018-07-19 | 1 | -16/+13 | |
| | | ||||||
| * | Fix Component GUID generation | Rob Mensching | 2018-07-13 | 1 | -1/+1 | |
| | | ||||||
| * | Add additional debug diagnostics for WixToolsetTest.BuildTasks tests | Rob Mensching | 2018-07-13 | 2 | -8/+14 | |
| | | ||||||
| * | Add PostParse() method of IExtensionCommandLine | Rob Mensching | 2018-07-13 | 2 | -0/+9 | |
| | | | | | | | | Fixes wixtoolset/issues#5850 | |||||
| * | Fix up defaults for MsbuildMessageListener | Rob Mensching | 2018-07-13 | 1 | -14/+5 | |
| | | ||||||
| * | Fix MSBuild handling of cultures plus add unit tests | Rob Mensching | 2018-07-13 | 20 | -16/+260 | |
| | | | | | | | | Fixes #5847 | |||||
| * | Add missing test project to solution | Rob Mensching | 2018-07-12 | 1 | -7/+4 | |
| | | ||||||
| * | Improve debuggability | Rob Mensching | 2018-07-12 | 10 | -3/+24 | |
| | | ||||||
| * | Target NuGet NoWarn to specific PackageReference | Rob Mensching | 2018-07-12 | 4 | -16/+3 | |
| | | ||||||
| * | Update development dependencies | Rob Mensching | 2018-07-12 | 9 | -11/+11 | |
| | | ||||||
| * | Refactor command line parsing to enable extensions there in light.exe | Rob Mensching | 2018-07-12 | 12 | -822/+740 | |
| | | | | | | | | Fixes wixtoolset/issues#5845 | |||||
| * | Update to netcoreapp2.1 (missed one). | Bob Arnson | 2018-07-10 | 1 | -1/+1 | |
| | | ||||||
| * | Add `WixToolsetServiceProvider.TryGetService`. | Bob Arnson | 2018-07-09 | 1 | -3/+8 | |
| | | ||||||
| * | Update to netcoreapp2.1 and xunit 2.3.1. | Bob Arnson | 2018-06-21 | 2 | -2/+2 | |
| | | ||||||
| * | Update to netcoreapp2.1 and xunit 2.3.1. | Bob Arnson | 2018-06-21 | 3 | -6/+6 | |
| | | ||||||
| * | Add formerly-broken unit tests. | Bob Arnson | 2018-05-06 | 1 | -0/+68 | |
| | | ||||||
| * | Add failing unit test for .NET assemblies | Bob Arnson | 2018-01-08 | 6 | -0/+86 | |
| | | ||||||
| * | Update Extensiblity for update to ↵ | Rob Mensching | 2018-01-03 | 3 | -13/+17 | |
| | | | | | | | | IWindowsInstallerBackendExtension.PostBackendBind() | |||||
| * | Move WixFileNotFoundException from Core back to Data | Rob Mensching | 2018-01-02 | 1 | -44/+0 | |
| | | ||||||
| * | Update to latest Wixtoolset.Data and simplify Project/Package reference ↵ | Rob Mensching | 2018-01-01 | 3 | -47/+22 | |
| | | | | | | | | condition | |||||
| * | Support filtering localizations by culture | Rob Mensching | 2017-12-31 | 4 | -14/+95 | |
| | | ||||||
| * | Support preprocessing .wxl files | Rob Mensching | 2017-12-31 | 2 | -24/+50 | |
| | | ||||||
| * | Fix resolution of localizations that are embedded in intermediates | Rob Mensching | 2017-12-30 | 12 | -480/+505 | |
| | | ||||||
| * | Integrate namespace change in WixToolset.Data | Rob Mensching | 2017-12-30 | 17 | -19/+2 | |
| | | ||||||
| * | Implement IParseHelper.GetAttributeMsidbRegistryRootValue() | Rob Mensching | 2017-12-29 | 2 | -63/+61 | |
| | |