aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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