Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix source path and cabinet processing | Rob Mensching | 2017-11-29 | 10 | -823/+35 |
| | |||||
* | Cache loaded extensions | Rob Mensching | 2017-11-14 | 1 | -6/+12 |
| | |||||
* | Refactor CompilerCore to ParserHelper and other clean up | Rob Mensching | 2017-11-14 | 18 | -742/+946 |
| | |||||
* | Introduce IExtensionFactory as mechanism to create extensions | Rob Mensching | 2017-11-11 | 1 | -39/+26 |
| | |||||
* | Additional IR updates | Rob Mensching | 2017-11-11 | 8 | -996/+65 |
| | |||||
* | Update to WiX Intermediate Representation | Rob Mensching | 2017-11-01 | 39 | -15056/+5099 |
| | |||||
* | Commit generated message and schema classes one way to better system | Rob Mensching | 2017-10-18 | 5 | -0/+3108 |
| | | | | | | Generating messages and schema classes from XML is a bit cool but is fraught with issues when there is a build failure anywhere. This commits those generated files until a better process is in place. | ||||
* | Introduce WixToolsetServiceProvider | Rob Mensching | 2017-10-18 | 12 | -56/+149 |
| | | | | | | 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. | ||||
* | Introduce integration test | Rob Mensching | 2017-10-16 | 1 | -1/+12 |
| | |||||
* | Massive refactoring to introduce the concept of IBackend | Rob Mensching | 2017-10-14 | 108 | -19824/+1625 |
| | |||||
* | Rename ICommand to ICommandLineCommand | Rob Mensching | 2017-10-07 | 6 | -7/+7 |
| | | | | Removes conflicts with existing ICommand. More refactoring coming. | ||||
* | Code cleanup | Rob Mensching | 2017-10-07 | 3 | -260/+0 |
| | |||||
* | Pass extensions' data into the linker | Rob Mensching | 2017-10-04 | 2 | -2/+10 |
| | |||||
* | Ensure full path provided to IDT import | Rob Mensching | 2017-10-01 | 1 | -1/+1 |
| | |||||
* | Minor code cleanup | Rob Mensching | 2017-10-01 | 1 | -9/+4 |
| | |||||
* | Add support for BindPaths and building .wixlibs | Rob Mensching | 2017-10-01 | 5 | -138/+363 |
| | |||||
* | Fix summary information codepage | Rob Mensching | 2017-09-28 | 3 | -3/+4 |
| | | | | | Turns out UTF-8 is not a supported codepage for summary information streams. Not completely surprising. | ||||
* | Fix CLI header | Rob Mensching | 2017-09-22 | 4 | -212/+6 |
| | |||||
* | Initial code commit | Rob Mensching | 2017-09-17 | 145 | -0/+71323 |