aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/CommandLine/CompileCommand.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extract interfaces for Preprocess/Compile/Link/Bind/etcRob Mensching2018-10-241-11/+20
|
* Implement -arch switchRob Mensching2018-10-031-2/+5
| | | | Fixes wixtoolset/issues#5863
* Report preprocessor exceptions as errors. Fixes wixtoolset/issues#5881.Bob Arnson2018-09-271-3/+22
|
* Integrate Extensibility.Data namespace change from Extensibility repoRob Mensching2018-07-231-2/+1
|
* Standardize creation of public objects in move towards interfacesRob Mensching2017-12-261-29/+13
|
* Reintroduce binder extensions and light.exe for binding .wixoutsRob Mensching2017-12-221-1/+1
|
* Integrate simplified message handlingRob Mensching2017-12-191-3/+6
|
* Implement support for IExtensionCommandLine and IPreprocessorExtensionRob Mensching2017-12-021-1/+12
|
* Update to WiX Intermediate RepresentationRob Mensching2017-11-011-6/+21
|
* Introduce WixToolsetServiceProviderRob Mensching2017-10-181-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 ICommandLineCommandRob Mensching2017-10-071-1/+1
| | | | Removes conflicts with existing ICommand. More refactoring coming.
* Initial code commitRob Mensching2017-09-171-0/+39