| Commit message (Expand) | Author | Files | Lines |
2020-06-16 | Ensure cabinets are created in File.Sequence order | Rob Mensching | 1 | -0/+1 |
2020-06-16 | Ensure unreal columns are not added to _Validation table | Rob Mensching | 1 | -36/+34 |
2020-06-16 | Ignore WixBindUpdatedFiles | Rob Mensching | 1 | -0/+1 |
2020-06-15 | Update appveyor.cmd to not specify error code on early exit. | Sean Hall | 1 | -6/+6 |
2020-06-13 | Implement simplified command and improved backend integration | Rob Mensching | 8 | -94/+102 |
2020-06-13 | Remove use of remaining WixXxxRows | Rob Mensching | 5 | -198/+159 |
2020-06-13 | Normalize commands to use constructors | Rob Mensching | 3 | -52/+52 |
2020-06-13 | Move validate guids to a command and execute it earlier | Rob Mensching | 2 | -44/+68 |
2020-06-13 | Implement update control text | Rob Mensching | 3 | -45/+24 |
2020-06-12 | Remove obsolete global suppression file | Rob Mensching | 1 | -24/+0 |
2020-06-12 | Fix custom table column values case in compiler and decompiler | Rob Mensching | 9 | -239/+429 |
2020-06-10 | One shiny NuGet package, please and thank you. | Bob Arnson | 1 | -1/+0 |
2020-06-10 | Do not create rows for internal-use-only tuples | Rob Mensching | 1 | -1/+19 |
2020-06-10 | Remove dead code | Rob Mensching | 2 | -1510/+0 |
2020-06-10 | Fix crossplat pathing and other small issues in extension caching | Rob Mensching | 4 | -15/+11 |
2020-06-08 | Add forgotten ExtensionCache pack and publish | Rob Mensching | 1 | -0/+1 |
2020-06-08 | Add "extension" command | Rob Mensching | 10 | -37/+753 |
2020-06-08 | Make commands async and internal processes cancelable | Rob Mensching | 13 | -45/+75 |
2020-06-08 | Integrate change to TryParseCommand and other code cleanup | Rob Mensching | 7 | -93/+50 |
2020-06-08 | Fix typo in class name | Rob Mensching | 2 | -3/+3 |
2020-06-04 | Minor code cleanup | Rob Mensching | 4 | -37/+36 |
2020-06-04 | Drive merge process from tuples not rows and fix merge table suppression | Rob Mensching | 3 | -98/+119 |
2020-06-04 | Correctly pass extension context when Id attribute is null | Rob Mensching | 4 | -9/+9 |
2020-06-04 | Fail build if any command fails in the build batch file | Rob Mensching | 1 | -5/+5 |
2020-06-04 | Add column tuples when created instead of after the table tuple creation | Rob Mensching | 1 | -6/+2 |
2020-06-03 | Redesign CustomTable tuples to support resolving binary columns | Rob Mensching | 15 | -515/+731 |
2020-05-30 | Basic patching support | Rob Mensching | 19 | -986/+779 |
2020-05-23 | Add failing test for RegistryKey without Id and child extension element. | Sean Hall | 3 | -0/+50 |
2020-05-23 | Add failing test for invalid command line switch. | Sean Hall | 1 | -0/+29 |
2020-05-23 | Support instance transforms | Rob Mensching | 3 | -243/+297 |
2020-05-23 | Minor code cleanup | Rob Mensching | 2 | -5/+1 |
2020-05-22 | Support merging merge modules | Rob Mensching | 12 | -513/+105 |
2020-05-22 | Minor code cleanup | Rob Mensching | 4 | -79/+50 |
2020-05-22 | Fix naming of file in a merge module's cabinet | Rob Mensching | 7 | -22/+47 |
2020-05-19 | Don't warn about missing netfx4 switches. | Bob Arnson | 1 | -2/+2 |
2020-05-17 | Add missing ARM64 cases & random fixes. | Bob Arnson | 4 | -23/+45 |
2020-05-16 | Get Log/@Extension and Registration/@ProviderKey to match v3. | Sean Hall | 3 | -4/+18 |
2020-05-16 | Process Unreal custom tables in CreateBootstrapperApplicationManifestCommand | Sean Hall | 4 | -0/+113 |
2020-05-16 | WIXFEAT:6164 Move DisplayInternalUI into BalExtension. | Sean Hall | 3 | -13/+0 |
2020-05-13 | Update CabinetBuilder to send exception to UnexpectedException. | Sean Hall | 1 | -1/+1 |
2020-05-11 | Fix named bind paths. | Bob Arnson | 11 | -15/+134 |
2020-05-10 | Track files in BindBundleCommand. | Sean Hall | 5 | -13/+52 |
2020-05-10 | Use WixToolset.Burn package to get rid of -burnStubPath. | Sean Hall | 8 | -44/+9 |
2020-05-09 | Update dependencies. | Sean Hall | 1 | -1/+1 |
2020-05-08 | Default output file if there's a single input file. | Bob Arnson | 1 | -4/+71 |
2020-05-08 | Add `IBindContext.SuppressLayout` to suppress cab generation. | Bob Arnson | 3 | -25/+26 |
2020-05-08 | Remove Heat files from Core. | Sean Hall | 14 | -844/+5 |
2020-04-23 | Add and fix some bundle tests. | Sean Hall | 5 | -2/+102 |
2020-04-23 | Add BundleFinalize to IBurnBackendExtension. | Sean Hall | 1 | -4/+7 |
2020-04-18 | Implement Burn pdb. | Sean Hall | 6 | -74/+76 |