aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/CommandLine (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reorganize Product/Package to Package/SummaryInformation.Bob Arnson2020-10-241-0/+1
* Update decompiler to use XDocument rather than generated classes.Bob Arnson2020-08-241-1/+1
* Display command-line help from Core and extensionsRob Mensching2020-07-184-32/+54
* Remove unused propertyRob Mensching2020-07-082-2/+0
* The Great Tuple to Symbol Rename (tm)Rob Mensching2020-06-251-5/+5
* Implement simplified command and improved backend integrationRob Mensching2020-06-131-38/+53
* Make commands async and internal processes cancelableRob Mensching2020-06-085-34/+47
* Integrate change to TryParseCommand and other code cleanupRob Mensching2020-06-083-67/+31
* Basic patching supportRob Mensching2020-05-301-0/+1
* 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