Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-12-02 | Implement support for IExtensionCommandLine and IPreprocessorExtension | Rob Mensching | 15 | -937/+842 | |
2017-12-01 | Introduce ExampleExtension for testing | Rob Mensching | 15 | -0/+401 | |
2017-12-01 | Fix tests to successfully run in parallel | Rob Mensching | 1 | -8/+31 | |
2017-11-29 | Remove "Fixture" from the test assembly name | Rob Mensching | 19 | -6/+37 | |
2017-11-29 | Fix source path and cabinet processing | Rob Mensching | 33 | -932/+352 | |
2017-11-14 | Cache loaded extensions | Rob Mensching | 1 | -6/+12 | |
2017-11-14 | Refactor CompilerCore to ParserHelper and other clean up | Rob Mensching | 19 | -747/+946 | |
2017-11-11 | Introduce IExtensionFactory as mechanism to create extensions | Rob Mensching | 8 | -44/+75 | |
2017-11-11 | Additional IR updates | Rob Mensching | 45 | -2442/+2001 | |
2017-11-01 | Update to WiX Intermediate Representation | Rob Mensching | 148 | -4811/+17532 | |
2017-10-18 | Commit generated message and schema classes one way to better system | Rob Mensching | 6 | -1/+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. | |||||
2017-10-18 | Introduce WixToolsetServiceProvider | Rob Mensching | 29 | -82/+242 | |
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. | |||||
2017-10-16 | Introduce integration test | Rob Mensching | 11 | -3/+287 | |
2017-10-14 | Massive refactoring to introduce the concept of IBackend | Rob Mensching | 128 | -2918/+4326 | |
2017-10-07 | Rename ICommand to ICommandLineCommand | Rob Mensching | 6 | -7/+7 | |
Removes conflicts with existing ICommand. More refactoring coming. | |||||
2017-10-07 | Code cleanup | Rob Mensching | 6 | -1126/+10 | |
2017-10-04 | Pass extensions' data into the linker | Rob Mensching | 2 | -2/+10 | |
2017-10-02 | Correctly pass -bindFiles switch if enabled | Rob Mensching | 1 | -1/+6 | |
2017-10-02 | Automatically add referenced projects' output folder as bind paths | Rob Mensching | 2 | -0/+5 | |
2017-10-01 | Use bind paths in test project | Rob Mensching | 3 | -1/+9 | |
2017-10-01 | Allow internal NuGet Package's wix.targets path to be overridden | Rob Mensching | 1 | -1/+1 | |
2017-10-01 | Ensure full path provided to IDT import | Rob Mensching | 1 | -1/+1 | |
2017-10-01 | Minor code cleanup | Rob Mensching | 4 | -29/+21 | |
2017-10-01 | Add support for BindPaths and building .wixlibs | Rob Mensching | 8 | -170/+421 | |
2017-09-28 | Fix summary information codepage | Rob Mensching | 3 | -3/+4 | |
Turns out UTF-8 is not a supported codepage for summary information streams. Not completely surprising. | |||||
2017-09-24 | Correctly name NuGet .props file | Rob Mensching | 4 | -3/+2 | |
2017-09-24 | Publish Core tools for internal use | Rob Mensching | 10 | -11/+68 | |
2017-09-22 | Use batch file to execute wix CLI | Rob Mensching | 2 | -0/+7 | |
2017-09-22 | Fix CLI header | Rob Mensching | 7 | -213/+17 | |
2017-09-22 | Update to latest .gitignore | Rob Mensching | 1 | -1/+8 | |
2017-09-17 | Initial code commit | Rob Mensching | 210 | -1/+80333 | |
2017-08-20 | Add root configuration files | Rob Mensching | 3 | -0/+45 | |
2017-08-20 | Initialize repo | Rob Mensching | 3 | -0/+325 | |