aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/CommandLine (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix named bind paths.Bob Arnson2020-05-111-2/+0
* Use WixToolset.Burn package to get rid of -burnStubPath.Sean Hall2020-05-101-8/+2
* Default output file if there's a single input file.Bob Arnson2020-05-081-4/+71
* Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose t...Sean Hall2020-04-026-18/+18
* Partial WixPdbs stop the backend before binding.Bob Arnson2020-03-171-1/+31
* Make BindResult disposable to manage WixOutput disposability.Bob Arnson2020-02-131-37/+44
* Clean up variable resolution during Resolve.Bob Arnson2020-01-291-1/+0
* Provide Record enumerator on View that disposes fetched RecordsRob Mensching2020-01-131-1/+1
* Update to WixOutput file structure to fix embedded file handlingRob Mensching2019-10-251-14/+24
* Implement Bundle buildRob Mensching2019-10-071-2/+9
* IExtensionManager.Create renamed to IExtensionManager.GetServicesRob Mensching2019-05-124-13/+13
* Include the preprocessed include files with the processed documentRob Mensching2019-03-012-6/+6
* 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
* Update to DecompileResult move to XDocumentRob Mensching2018-11-031-5/+6
* Re-introduce "decompile" to backendRob Mensching2018-10-241-0/+212
* Update to command-line parsing re-organizationRob Mensching2018-10-248-708/+811
* Minor code cleanup/reorganizationRob Mensching2018-10-241-8/+14
* Extract interfaces for Preprocess/Compile/Link/Bind/etcRob Mensching2018-10-242-88/+137
* Implement -arch switchRob Mensching2018-10-033-10/+29
* Report preprocessor exceptions as errors. Fixes wixtoolset/issues#5881.Bob Arnson2018-09-272-4/+33
* Support warning suppression.Bob Arnson2018-08-281-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-012-134/+3
* Support build of a .wixipl to final outputRob Mensching2018-07-311-23/+49
* Remove WixFileNotFoundException, report checked paths and improve bind path c...Rob Mensching2018-07-271-5/+13
* Integrate Extensibility.Data namespace change from Extensibility repoRob Mensching2018-07-237-20/+26
* Minimize duplicate localization processingRob Mensching2018-07-191-1/+1
* Add PostParse() method of IExtensionCommandLineRob Mensching2018-07-131-0/+5
* Refactor command line parsing to enable extensions there in light.exeRob Mensching2018-07-125-647/+634
* Support filtering localizations by cultureRob Mensching2017-12-312-6/+35
* 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-292-2/+7
* Correctly join command line arguments and other small clean up and optimizationsRob Mensching2017-12-271-1/+1
* Integrate rename of "Wixout" to "IntermediatePostLink"Rob Mensching2017-12-262-4/+5
* Standardize creation of public objects in move towards interfacesRob Mensching2017-12-263-80/+55
* Reintroduce binder extensions and light.exe for binding .wixoutsRob Mensching2017-12-228-113/+267
* Support wixout and extract Resolve and Layout from BinderRob Mensching2017-12-212-53/+73
* Integrate simplified message handlingRob Mensching2017-12-194-43/+54
* Support and test preprocessor variables without "var." prefixRob Mensching2017-12-081-27/+0
* Add support for loading Intermediates from extensionsRob Mensching2017-12-061-1/+3
* Implement support for IExtensionCommandLine and IPreprocessorExtensionRob Mensching2017-12-023-18/+39
* Update to WiX Intermediate RepresentationRob Mensching2017-11-013-49/+72
* Introduce WixToolsetServiceProviderRob Mensching2017-10-187-50/+68
* Introduce integration testRob Mensching2017-10-161-1/+12
* Massive refactoring to introduce the concept of IBackendRob Mensching2017-10-142-76/+88
* Rename ICommand to ICommandLineCommandRob Mensching2017-10-076-7/+7