Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Update BaseBurnBackendExtension to provide Context and Messaging. | Sean Hall | 2020-04-06 | 1 | -0/+13 | |
| | | ||||||
| * | Fix IParseHelper docs when tableName was supposed to be tupleName | Sean Hall | 2020-04-05 | 1 | -24/+43 | |
| | | | | | | | | and provide overloads for table/tuple definitions. | |||||
| * | Remove TryAddTupleToOutputMatchingTableDefinitions overload for ↵ | Sean Hall | 2020-04-03 | 1 | -2/+0 | |
| | | | | | | | | columnZeroIsId since that is now in the table definition. | |||||
| * | Add IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose ↵ | Sean Hall | 2020-04-02 | 17 | -34/+62 | |
| | | | | | | | | the more convenient methods from WixToolsetServiceProvider without requiring casting or extension methods. | |||||
| * | Add helper methods in IParseHelper for creating WixSearches. | Sean Hall | 2020-03-30 | 2 | -0/+53 | |
| | | | | | | | | Create BaseBurnBackendExtension. | |||||
| * | Allow unresolved variables during resolution. | Bob Arnson | 2020-03-18 | 2 | -1/+11 | |
| | | ||||||
| * | Partial WixPdbs stop the backend before binding. | Bob Arnson | 2020-03-17 | 1 | -1/+3 | |
| | | ||||||
| * | Clean up unused IVariableResolver functionality. | Bob Arnson | 2020-03-13 | 1 | -2/+1 | |
| | | ||||||
| * | Add CreateCustomActionReference method | Bob Arnson | 2020-03-03 | 2 | -0/+42 | |
| | | | | | | | | ...to simplify creating custom action references following naming conventions. | |||||
| * | Clean up BindResult redundancy in IWindowsInstallerBackendBinderExtension. | Bob Arnson | 2020-02-13 | 2 | -2/+2 | |
| | | ||||||
| * | Make BindResult disposable to manage WixOutput disposability. | Bob Arnson | 2020-02-13 | 1 | -2/+3 | |
| | | ||||||
| * | Add the bound package's WixOutput to IBindResult. | Bob Arnson | 2020-02-06 | 1 | -0/+3 | |
| | | ||||||
| * | Improve doc comments | Rob Mensching | 2020-02-05 | 2 | -1/+4 | |
| | | ||||||
| * | Sort IMessageListener methods | Rob Mensching | 2020-02-05 | 1 | -2/+2 | |
| | | ||||||
| * | Clean up variable resolution during Resolve. | Bob Arnson | 2020-01-29 | 2 | -12/+0 | |
| | | ||||||
| * | Expose table definitions from IWindowsInstallerBackendBinderExtension | Rob Mensching | 2020-01-23 | 3 | -14/+12 | |
| | | ||||||
| * | Let listeners adjust message levels; general messaging cleanup. | Bob Arnson | 2020-01-17 | 2 | -12/+4 | |
| | | ||||||
| * | Update to WindowsInstallerData rename from Data | Rob Mensching | 2019-10-26 | 3 | -4/+4 | |
| | | ||||||
| * | Integrate latest changes for Data | Rob Mensching | 2019-10-25 | 3 | -4/+4 | |
| | | ||||||
| * | Better support all .NETs | Rob Mensching | 2019-10-18 | 1 | -1/+1 | |
| | | ||||||
| * | Support Bundle building | Rob Mensching | 2019-10-07 | 6 | -3/+64 | |
| | | ||||||
| * | Obsolete references to "Row" which are all now "Tuples" | Rob Mensching | 2019-05-23 | 1 | -0/+15 | |
| | | ||||||
| * | Add the missing BaseLibrarianExtension | Rob Mensching | 2019-05-12 | 1 | -0/+71 | |
| | | ||||||
| * | Rename IExtensionManager.Create to IExtensionManager.GetServices | Rob Mensching | 2019-05-12 | 1 | -6/+5 | |
| | | ||||||
| * | Add ScheduleActionTuple to IParseHelper | Rob Mensching | 2019-05-08 | 1 | -0/+14 | |
| | | ||||||
| * | Require inline directory collection when processing directories | Rob Mensching | 2019-05-08 | 1 | -3/+6 | |
| | | | | | | | | This collection is required to handle anonymous ids efficiently. | |||||
| * | Rename ComponentKeyPathType to PossibleKeyPathType | Rob Mensching | 2019-05-08 | 4 | -7/+8 | |
| | | ||||||
| * | Include the include files with the processed document | Rob Mensching | 2019-03-01 | 4 | -2/+37 | |
| | | ||||||
| * | Expose only abstracts and enums from WixToolset.Extensibility | Rob Mensching | 2019-03-01 | 35 | -207/+150 | |
| | | ||||||
| * | Update to latest .gitignore and prep for new NuGet license format | Rob Mensching | 2018-12-22 | 1 | -0/+1 | |
| | | ||||||
| * | Update to latest Home\repo-template | Rob Mensching | 2018-12-22 | 2 | -1/+6 | |
| | | ||||||
| * | Integrate SmartPackageReference | Rob Mensching | 2018-12-22 | 3 | -7/+45 | |
| | | ||||||
| * | Let caller specify directory for files extracted by decompiler. | Bob Arnson | 2018-12-07 | 1 | -0/+2 | |
| | | ||||||
| * | Change DecompileResult document path to XDocument | Rob Mensching | 2018-11-02 | 2 | -74/+2 | |
| | | | | | | | | Fixes wixtoolset/issues#5896 | |||||
| * | Add BaseLinkerExtension | Rob Mensching | 2018-11-02 | 1 | -0/+41 | |
| | | | | | | | | Fixes wixtoolset/issues#5895 | |||||
| * | Remove unused IBindContext from IBackendFactory and other small fixes | Rob Mensching | 2018-10-24 | 3 | -5/+5 | |
| | | ||||||
| * | Re-introduce "decompile" to backend | Rob Mensching | 2018-10-24 | 6 | -35/+121 | |
| | | ||||||
| * | Fix "binder" names in interfaces and file names | Rob Mensching | 2018-10-24 | 3 | -4/+2 | |
| | | ||||||
| * | Re-organize command-line processing and add support for custom commands | Rob Mensching | 2018-10-24 | 7 | -42/+87 | |
| | | ||||||
| * | Enable NCrunch support | Rob Mensching | 2018-10-03 | 1 | -4/+11 | |
| | | ||||||
| * | Add support for tracking files to simplify file transfers | Rob Mensching | 2018-08-11 | 7 | -25/+73 | |
| | | ||||||
| * | Add CreateGuid() to IBackendHelper | Rob Mensching | 2018-08-01 | 1 | -0/+9 | |
| | | ||||||
| * | Allow file resolution extensions to send paths checked for file | Rob Mensching | 2018-07-27 | 4 | -3/+16 | |
| | | ||||||
| * | Expose FileTransfer as interface | Rob Mensching | 2018-07-26 | 7 | -116/+87 | |
| | | | | | | | | This reduces the code in Extensiblity which is always a good thing. | |||||
| * | Rename ICommandLine to ICommandLineParser | Rob Mensching | 2018-07-23 | 1 | -1/+1 | |
| | | ||||||
| * | Reorganize data into Extensibility.Data namespace | Rob Mensching | 2018-07-23 | 50 | -79/+308 | |
| | | ||||||
| * | Add PostParse() method to IExtensionCommandLine | Rob Mensching | 2018-07-13 | 1 | -0/+2 | |
| | | | | | | | | Fixes wixtoolset/issues#5850 | |||||
| * | Update development dependencies | Rob Mensching | 2018-07-12 | 1 | -2/+2 | |
| | | ||||||
| * | Improve debuggability | Rob Mensching | 2018-07-12 | 1 | -0/+3 | |
| | | ||||||
| * | Improve command line processing interfaces for extensions | Rob Mensching | 2018-07-12 | 3 | -8/+42 | |
| | | | | | | | | Partial fix for wixtoolset/issues#5845 |