aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove TryAddTupleToOutputMatchingTableDefinitions overload for ↵Sean Hall2020-04-031-2/+0
| | | | columnZeroIsId since that is now in the table definition.
* Add IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose ↵Sean Hall2020-04-0217-34/+62
| | | | the more convenient methods from WixToolsetServiceProvider without requiring casting or extension methods.
* Add helper methods in IParseHelper for creating WixSearches.Sean Hall2020-03-302-0/+53
| | | | Create BaseBurnBackendExtension.
* Allow unresolved variables during resolution.Bob Arnson2020-03-182-1/+11
|
* Partial WixPdbs stop the backend before binding.Bob Arnson2020-03-171-1/+3
|
* Clean up unused IVariableResolver functionality.Bob Arnson2020-03-131-2/+1
|
* Add CreateCustomActionReference methodBob Arnson2020-03-032-0/+42
| | | | ...to simplify creating custom action references following naming conventions.
* Clean up BindResult redundancy in IWindowsInstallerBackendBinderExtension.Bob Arnson2020-02-132-2/+2
|
* Make BindResult disposable to manage WixOutput disposability.Bob Arnson2020-02-131-2/+3
|
* Add the bound package's WixOutput to IBindResult.Bob Arnson2020-02-061-0/+3
|
* Improve doc commentsRob Mensching2020-02-052-1/+4
|
* Sort IMessageListener methodsRob Mensching2020-02-051-2/+2
|
* Clean up variable resolution during Resolve.Bob Arnson2020-01-292-12/+0
|
* Expose table definitions from IWindowsInstallerBackendBinderExtensionRob Mensching2020-01-233-14/+12
|
* Let listeners adjust message levels; general messaging cleanup.Bob Arnson2020-01-172-12/+4
|
* Update to WindowsInstallerData rename from DataRob Mensching2019-10-263-4/+4
|
* Integrate latest changes for DataRob Mensching2019-10-253-4/+4
|
* Better support all .NETsRob Mensching2019-10-182-2/+1
|
* Support Bundle buildingRob Mensching2019-10-076-3/+64
|
* Obsolete references to "Row" which are all now "Tuples"Rob Mensching2019-05-231-0/+15
|
* Add the missing BaseLibrarianExtensionRob Mensching2019-05-121-0/+71
|
* Rename IExtensionManager.Create to IExtensionManager.GetServicesRob Mensching2019-05-121-6/+5
|
* Add ScheduleActionTuple to IParseHelperRob Mensching2019-05-081-0/+14
|
* Require inline directory collection when processing directoriesRob Mensching2019-05-081-3/+6
| | | | This collection is required to handle anonymous ids efficiently.
* Rename ComponentKeyPathType to PossibleKeyPathTypeRob Mensching2019-05-084-7/+8
|
* Include the include files with the processed documentRob Mensching2019-03-014-2/+37
|
* Expose only abstracts and enums from WixToolset.ExtensibilityRob Mensching2019-03-0135-207/+150
|
* Reduce extra appveyor builds by targeting only master and develop branchesRob Mensching2018-12-301-0/+5
|
* Update to latest .gitignore and prep for new NuGet license formatRob Mensching2018-12-222-13/+60
|
* Update to latest Home\repo-templateRob Mensching2018-12-224-1/+15
|
* Integrate SmartPackageReferenceRob Mensching2018-12-223-7/+45
|
* Merge pull request #3 from wixtoolset/bob/LessHardcodedExtractCabinetsCommandBob Arnson2018-12-071-0/+2
|\ | | | | Let caller specify directory for files extracted by decompiler.
| * Let caller specify directory for files extracted by decompiler.Bob Arnson2018-12-071-0/+2
|/
* Change DecompileResult document path to XDocumentRob Mensching2018-11-022-74/+2
| | | | Fixes wixtoolset/issues#5896
* Add BaseLinkerExtensionRob Mensching2018-11-021-0/+41
| | | | Fixes wixtoolset/issues#5895
* Remove unused IBindContext from IBackendFactory and other small fixesRob Mensching2018-10-243-5/+5
|
* Re-introduce "decompile" to backendRob Mensching2018-10-246-35/+121
|
* Fix "binder" names in interfaces and file namesRob Mensching2018-10-243-4/+2
|
* Re-organize command-line processing and add support for custom commandsRob Mensching2018-10-247-42/+87
|
* Add .editorconfigRob Mensching2018-10-241-0/+34
|
* Enable NCrunch supportRob Mensching2018-10-031-4/+11
|
* Add support for tracking files to simplify file transfersRob Mensching2018-08-117-25/+73
|
* Add CreateGuid() to IBackendHelperRob Mensching2018-08-011-0/+9
|
* Allow file resolution extensions to send paths checked for fileRob Mensching2018-07-274-3/+16
|
* Expose FileTransfer as interfaceRob Mensching2018-07-267-116/+87
| | | | This reduces the code in Extensiblity which is always a good thing.
* Rename ICommandLine to ICommandLineParserRob Mensching2018-07-231-1/+1
|
* Reorganize data into Extensibility.Data namespaceRob Mensching2018-07-2350-79/+308
|
* Add PostParse() method to IExtensionCommandLineRob Mensching2018-07-131-0/+2
| | | | Fixes wixtoolset/issues#5850
* Update development dependenciesRob Mensching2018-07-121-2/+2
|
* Improve debuggabilityRob Mensching2018-07-121-0/+3
|