aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-23Minor code cleanupRob Mensching2-5/+1
2020-05-22Support merging merge modulesRob Mensching12-513/+105
2020-05-22Minor code cleanupRob Mensching4-79/+50
2020-05-22Fix naming of file in a merge module's cabinetRob Mensching7-22/+47
2020-05-19Don't warn about missing netfx4 switches.Bob Arnson1-2/+2
2020-05-17Add missing ARM64 cases & random fixes.Bob Arnson4-23/+45
2020-05-16Get Log/@Extension and Registration/@ProviderKey to match v3.Sean Hall3-4/+18
2020-05-16Process Unreal custom tables in CreateBootstrapperApplicationManifestCommandSean Hall4-0/+113
2020-05-16WIXFEAT:6164 Move DisplayInternalUI into BalExtension.Sean Hall3-13/+0
2020-05-13Update CabinetBuilder to send exception to UnexpectedException.Sean Hall1-1/+1
2020-05-11Fix named bind paths.Bob Arnson11-15/+134
2020-05-10Track files in BindBundleCommand.Sean Hall5-13/+52
2020-05-10Use WixToolset.Burn package to get rid of -burnStubPath.Sean Hall8-44/+9
2020-05-09Update dependencies.Sean Hall1-1/+1
2020-05-08Default output file if there's a single input file.Bob Arnson1-4/+71
2020-05-08Add `IBindContext.SuppressLayout` to suppress cab generation.Bob Arnson3-25/+26
2020-05-08Remove Heat files from Core.Sean Hall14-844/+5
2020-04-23Add and fix some bundle tests.Sean Hall5-2/+102
2020-04-23Add BundleFinalize to IBurnBackendExtension.Sean Hall1-4/+7
2020-04-18Implement Burn pdb.Sean Hall6-74/+76
2020-04-18Test ability for an extension to have a custom strongly typed row during bind...Sean Hall7-33/+85
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