Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Rename ICommandLine to ICommandLineParser | Rob Mensching | 2018-07-23 | 1 | -1/+1 | |
| | | ||||||
| * | Reorganize data into Extensibility.Data namespace | Rob Mensching | 2018-07-23 | 50 | -79/+308 | |
| | | ||||||
| * | Add PostParse() method to IExtensionCommandLine | Rob Mensching | 2018-07-13 | 1 | -0/+2 | |
| | | | | | | | | Fixes wixtoolset/issues#5850 | |||||
| * | Update development dependencies | Rob Mensching | 2018-07-12 | 1 | -2/+2 | |
| | | ||||||
| * | Improve debuggability | Rob Mensching | 2018-07-12 | 1 | -0/+3 | |
| | | ||||||
| * | Improve command line processing interfaces for extensions | Rob Mensching | 2018-07-12 | 3 | -8/+42 | |
| | | | | | | | | Partial fix for wixtoolset/issues#5845 | |||||
| * | Include Pdb in IWindowsInstallerBackendExtension.PostBackendBind() | Rob Mensching | 2018-01-03 | 2 | -3/+2 | |
| | | ||||||
| * | Support filtering localizations by culture | Rob Mensching | 2017-12-31 | 1 | -0/+2 | |
| | | ||||||
| * | Rename IBindVariableResolver to IVariableResolve and merge ILocalizer plus ↵ | Rob Mensching | 2017-12-30 | 5 | -34/+53 | |
| | | | | | | | | improve IResolveContext | |||||
| * | Re-add IParseHelper.GetAttributeMsidbRegistryRootValue() | Rob Mensching | 2017-12-29 | 1 | -0/+9 | |
| | | ||||||
| * | Update to latest GitVersioning | Rob Mensching | 2017-12-29 | 1 | -1/+1 | |
| | | ||||||
| * | Correctly set BaseLayoutExtension abstract class methods virtual | Rob Mensching | 2017-12-27 | 1 | -2/+2 | |
| | | ||||||
| * | Better abstract extension factory, tuple to table creation and others | Rob Mensching | 2017-12-27 | 4 | -1/+67 | |
| | | ||||||
| * | Move copy/move file operations to ILayoutExtension plus other cleanup | Rob Mensching | 2017-12-26 | 6 | -9/+17 | |
| | | ||||||
| * | Bring back binder extensions and missing layout base extension | Rob Mensching | 2017-12-22 | 6 | -14/+92 | |
| | | ||||||
| * | Introduce IResolveExtension and IFileSystemExtension with cleanup | Rob Mensching | 2017-12-21 | 19 | -188/+254 | |
| | | ||||||
| * | Add ICompileContext to BaseCompilerExtension | Bob Arnson | 2017-12-20 | 1 | -0/+7 | |
| | | ||||||
| * | Integrate simplified message handling | Rob Mensching | 2017-12-19 | 14 | -19/+119 | |
| | | ||||||
| * | Enable MSI backends to add custom tables from tuples | Rob Mensching | 2017-12-07 | 6 | -80/+73 | |
| | | ||||||
| * | Enhance link context to support loading intermediates from extensions | Rob Mensching | 2017-12-06 | 1 | -0/+4 | |
| | | ||||||
| * | Fix IExtensionCommandLine and IPreprocessorExtension | Rob Mensching | 2017-12-02 | 11 | -92/+184 | |
| | | ||||||
| * | Remove ICompilerCore, introduce IParseHelper and other small fixes | Rob Mensching | 2017-11-14 | 7 | -122/+77 | |
| | | ||||||
| * | Introduce IExtensionFactory as mechanism to create extensions | Rob Mensching | 2017-11-11 | 2 | -2/+43 | |
| | | ||||||
| * | Update to WiX Intermediate Representation | Rob Mensching | 2017-11-01 | 26 | -40/+133 | |
| | | ||||||
| * | Incorporate refactoring of WixToolset.Core assemblies | Rob Mensching | 2017-10-18 | 27 | -188/+427 | |
| | | ||||||
| * | Update to latest GitVersioning and Directory.Build.props standards | Rob Mensching | 2017-09-17 | 2 | -3/+7 | |
| | | ||||||
| * | Move to .NET Core 2.0 | Rob Mensching | 2017-08-20 | 34 | -0/+1709 | |
| | ||||||
* | Merge Data | Rob Mensching | 2021-05-11 | 292 | -0/+37738 | |
|\ | ||||||
| * | Move Data into API/wix | Rob Mensching | 2021-04-29 | 294 | -0/+187 | |
| | | ||||||
| * | Enable better bundle validation. | Sean Hall | 2021-04-25 | 3 | -3/+8 | |
| | | ||||||
| * | Undo RepairCondition until a more complete design is done | Rob Mensching | 2021-04-20 | 3 | -24/+0 | |
| | | ||||||
| * | Fix typo. | Sean Hall | 2021-04-19 | 1 | -1/+1 | |
| | | ||||||
| * | Prefer IReadOnlyCollection<> or IReadOnlyList<> over IEnumerable<> | Rob Mensching | 2021-04-19 | 2 | -8/+30 | |
| | | | | | | | | Part of wixtoolset/issues#6422 | |||||
| * | Add support for RepairCondition on Exe, Msi and Msp packages | Rob Mensching | 2021-04-12 | 3 | -0/+24 | |
| | | ||||||
| * | Improve duplicate GUID messages | Rob Mensching | 2021-04-12 | 2 | -5/+5 | |
| | | ||||||
| * | Remove unused warning message | Rob Mensching | 2021-04-06 | 1 | -6/+1 | |
| | | ||||||
| * | Standardize on .NET Core v3.1 | Rob Mensching | 2021-04-02 | 1 | -1/+1 | |
| | | ||||||
| * | Move codepage from section and to package, module, patch symbols | Rob Mensching | 2021-04-02 | 10 | -185/+321 | |
| | | | | | | | | Contributes to wixtoolset/issues#5801 | |||||
| * | Make the IntermediateSection and IntermediateSymbol less mutable | Rob Mensching | 2021-04-02 | 6 | -39/+105 | |
| | | ||||||
| * | Consolidate ProvidesDependencySymbol into WixDependencyProviderSymbol | Rob Mensching | 2021-03-23 | 3 | -93/+9 | |
| | | | | | | | | Part of wixtoolset/issues#6388 | |||||
| * | Remove invalid package reference from Payload symbol | Rob Mensching | 2021-03-23 | 2 | -9/+2 | |
| | | | | | | | | Part of fix for wixtoolset/issues#6370 | |||||
| * | Clean up some obsolete deprecation warnings. | Bob Arnson | 2021-03-21 | 1 | -11/+0 | |
| | | ||||||
| * | UX is so 2012 | Bob Arnson | 2021-03-21 | 1 | -1/+1 | |
| | | ||||||
| * | Add warning for defaulting an invalid environment variable value | Rob Mensching | 2021-03-19 | 1 | -0/+6 | |
| | | ||||||
| * | Add error detail to UnableToResetAcls message | Rob Mensching | 2021-03-16 | 1 | -2/+2 | |
| | | ||||||
| * | Add standard constructors to WixException | Rob Mensching | 2021-03-16 | 1 | -0/+24 | |
| | | ||||||
| * | Demote CollidingModularizationTypes from error to warning | Bob Arnson | 2021-03-15 | 2 | -5/+6 | |
| | | ||||||
| * | Extract data out of Core to minimize public surface area | Rob Mensching | 2021-03-14 | 5 | -3/+166 | |
| | | | | | | | | Part of wixtoolset/issues#6374 | |||||
| * | Improve CollidingModularizationTypes message. | Bob Arnson | 2021-03-08 | 1 | -1/+1 | |
| | | ||||||
| * | Fix WixDependencyProvider in SymbolDefinitions.ByType | Sean Hall | 2021-03-08 | 1 | -4/+7 | |
| | | | | | | | | and improve error message for unknown type (which should be unreachable but...). |