aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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 WindowsI...Sean Hall4-62/+31
2020-04-12General cleanup.Sean Hall27-891/+660
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
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
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 di...Sean Hall5-3/+52
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
2020-04-02Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose t...Sean Hall40-91/+119
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
2020-03-30Add BundleExtension element.Sean Hall15-1/+416
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
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
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
2020-03-03Add CreateCustomActionReference methodBob Arnson2-0/+79
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
2020-02-10Support loading WindowsInstallerData and Intermediate from WixOutput.Bob Arnson1-0/+35