Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test ability for an extension to have a custom strongly typed row during ↵ | Sean Hall | 2020-04-18 | 5 | -31/+83 |
| | | | | binding. | ||||
* | Fix changes to TableDefinition. | Sean Hall | 2020-04-13 | 2 | -2/+7 |
| | |||||
* | Merge and move default tuple logic from CreateOutputFromIRCommand to ↵ | Sean Hall | 2020-04-12 | 1 | -5/+4 |
| | | | | WindowsInstallerBackendHelper. | ||||
* | General cleanup. | Sean Hall | 2020-04-12 | 1 | -5/+5 |
| | | | | | | Try not to send strings to specify the tuple or table. Try to avoid using the Set method on tuples. Always create new tuples and add them to the section in the same line. | ||||
* | Try to fix build flakiness with Example.Extension. | Sean Hall | 2020-04-06 | 3 | -1/+21 |
| | | | | Add failing test for the TableDefinition overload of EnsureTable. | ||||
* | Add test around ActionText and fix the table definition to get it passing. | Sean Hall | 2020-04-05 | 2 | -4/+5 |
| | |||||
* | Add failing test for when EnsureTable references an extension table with a ↵ | Sean Hall | 2020-04-03 | 2 | -3/+7 |
| | | | | different name than its tuple. | ||||
* | Use TupleIdIsPrimaryKey. | Sean Hall | 2020-04-03 | 3 | -6/+3 |
| | |||||
* | Hide the concrete implementation of the service provider interfaces | Sean Hall | 2020-04-02 | 1 | -2/+3 |
| | | | | | by adding WixToolsetServiceProviderFactory. This forces consumers to code to the interfaces. | ||||
* | Fix bug in ParseHelper where it assumed the first column was the id column. | Sean Hall | 2020-04-02 | 3 | -3/+2 |
| | |||||
* | Order WixSearches in Core. | Sean Hall | 2020-03-30 | 1 | -0/+0 |
| | |||||
* | Add ability for extensions to create custom bundle searches. | Sean Hall | 2020-03-30 | 5 | -2/+159 |
| | | | | This required creating BundleExtensionData.xml. | ||||
* | Fix bundle-build extension library extraction. | Bob Arnson | 2020-03-27 | 1 | -1/+1 |
| | |||||
* | Update Example.Extension to automatically update based on its Example.wxs. | Sean Hall | 2020-03-20 | 3 | -2/+25 |
| | | | | | Use .wixlib instead of .wir, and skip tests which are now failing. Add more bundle tests. | ||||
* | Update to WindowsInstallerData rename from Data | Rob Mensching | 2019-10-26 | 1 | -1/+1 |
| | |||||
* | Update to WixOutput file structure to fix embedded file handling | Rob Mensching | 2019-10-25 | 1 | -0/+0 |
| | |||||
* | Fix custom tables, small fixes in linker and update latest Data | Rob Mensching | 2019-10-23 | 1 | -0/+0 |
| | |||||
* | Integrate latest changes to tuple definitions | Rob Mensching | 2019-05-23 | 2 | -2/+2 |
| | |||||
* | Update to latest Home\repo-template | Rob Mensching | 2018-12-22 | 1 | -2/+1 |
| | |||||
* | Update to fixed "binder" names in interfaces | Rob Mensching | 2018-10-24 | 1 | -1/+1 |
| | |||||
* | Support passing IServiceProvider to IExtensionFactory's | Rob Mensching | 2018-10-24 | 1 | -6/+16 |
| | |||||
* | Update to command-line parsing re-organization | Rob Mensching | 2018-10-24 | 1 | -4/+10 |
| | |||||
* | Integrate Extensibility.Data namespace change from Extensibility repo | Rob Mensching | 2018-07-23 | 1 | -0/+1 |
| | |||||
* | Move tool projects to Tools repo | Rob Mensching | 2018-07-21 | 12 | -0/+339 |
| | |||||
* | Add support for loading Intermediates from extensions | Rob Mensching | 2017-12-06 | 7 | -269/+0 |
| | |||||
* | Implement support for IExtensionCommandLine and IPreprocessorExtension | Rob Mensching | 2017-12-02 | 3 | -57/+55 |
| | |||||
* | Introduce ExampleExtension for testing | Rob Mensching | 2017-12-01 | 7 | -0/+271 |