| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor dispose into finally to make debugging easier. | Sean Hall | 2020-04-03 | 1 | -3/+7 |
| | | |||||
| * | Make BindResult disposable to manage WixOutput disposability. | Bob Arnson | 2020-02-13 | 1 | -8/+10 |
| | | |||||
| * | Add the bound package's WixOutput to BindResult. | Bob Arnson | 2020-02-06 | 1 | -0/+1 |
| | | |||||
| * | Update to WixOutput file structure to fix embedded file handling | Rob Mensching | 2019-10-25 | 1 | -10/+12 |
| | | |||||
| * | IExtensionManager.Create renamed to IExtensionManager.GetServices | Rob Mensching | 2019-05-12 | 1 | -2/+2 |
| | | |||||
| * | Integrate interface-only WixToolset.Extensibility change | Rob Mensching | 2019-03-01 | 1 | -3/+5 |
| | | |||||
| * | Re-introduce "decompile" to backend | Rob Mensching | 2018-10-24 | 1 | -3/+20 |
| | | |||||
| * | Update to fixed "binder" names in interfaces | Rob Mensching | 2018-10-24 | 1 | -1/+1 |
| | | |||||
| * | Extract interfaces for Preprocess/Compile/Link/Bind/etc | Rob Mensching | 2018-10-24 | 1 | -0/+5 |
| | | |||||
| * | Track files to enable clean builds in MSBuild | Rob Mensching | 2018-08-11 | 1 | -7/+1 |
| | | |||||
| * | Integrate Extensibility.Data namespace change from Extensibility repo | Rob Mensching | 2018-07-23 | 1 | -1/+1 |
| | | |||||
| * | Move tool projects to Tools repo | Rob Mensching | 2018-07-21 | 1 | -1/+1 |
| | | |||||
| * | Update Extensiblity for update to ↵ | Rob Mensching | 2018-01-03 | 1 | -1/+7 |
| | | | | | IWindowsInstallerBackendExtension.PostBackendBind() | ||||
| * | Support wixout and extract Resolve and Layout from Binder | Rob Mensching | 2017-12-21 | 1 | -3/+5 |
| | | |||||
| * | Support MSI backends creating custom tables and remove ↵ | Rob Mensching | 2017-12-07 | 1 | -2/+16 |
| | | | | | WixToolset.Data.WindowsInstaller | ||||
| * | Update to WiX Intermediate Representation | Rob Mensching | 2017-11-01 | 1 | -1/+1 |
| | | |||||
| * | Introduce WixToolsetServiceProvider | Rob Mensching | 2017-10-18 | 1 | -0/+1 |
| | | | | | | | Using a service provider allows all of WixToolset.Core's internal functionality to be abstracted behind interfaces in WixToolset.Extensibility. The service provide can also control what interfaces are singletons. | ||||
| * | Massive refactoring to introduce the concept of IBackend | Rob Mensching | 2017-10-14 | 1 | -0/+36 |
