aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Redesign CustomTable tuples to support resolving binary columnsRob Mensching2020-06-0315-515/+731
| * Basic patching supportRob Mensching2020-05-3019-986/+779
| * Add failing test for RegistryKey without Id and child extension element.Sean Hall2020-05-233-0/+50
| * Add failing test for invalid command line switch.Sean Hall2020-05-231-0/+29
| * Support instance transformsRob Mensching2020-05-233-243/+297
| * Minor code cleanupRob Mensching2020-05-232-5/+1
| * Support merging merge modulesRob Mensching2020-05-2212-513/+105
| * Minor code cleanupRob Mensching2020-05-224-79/+50
| * Fix naming of file in a merge module's cabinetRob Mensching2020-05-227-22/+47
| * Don't warn about missing netfx4 switches.Bob Arnson2020-05-191-2/+2
| * Add missing ARM64 cases & random fixes.Bob Arnson2020-05-174-23/+45
| * Get Log/@Extension and Registration/@ProviderKey to match v3.Sean Hall2020-05-163-4/+18
| * Process Unreal custom tables in CreateBootstrapperApplicationManifestCommandSean Hall2020-05-164-0/+113
| * WIXFEAT:6164 Move DisplayInternalUI into BalExtension.Sean Hall2020-05-163-13/+0
| * Update CabinetBuilder to send exception to UnexpectedException.Sean Hall2020-05-131-1/+1
| * Fix named bind paths.Bob Arnson2020-05-1111-15/+134
| * Track files in BindBundleCommand.Sean Hall2020-05-105-13/+52
| * Use WixToolset.Burn package to get rid of -burnStubPath.Sean Hall2020-05-108-44/+9
| * Update dependencies.Sean Hall2020-05-091-1/+1
| * Default output file if there's a single input file.Bob Arnson2020-05-081-4/+71
| * Add `IBindContext.SuppressLayout` to suppress cab generation.Bob Arnson2020-05-083-25/+26
| * Remove Heat files from Core.Sean Hall2020-05-0814-844/+5
| * Add and fix some bundle tests.Sean Hall2020-04-235-2/+102
| * Add BundleFinalize to IBurnBackendExtension.Sean Hall2020-04-231-4/+7
| * Implement Burn pdb.Sean Hall2020-04-186-74/+76
| * 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