aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/CommandLine/BuildCommand.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* IExtensionManager.Create renamed to IExtensionManager.GetServicesRob Mensching2019-05-121-9/+9
|
* Include the preprocessed include files with the processed documentRob Mensching2019-03-011-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.
* Integrate interface-only WixToolset.Extensibility changeRob Mensching2019-03-011-131/+144
|
* Rename ILocalizer to ILocalizationParserRob Mensching2019-03-011-2/+2
|
* Expose WixVariableResolver via WixToolsetServiceProviderRob Mensching2019-03-011-1/+1
|
* Load .wixlib intermediates with single creatorRob Mensching2019-01-011-19/+12
| | | | | Using a single creator ensures definitions are shared and consistent across the entire build.
* Update to command-line parsing re-organizationRob Mensching2018-10-241-88/+390
|
* Extract interfaces for Preprocess/Compile/Link/Bind/etcRob Mensching2018-10-241-77/+117
|
* Implement -arch switchRob Mensching2018-10-031-3/+6
| | | | Fixes wixtoolset/issues#5863
* Report preprocessor exceptions as errors. Fixes wixtoolset/issues#5881.Bob Arnson2018-09-271-1/+11
|
* Track files to enable clean builds in MSBuildRob Mensching2018-08-111-1/+2
|
* Major reduction in public surface area of WixToolset.CoreRob Mensching2018-08-011-2/+3
|
* Support build of a .wixipl to final outputRob Mensching2018-07-311-23/+49
|
* Integrate Extensibility.Data namespace change from Extensibility repoRob Mensching2018-07-231-2/+1
|
* Minimize duplicate localization processingRob Mensching2018-07-191-1/+1
|
* Support filtering localizations by cultureRob Mensching2017-12-311-4/+5
|
* Support preprocessing .wxl filesRob Mensching2017-12-311-20/+37
|
* Fix resolution of localizations that are embedded in intermediatesRob Mensching2017-12-301-1/+3
|
* Pass along include search paths to those that need it.Bob Arnson2017-12-291-1/+2
|
* Integrate rename of "Wixout" to "IntermediatePostLink"Rob Mensching2017-12-261-1/+1
|
* Standardize creation of public objects in move towards interfacesRob Mensching2017-12-261-49/+40
|
* Reintroduce binder extensions and light.exe for binding .wixoutsRob Mensching2017-12-221-30/+32
|
* Support wixout and extract Resolve and Layout from BinderRob Mensching2017-12-211-53/+69
|
* Integrate simplified message handlingRob Mensching2017-12-191-25/+34
|
* Add support for loading Intermediates from extensionsRob Mensching2017-12-061-1/+3
|
* Implement support for IExtensionCommandLine and IPreprocessorExtensionRob Mensching2017-12-021-5/+10
|
* Update to WiX Intermediate RepresentationRob Mensching2017-11-011-42/+50
|
* Introduce WixToolsetServiceProviderRob Mensching2017-10-181-3/+7
| | | | | | 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 testRob Mensching2017-10-161-1/+12
|
* Massive refactoring to introduce the concept of IBackendRob Mensching2017-10-141-75/+67
|
* Rename ICommand to ICommandLineCommandRob Mensching2017-10-071-1/+1
| | | | Removes conflicts with existing ICommand. More refactoring coming.
* Pass extensions' data into the linkerRob Mensching2017-10-041-1/+9
|
* Add support for BindPaths and building .wixlibsRob Mensching2017-10-011-25/+171
|
* Initial code commitRob Mensching2017-09-171-0/+100