aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Test ability for an extension to have a custom strongly typed row during bind...Sean Hall2020-04-187-33/+85
| * Adjust to some newly nullable fields in tuples.Sean Hall2020-04-134-5/+9
| * Fix changes to TableDefinition.Sean Hall2020-04-135-5/+10
| * Fix typo in SummaryInformationType.Sean Hall2020-04-134-69/+69
| * Add warning when CreateOutputFromIRCommand doesn't know how to handle a tuple.Sean Hall2020-04-121-8/+16
| * Merge and move default tuple logic from CreateOutputFromIRCommand to WindowsI...Sean Hall2020-04-124-62/+31
| * General cleanup.Sean Hall2020-04-1227-891/+660
| * Move table definitions from Core to Data.Sean Hall2020-04-1211-2019/+6
| * Sync tables.xml with tuple definitions.Sean Hall2020-04-122-70/+62
| * Update CreateBootstrapperApplicationManifest to better match v3 output.Sean Hall2020-04-121-12/+48
| * Fix bug when parsing PayloadGroupRef.Sean Hall2020-04-123-8/+15
| * Remove partial WixPdb support.Bob Arnson2020-04-112-276/+219
| * Fix bugs when compiling UI.wixextSean Hall2020-04-0711-87/+123
| * Try to fix build flakiness with Example.Extension.Sean Hall2020-04-066-1/+69
| * Add test around ActionText and fix the table definition to get it passing.Sean Hall2020-04-055-7/+14
| * Implement new IParseHelper methods.Sean Hall2020-04-053-16/+34
| * Add failing test for when EnsureTable references an extension table with a di...Sean Hall2020-04-035-3/+52
| * Use TupleIdIsPrimaryKey.Sean Hall2020-04-037-41/+13
| * Refactor dispose into finally to make debugging easier.Sean Hall2020-04-031-3/+7
| * Hide the concrete implementation of the service provider interfacesSean Hall2020-04-029-12/+27
| * Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose t...Sean Hall2020-04-0240-91/+119
| * Fix bug in ParseHelper where it assumed the first column was the id column.Sean Hall2020-04-026-23/+6
| * Order WixSearches in Core.Sean Hall2020-03-303-10/+295
| * Add SetVariable.Sean Hall2020-03-307-33/+217
| * Add ability for extensions to create custom bundle searches.Sean Hall2020-03-3023-77/+688
| * Add BundleExtension element.Sean Hall2020-03-3015-1/+416
| * Fix bundle-build extension library extraction.Bob Arnson2020-03-276-24/+17
| * Add intermediate levels to track how IR has been lowered.Bob Arnson2020-03-269-12/+140
| * Update Example.Extension to automatically update based on its Example.wxs.Sean Hall2020-03-2012-5/+261
| * Allow unresolved variables during resolution.Bob Arnson2020-03-185-10/+13
| * Partial WixPdbs stop the backend before binding.Bob Arnson2020-03-175-9/+41
| * Clean up unused IVariableResolver functionality.Bob Arnson2020-03-135-18/+72
| * Avoid infinite loops when resolving variables.Bob Arnson2020-03-122-1/+2
| * Fix https://github.com/wixtoolset/issues/issues/5860 recursive loc strings.Bob Arnson2020-03-112-2/+41
| * Correctly handle custom action default suffix.Bob Arnson2020-03-052-9/+41
| * Default custom action platform to x86.Bob Arnson2020-03-051-8/+4
| * Use TableDefinition.TupleDefinitionName find matching tuple.Bob Arnson2020-03-041-1/+1
| * Fix custom action prefix.Bob Arnson2020-03-031-4/+4
| * Add CreateCustomActionReference method from IParseHelperBob Arnson2020-03-032-40/+2
| * Add CreateCustomActionReference methodBob Arnson2020-03-032-0/+79
| * Fix AMD64 assembly processorArchitecture.Bob Arnson2020-02-271-1/+1
| * Detect MSIL for assembly name harvesting.Bob Arnson2020-02-272-2/+2
| * Integrate latest change to WixToolset.Data APIRob Mensching2020-02-261-1/+1
| * Fix File/@TrueType.Bob Arnson2020-02-243-4/+4
| * One shiny NuGet package, please and thank you.Bob Arnson2020-02-241-0/+1
| * Early detection of duplicate table definitions from extensions.Bob Arnson2020-02-212-2/+11
| * One shiny NuGet package, please and thank you.Bob Arnson2020-02-131-1/+0
| * Support reopening WixOutputs, to be able to read after creation.Bob Arnson2020-02-131-0/+2
| * One shiny NuGet package, please and thank you.Bob Arnson2020-02-131-0/+1
| * Make BindResult disposable to manage WixOutput disposability.Bob Arnson2020-02-136-99/+120