| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | IExtensionManager.Create renamed to IExtensionManager.GetServices | Rob Mensching | 2019-05-12 | 1 | -2/+2 |
| | | |||||
| * | Include the preprocessed include files with the processed document | Rob Mensching | 2019-03-01 | 1 | -3/+3 |
| | | | | | | | | This change also cleans up the internal state handling of the preprocesor to pass the processing state around rather than depend on "global state" in member variables. This removes the need to "reset" the member variables before preprocessing which is much cleaner. | ||||
| * | Update to command-line parsing re-organization | Rob Mensching | 2018-10-24 | 1 | -1/+17 |
| | | |||||
| * | Extract interfaces for Preprocess/Compile/Link/Bind/etc | Rob Mensching | 2018-10-24 | 1 | -11/+20 |
| | | |||||
| * | Implement -arch switch | Rob Mensching | 2018-10-03 | 1 | -2/+5 |
| | | | | | Fixes wixtoolset/issues#5863 | ||||
| * | Report preprocessor exceptions as errors. Fixes wixtoolset/issues#5881. | Bob Arnson | 2018-09-27 | 1 | -3/+22 |
| | | |||||
| * | Integrate Extensibility.Data namespace change from Extensibility repo | Rob Mensching | 2018-07-23 | 1 | -2/+1 |
| | | |||||
| * | Standardize creation of public objects in move towards interfaces | Rob Mensching | 2017-12-26 | 1 | -29/+13 |
| | | |||||
| * | Reintroduce binder extensions and light.exe for binding .wixouts | Rob Mensching | 2017-12-22 | 1 | -1/+1 |
| | | |||||
| * | Integrate simplified message handling | Rob Mensching | 2017-12-19 | 1 | -3/+6 |
| | | |||||
| * | Implement support for IExtensionCommandLine and IPreprocessorExtension | Rob Mensching | 2017-12-02 | 1 | -1/+12 |
| | | |||||
| * | Update to WiX Intermediate Representation | Rob Mensching | 2017-11-01 | 1 | -6/+21 |
| | | |||||
| * | Introduce WixToolsetServiceProvider | Rob Mensching | 2017-10-18 | 1 | -2/+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. | ||||
| * | Rename ICommand to ICommandLineCommand | Rob Mensching | 2017-10-07 | 1 | -1/+1 |
| | | | | | Removes conflicts with existing ICommand. More refactoring coming. | ||||
| * | Initial code commit | Rob Mensching | 2017-09-17 | 1 | -0/+39 |
