| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Minor code cleanup | Rob Mensching | 2020-05-22 | 4 | -79/+50 |
* | Fix naming of file in a merge module's cabinet | Rob Mensching | 2020-05-22 | 7 | -22/+47 |
* | Don't warn about missing netfx4 switches. | Bob Arnson | 2020-05-19 | 1 | -2/+2 |
* | Add missing ARM64 cases & random fixes. | Bob Arnson | 2020-05-17 | 4 | -23/+45 |
* | Get Log/@Extension and Registration/@ProviderKey to match v3. | Sean Hall | 2020-05-16 | 3 | -4/+18 |
* | Process Unreal custom tables in CreateBootstrapperApplicationManifestCommand | Sean Hall | 2020-05-16 | 4 | -0/+113 |
* | WIXFEAT:6164 Move DisplayInternalUI into BalExtension. | Sean Hall | 2020-05-16 | 3 | -13/+0 |
* | Update CabinetBuilder to send exception to UnexpectedException. | Sean Hall | 2020-05-13 | 1 | -1/+1 |
* | Fix named bind paths. | Bob Arnson | 2020-05-11 | 11 | -15/+134 |
* | Track files in BindBundleCommand. | Sean Hall | 2020-05-10 | 5 | -13/+52 |
* | Use WixToolset.Burn package to get rid of -burnStubPath. | Sean Hall | 2020-05-10 | 8 | -44/+9 |
* | Update dependencies. | Sean Hall | 2020-05-09 | 1 | -1/+1 |
* | Default output file if there's a single input file. | Bob Arnson | 2020-05-08 | 1 | -4/+71 |
* | Add `IBindContext.SuppressLayout` to suppress cab generation. | Bob Arnson | 2020-05-08 | 3 | -25/+26 |
* | Remove Heat files from Core. | Sean Hall | 2020-05-08 | 14 | -844/+5 |
* | Add and fix some bundle tests. | Sean Hall | 2020-04-23 | 5 | -2/+102 |
* | Add BundleFinalize to IBurnBackendExtension. | Sean Hall | 2020-04-23 | 1 | -4/+7 |
* | Implement Burn pdb. | Sean Hall | 2020-04-18 | 6 | -74/+76 |
* | Test ability for an extension to have a custom strongly typed row during bind... | Sean Hall | 2020-04-18 | 7 | -33/+85 |
* | Adjust to some newly nullable fields in tuples. | Sean Hall | 2020-04-13 | 4 | -5/+9 |
* | Fix changes to TableDefinition. | Sean Hall | 2020-04-13 | 5 | -5/+10 |
* | Fix typo in SummaryInformationType. | Sean Hall | 2020-04-13 | 4 | -69/+69 |
* | Add warning when CreateOutputFromIRCommand doesn't know how to handle a tuple. | Sean Hall | 2020-04-12 | 1 | -8/+16 |
* | Merge and move default tuple logic from CreateOutputFromIRCommand to WindowsI... | Sean Hall | 2020-04-12 | 4 | -62/+31 |
* | General cleanup. | Sean Hall | 2020-04-12 | 27 | -891/+660 |
* | Move table definitions from Core to Data. | Sean Hall | 2020-04-12 | 11 | -2019/+6 |
* | Sync tables.xml with tuple definitions. | Sean Hall | 2020-04-12 | 2 | -70/+62 |
* | Update CreateBootstrapperApplicationManifest to better match v3 output. | Sean Hall | 2020-04-12 | 1 | -12/+48 |
* | Fix bug when parsing PayloadGroupRef. | Sean Hall | 2020-04-12 | 3 | -8/+15 |
* | Remove partial WixPdb support. | Bob Arnson | 2020-04-11 | 2 | -276/+219 |
* | Fix bugs when compiling UI.wixext | Sean Hall | 2020-04-07 | 11 | -87/+123 |
* | Try to fix build flakiness with Example.Extension. | Sean Hall | 2020-04-06 | 6 | -1/+69 |
* | Add test around ActionText and fix the table definition to get it passing. | Sean Hall | 2020-04-05 | 5 | -7/+14 |
* | Implement new IParseHelper methods. | Sean Hall | 2020-04-05 | 3 | -16/+34 |
* | Add failing test for when EnsureTable references an extension table with a di... | Sean Hall | 2020-04-03 | 5 | -3/+52 |
* | Use TupleIdIsPrimaryKey. | Sean Hall | 2020-04-03 | 7 | -41/+13 |
* | Refactor dispose into finally to make debugging easier. | Sean Hall | 2020-04-03 | 1 | -3/+7 |
* | Hide the concrete implementation of the service provider interfaces | Sean Hall | 2020-04-02 | 9 | -12/+27 |
* | Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose t... | Sean Hall | 2020-04-02 | 40 | -91/+119 |
* | Fix bug in ParseHelper where it assumed the first column was the id column. | Sean Hall | 2020-04-02 | 6 | -23/+6 |
* | Order WixSearches in Core. | Sean Hall | 2020-03-30 | 3 | -10/+295 |
* | Add SetVariable. | Sean Hall | 2020-03-30 | 7 | -33/+217 |
* | Add ability for extensions to create custom bundle searches. | Sean Hall | 2020-03-30 | 23 | -77/+688 |
* | Add BundleExtension element. | Sean Hall | 2020-03-30 | 15 | -1/+416 |
* | Fix bundle-build extension library extraction. | Bob Arnson | 2020-03-27 | 6 | -24/+17 |
* | Add intermediate levels to track how IR has been lowered. | Bob Arnson | 2020-03-26 | 9 | -12/+140 |
* | Update Example.Extension to automatically update based on its Example.wxs. | Sean Hall | 2020-03-20 | 12 | -5/+261 |
* | Allow unresolved variables during resolution. | Bob Arnson | 2020-03-18 | 5 | -10/+13 |
* | Partial WixPdbs stop the backend before binding. | Bob Arnson | 2020-03-17 | 5 | -9/+41 |
* | Clean up unused IVariableResolver functionality. | Bob Arnson | 2020-03-13 | 5 | -18/+72 |