Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove partial WixPdb support. | Bob Arnson | 2020-04-11 | 2 | -276/+219 |
| | | | | Not as useful as intended and I'd rather remove it than potentially have to support something as weird as this. | ||||
* | Fix bugs when compiling UI.wixext | Sean Hall | 2020-04-07 | 11 | -87/+123 |
| | |||||
* | Try to fix build flakiness with Example.Extension. | Sean Hall | 2020-04-06 | 6 | -1/+69 |
| | | | | 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 | 5 | -7/+14 |
| | |||||
* | Implement new IParseHelper methods. | Sean Hall | 2020-04-05 | 3 | -16/+34 |
| | |||||
* | Add failing test for when EnsureTable references an extension table with a ↵ | Sean Hall | 2020-04-03 | 5 | -3/+52 |
| | | | | different name than its tuple. | ||||
* | Use TupleIdIsPrimaryKey. | Sean Hall | 2020-04-03 | 7 | -41/+13 |
| | |||||
* | Refactor dispose into finally to make debugging easier. | Sean Hall | 2020-04-03 | 1 | -3/+7 |
| | |||||
* | Hide the concrete implementation of the service provider interfaces | Sean Hall | 2020-04-02 | 9 | -12/+27 |
| | | | | | by adding WixToolsetServiceProviderFactory. This forces consumers to code to the interfaces. | ||||
* | Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose ↵ | Sean Hall | 2020-04-02 | 40 | -91/+119 |
| | | | | the more convenient methods from WixToolsetServiceProvider without requiring casting or extension methods. | ||||
* | Fix bug in ParseHelper where it assumed the first column was the id column. | Sean Hall | 2020-04-02 | 6 | -23/+6 |
| | |||||
* | Order WixSearches in Core. | Sean Hall | 2020-03-30 | 3 | -10/+295 |
| | |||||
* | Add SetVariable. | Sean Hall | 2020-03-30 | 7 | -33/+217 |
| | |||||
* | Add ability for extensions to create custom bundle searches. | Sean Hall | 2020-03-30 | 23 | -77/+688 |
| | | | | This required creating BundleExtensionData.xml. | ||||
* | Add BundleExtension element. | Sean Hall | 2020-03-30 | 15 | -1/+416 |
| | | | | | Add GetTestXml. Fix issue with building with current version of burn. | ||||
* | Fix bundle-build extension library extraction. | Bob Arnson | 2020-03-27 | 6 | -24/+17 |
| | |||||
* | Add intermediate levels to track how IR has been lowered. | Bob Arnson | 2020-03-26 | 9 | -12/+140 |
| | |||||
* | Update Example.Extension to automatically update based on its Example.wxs. | Sean Hall | 2020-03-20 | 12 | -5/+261 |
| | | | | | Use .wixlib instead of .wir, and skip tests which are now failing. Add more bundle tests. | ||||
* | Allow unresolved variables during resolution. | Bob Arnson | 2020-03-18 | 5 | -10/+13 |
| | |||||
* | Partial WixPdbs stop the backend before binding. | Bob Arnson | 2020-03-17 | 5 | -9/+41 |
| | |||||
* | Clean up unused IVariableResolver functionality. | Bob Arnson | 2020-03-13 | 5 | -18/+72 |
| | | | | Handle escaped bind-time variable references. | ||||
* | Avoid infinite loops when resolving variables. | Bob Arnson | 2020-03-12 | 2 | -1/+2 |
| | |||||
* | Fix https://github.com/wixtoolset/issues/issues/5860 recursive loc strings. | Bob Arnson | 2020-03-11 | 2 | -2/+41 |
| | |||||
* | Correctly handle custom action default suffix. | Bob Arnson | 2020-03-05 | 2 | -9/+41 |
| | |||||
* | Default custom action platform to x86. | Bob Arnson | 2020-03-05 | 1 | -8/+4 |
| | |||||
* | Use TableDefinition.TupleDefinitionName find matching tuple. | Bob Arnson | 2020-03-04 | 1 | -1/+1 |
| | |||||
* | Fix custom action prefix. | Bob Arnson | 2020-03-03 | 1 | -4/+4 |
| | |||||
* | Add CreateCustomActionReference method from IParseHelper | Bob Arnson | 2020-03-03 | 2 | -40/+2 |
| | | | | ...to simplify creating custom action references following naming conventions. | ||||
* | Add CreateCustomActionReference method | Bob Arnson | 2020-03-03 | 2 | -0/+79 |
| | | | | ...to simplify creating custom action references following naming conventions. | ||||
* | Fix AMD64 assembly processorArchitecture. | Bob Arnson | 2020-02-27 | 1 | -1/+1 |
| | |||||
* | Detect MSIL for assembly name harvesting. | Bob Arnson | 2020-02-27 | 2 | -2/+2 |
| | |||||
* | Integrate latest change to WixToolset.Data API | Rob Mensching | 2020-02-26 | 1 | -1/+1 |
| | |||||
* | Fix File/@TrueType. | Bob Arnson | 2020-02-24 | 3 | -4/+4 |
| | |||||
* | One shiny NuGet package, please and thank you. | Bob Arnson | 2020-02-24 | 1 | -0/+1 |
| | |||||
* | Early detection of duplicate table definitions from extensions. | Bob Arnson | 2020-02-21 | 2 | -2/+11 |
| | |||||
* | One shiny NuGet package, please and thank you. | Bob Arnson | 2020-02-13 | 1 | -1/+0 |
| | |||||
* | Support reopening WixOutputs, to be able to read after creation. | Bob Arnson | 2020-02-13 | 1 | -0/+2 |
| | |||||
* | One shiny NuGet package, please and thank you. | Bob Arnson | 2020-02-13 | 1 | -0/+1 |
| | |||||
* | Make BindResult disposable to manage WixOutput disposability. | Bob Arnson | 2020-02-13 | 6 | -99/+120 |
| | |||||
* | Support loading WindowsInstallerData and Intermediate from WixOutput. | Bob Arnson | 2020-02-10 | 1 | -0/+35 |
| | |||||
* | Add CreateFolder tuples for null-keypath components in the backend instead ↵ | Bob Arnson | 2020-02-07 | 9 | -17/+126 |
| | | | | of the compiler. | ||||
* | Add the bound package's WixOutput to BindResult. | Bob Arnson | 2020-02-06 | 2 | -0/+4 |
| | |||||
* | Start on new patch infrastructure | Rob Mensching | 2020-02-05 | 58 | -1192/+4481 |
| | |||||
* | Remove WixActionRowCollection and duplicate actions.xml | Rob Mensching | 2020-02-05 | 7 | -496/+63 |
| | |||||
* | Clean up variable resolution during Resolve. | Bob Arnson | 2020-01-29 | 3 | -22/+17 |
| | |||||
* | Load custom table definitions from extensions during binding. | Bob Arnson | 2020-01-23 | 2 | -2/+12 |
| | |||||
* | Fix CustomTable/@Unreal="yes" binding. | Bob Arnson | 2020-01-23 | 3 | -13/+56 |
| | |||||
* | Fix ServiceControl/@Wait translation. | Bob Arnson | 2020-01-21 | 3 | -4/+9 |
| | |||||
* | Let listeners adjust message levels; general messaging cleanup. | Bob Arnson | 2020-01-17 | 2 | -87/+7 |
| | |||||
* | Provide Record enumerator on View that disposes fetched Records | Rob Mensching | 2020-01-13 | 9 | -390/+389 |
| |