aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-18Test ability for an extension to have a custom strongly typed row during ↵Sean Hall7-33/+85
binding.
2020-04-13Adjust to some newly nullable fields in tuples.Sean Hall4-5/+9
2020-04-13Fix changes to TableDefinition.Sean Hall5-5/+10
2020-04-13Fix typo in SummaryInformationType.Sean Hall4-69/+69
2020-04-12Add warning when CreateOutputFromIRCommand doesn't know how to handle a tuple.Sean Hall1-8/+16
2020-04-12Merge and move default tuple logic from CreateOutputFromIRCommand to ↵Sean Hall4-62/+31
WindowsInstallerBackendHelper.
2020-04-12General cleanup.Sean Hall27-891/+660
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.
2020-04-12Move table definitions from Core to Data.Sean Hall11-2019/+6
2020-04-12Sync tables.xml with tuple definitions.Sean Hall2-70/+62
2020-04-12Update CreateBootstrapperApplicationManifest to better match v3 output.Sean Hall1-12/+48
2020-04-12Fix bug when parsing PayloadGroupRef.Sean Hall3-8/+15
2020-04-11Remove partial WixPdb support.Bob Arnson2-276/+219
Not as useful as intended and I'd rather remove it than potentially have to support something as weird as this.
2020-04-07Fix bugs when compiling UI.wixextSean Hall11-87/+123
2020-04-06Try to fix build flakiness with Example.Extension.Sean Hall6-1/+69
Add failing test for the TableDefinition overload of EnsureTable.
2020-04-05Add test around ActionText and fix the table definition to get it passing.Sean Hall5-7/+14
2020-04-05Implement new IParseHelper methods.Sean Hall3-16/+34
2020-04-03Add failing test for when EnsureTable references an extension table with a ↵Sean Hall5-3/+52
different name than its tuple.
2020-04-03Use TupleIdIsPrimaryKey.Sean Hall7-41/+13
2020-04-03Refactor dispose into finally to make debugging easier.Sean Hall1-3/+7
2020-04-02Hide the concrete implementation of the service provider interfacesSean Hall9-12/+27
by adding WixToolsetServiceProviderFactory. This forces consumers to code to the interfaces.
2020-04-02Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose ↵Sean Hall40-91/+119
the more convenient methods from WixToolsetServiceProvider without requiring casting or extension methods.
2020-04-02Fix bug in ParseHelper where it assumed the first column was the id column.Sean Hall6-23/+6
2020-03-30Order WixSearches in Core.Sean Hall3-10/+295
2020-03-30Add SetVariable.Sean Hall7-33/+217
2020-03-30Add ability for extensions to create custom bundle searches.Sean Hall23-77/+688
This required creating BundleExtensionData.xml.
2020-03-30Add BundleExtension element.Sean Hall15-1/+416
Add GetTestXml. Fix issue with building with current version of burn.
2020-03-27Fix bundle-build extension library extraction.Bob Arnson6-24/+17
2020-03-26Add intermediate levels to track how IR has been lowered.Bob Arnson9-12/+140
2020-03-20Update Example.Extension to automatically update based on its Example.wxs.Sean Hall12-5/+261
Use .wixlib instead of .wir, and skip tests which are now failing. Add more bundle tests.
2020-03-18Allow unresolved variables during resolution.Bob Arnson5-10/+13
2020-03-17Partial WixPdbs stop the backend before binding.Bob Arnson5-9/+41
2020-03-13Clean up unused IVariableResolver functionality.Bob Arnson5-18/+72
Handle escaped bind-time variable references.
2020-03-12Avoid infinite loops when resolving variables.Bob Arnson2-1/+2
2020-03-11Fix https://github.com/wixtoolset/issues/issues/5860 recursive loc strings.Bob Arnson2-2/+41
2020-03-05Correctly handle custom action default suffix.Bob Arnson2-9/+41
2020-03-05Default custom action platform to x86.Bob Arnson1-8/+4
2020-03-04Use TableDefinition.TupleDefinitionName find matching tuple.Bob Arnson1-1/+1
2020-03-03Fix custom action prefix.Bob Arnson1-4/+4
2020-03-03Add CreateCustomActionReference method from IParseHelperBob Arnson2-40/+2
...to simplify creating custom action references following naming conventions.
2020-03-03Add CreateCustomActionReference methodBob Arnson2-0/+79
...to simplify creating custom action references following naming conventions.
2020-02-27Fix AMD64 assembly processorArchitecture.Bob Arnson1-1/+1
2020-02-27Detect MSIL for assembly name harvesting.Bob Arnson2-2/+2
2020-02-26Integrate latest change to WixToolset.Data APIRob Mensching1-1/+1
2020-02-24Fix File/@TrueType.Bob Arnson3-4/+4
2020-02-24One shiny NuGet package, please and thank you.Bob Arnson1-0/+1
2020-02-21Early detection of duplicate table definitions from extensions.Bob Arnson2-2/+11
2020-02-13One shiny NuGet package, please and thank you.Bob Arnson1-1/+0
2020-02-13Support reopening WixOutputs, to be able to read after creation.Bob Arnson1-0/+2
2020-02-13 One shiny NuGet package, please and thank you.Bob Arnson1-0/+1
2020-02-13Make BindResult disposable to manage WixOutput disposability.Bob Arnson6-99/+120