aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Ensure cabinets are created in File.Sequence orderRob Mensching2020-06-161-0/+1
| * Ensure unreal columns are not added to _Validation tableRob Mensching2020-06-161-36/+34
| * Ignore WixBindUpdatedFilesRob Mensching2020-06-161-0/+1
| * Implement simplified command and improved backend integrationRob Mensching2020-06-138-94/+102
| * Remove use of remaining WixXxxRowsRob Mensching2020-06-135-198/+159
| * Normalize commands to use constructorsRob Mensching2020-06-133-52/+52
| * Move validate guids to a command and execute it earlierRob Mensching2020-06-132-44/+68
| * Implement update control textRob Mensching2020-06-133-45/+24
| * Remove obsolete global suppression fileRob Mensching2020-06-121-24/+0
| * Fix custom table column values case in compiler and decompilerRob Mensching2020-06-129-239/+429
| * Do not create rows for internal-use-only tuplesRob Mensching2020-06-101-1/+19
| * Remove dead codeRob Mensching2020-06-102-1510/+0
| * Fix crossplat pathing and other small issues in extension cachingRob Mensching2020-06-104-15/+11
| * Add "extension" commandRob Mensching2020-06-0810-37/+753
| * Make commands async and internal processes cancelableRob Mensching2020-06-0813-45/+75
| * Integrate change to TryParseCommand and other code cleanupRob Mensching2020-06-087-93/+50
| * Fix typo in class nameRob Mensching2020-06-082-3/+3
| * Minor code cleanupRob Mensching2020-06-044-37/+36
| * Drive merge process from tuples not rows and fix merge table suppressionRob Mensching2020-06-043-98/+119
| * Correctly pass extension context when Id attribute is nullRob Mensching2020-06-044-9/+9
| * Add column tuples when created instead of after the table tuple creationRob Mensching2020-06-041-6/+2
| * 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-107-44/+8
| * 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