| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Track files in BindBundleCommand. | Sean Hall | 2020-05-10 | 1 | -1/+3 |
| | | |||||
| * | Add `IBindContext.SuppressLayout` to suppress cab generation. | Bob Arnson | 2020-05-08 | 1 | -11/+10 |
| | | | | | And some cleanup. | ||||
| * | Merge and move default tuple logic from CreateOutputFromIRCommand to ↵ | Sean Hall | 2020-04-12 | 1 | -1/+4 |
| | | | | | WindowsInstallerBackendHelper. | ||||
| * | Remove partial WixPdb support. | Bob Arnson | 2020-04-11 | 1 | -232/+219 |
| | | | | | Not as useful as intended and I'd rather remove it than potentially have to support something as weird as this. | ||||
| * | Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose ↵ | Sean Hall | 2020-04-02 | 1 | -1/+1 |
| | | | | | the more convenient methods from WixToolsetServiceProvider without requiring casting or extension methods. | ||||
| * | Add intermediate levels to track how IR has been lowered. | Bob Arnson | 2020-03-26 | 1 | -7/+18 |
| | | |||||
| * | Partial WixPdbs stop the backend before binding. | Bob Arnson | 2020-03-17 | 1 | -5/+5 |
| | | |||||
| * | Integrate latest change to WixToolset.Data API | Rob Mensching | 2020-02-26 | 1 | -1/+1 |
| | | |||||
| * | Early detection of duplicate table definitions from extensions. | Bob Arnson | 2020-02-21 | 1 | -1/+1 |
| | | |||||
| * | Support reopening WixOutputs, to be able to read after creation. | Bob Arnson | 2020-02-13 | 1 | -0/+2 |
| | | |||||
| * | Make BindResult disposable to manage WixOutput disposability. | Bob Arnson | 2020-02-13 | 1 | -40/+15 |
| | | |||||
| * | Add CreateFolder tuples for null-keypath components in the backend instead ↵ | Bob Arnson | 2020-02-07 | 1 | -0/+6 |
| | | | | | of the compiler. | ||||
| * | Start on new patch infrastructure | Rob Mensching | 2020-02-05 | 1 | -233/+257 |
| | | |||||
| * | Load custom table definitions from extensions during binding. | Bob Arnson | 2020-01-23 | 1 | -0/+9 |
| | | |||||
| * | Update to WindowsInstallerData rename from Data | Rob Mensching | 2019-10-26 | 1 | -5/+5 |
| | | |||||
| * | Remove explicit intermediate file provided for testing | Rob Mensching | 2019-10-25 | 1 | -6/+0 |
| | | | | | | We have a real WixOutput now that officially provides all the necessary information, so use that instead. | ||||
| * | Update to WixOutput file structure to fix embedded file handling | Rob Mensching | 2019-10-25 | 1 | -15/+51 |
| | | |||||
| * | Fix custom tables, small fixes in linker and update latest Data | Rob Mensching | 2019-10-23 | 1 | -14/+20 |
| | | |||||
| * | Implement Bundle build | Rob Mensching | 2019-10-07 | 1 | -2/+6 |
| | | |||||
| * | Integrate latest Data changes for FileTuple and AssemblyTuple | Rob Mensching | 2019-05-23 | 1 | -1/+1 |
| | | |||||
| * | Integrate latest changes to tuple definitions | Rob Mensching | 2019-05-23 | 1 | -4/+3 |
| | | |||||
| * | Integrate interface-only WixToolset.Extensibility change | Rob Mensching | 2019-03-01 | 1 | -1/+5 |
| | | |||||
| * | Update to fixed "binder" names in interfaces | Rob Mensching | 2018-10-24 | 1 | -2/+2 |
| | | |||||
| * | Track files to enable clean builds in MSBuild | Rob Mensching | 2018-08-11 | 1 | -13/+39 |
| | | |||||
| * | Add CreateGuid() to IBackendHelper to make Uuid helper internal | Rob Mensching | 2018-08-01 | 1 | -1/+1 |
| | | |||||
| * | Support change of FileTransfer to interface | Rob Mensching | 2018-07-27 | 1 | -11/+12 |
| | | |||||
| * | Integrate Extensibility.Data namespace change from Extensibility repo | Rob Mensching | 2018-07-23 | 1 | -3/+3 |
| | | |||||
| * | Update Extensiblity for update to ↵ | Rob Mensching | 2018-01-03 | 1 | -11/+3 |
| | | | | | IWindowsInstallerBackendExtension.PostBackendBind() | ||||
| * | Correctly join command line arguments and other small clean up and optimizations | Rob Mensching | 2017-12-27 | 1 | -45/+38 |
| | | |||||
| * | Reintroduce binder extensions and light.exe for binding .wixouts | Rob Mensching | 2017-12-22 | 1 | -2/+2 |
| | | |||||
| * | Support wixout and extract Resolve and Layout from Binder | Rob Mensching | 2017-12-21 | 1 | -92/+6 |
| | | |||||
| * | Integrate simplified message handling | Rob Mensching | 2017-12-19 | 1 | -22/+27 |
| | | |||||
| * | Support MSI backends creating custom tables and remove ↵ | Rob Mensching | 2017-12-07 | 1 | -11/+7 |
| | | | | | WixToolset.Data.WindowsInstaller | ||||
| * | Fix source path and cabinet processing | Rob Mensching | 2017-11-29 | 1 | -3/+4 |
| | | |||||
| * | Additional IR updates | Rob Mensching | 2017-11-11 | 1 | -515/+224 |
| | | |||||
| * | Update to WiX Intermediate Representation | Rob Mensching | 2017-11-01 | 1 | -3/+8 |
| | | |||||
| * | 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/+1282 |
