aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement simplified command and improved backend integrationRob Mensching2020-06-131-38/+53
* Implement update control textRob Mensching2020-06-131-2/+2
* Remove obsolete global suppression fileRob Mensching2020-06-121-24/+0
* Fix custom table column values case in compiler and decompilerRob Mensching2020-06-121-5/+95
* Fix crossplat pathing and other small issues in extension cachingRob Mensching2020-06-101-2/+2
* Add "extension" commandRob Mensching2020-06-082-37/+146
* Make commands async and internal processes cancelableRob Mensching2020-06-0812-41/+68
* Integrate change to TryParseCommand and other code cleanupRob Mensching2020-06-084-75/+35
* Minor code cleanupRob Mensching2020-06-041-9/+9
* Correctly pass extension context when Id attribute is nullRob Mensching2020-06-043-8/+8
* 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-032-139/+193
* Basic patching supportRob Mensching2020-05-302-5/+20
* Support merging merge modulesRob Mensching2020-05-221-2/+2
* Don't warn about missing netfx4 switches.Bob Arnson2020-05-191-2/+2
* Add missing ARM64 cases & random fixes.Bob Arnson2020-05-173-22/+44
* Get Log/@Extension and Registration/@ProviderKey to match v3.Sean Hall2020-05-161-2/+2
* WIXFEAT:6164 Move DisplayInternalUI into BalExtension.Sean Hall2020-05-161-7/+0
* Fix named bind paths.Bob Arnson2020-05-112-15/+29
* Track files in BindBundleCommand.Sean Hall2020-05-101-1/+11
* Use WixToolset.Burn package to get rid of -burnStubPath.Sean Hall2020-05-101-8/+2
* 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-082-14/+16
* Remove Heat files from Core.Sean Hall2020-05-0811-840/+1
* Fix changes to TableDefinition.Sean Hall2020-04-131-1/+1
* Fix typo in SummaryInformationType.Sean Hall2020-04-131-20/+20
* Merge and move default tuple logic from CreateOutputFromIRCommand to WindowsI...Sean Hall2020-04-121-5/+12
* General cleanup.Sean Hall2020-04-1213-773/+570
* Fix bug when parsing PayloadGroupRef.Sean Hall2020-04-121-1/+1
* Fix bugs when compiling UI.wixextSean Hall2020-04-072-17/+19
* Implement new IParseHelper methods.Sean Hall2020-04-051-13/+31
* Use TupleIdIsPrimaryKey.Sean Hall2020-04-031-4/+2
* Hide the concrete implementation of the service provider interfacesSean Hall2020-04-023-4/+18
* Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose t...Sean Hall2020-04-0230-74/+94
* Fix bug in ParseHelper where it assumed the first column was the id column.Sean Hall2020-04-021-17/+1
* Add SetVariable.Sean Hall2020-03-302-32/+116
* Add ability for extensions to create custom bundle searches.Sean Hall2020-03-302-0/+42
* Add BundleExtension element.Sean Hall2020-03-302-0/+79
* Add intermediate levels to track how IR has been lowered.Bob Arnson2020-03-264-2/+14
* Allow unresolved variables during resolution.Bob Arnson2020-03-184-9/+7
* Partial WixPdbs stop the backend before binding.Bob Arnson2020-03-173-3/+35
* Clean up unused IVariableResolver functionality.Bob Arnson2020-03-134-14/+36
* Avoid infinite loops when resolving variables.Bob Arnson2020-03-121-1/+1
* Fix https://github.com/wixtoolset/issues/issues/5860 recursive loc strings.Bob Arnson2020-03-111-2/+4
* Correctly handle custom action default suffix.Bob Arnson2020-03-051-9/+5
* Default custom action platform to x86.Bob Arnson2020-03-051-8/+4
* Use TableDefinition.TupleDefinitionName find matching tuple.Bob Arnson2020-03-041-1/+1
* Fix custom action prefix.Bob Arnson2020-03-031-4/+4
* Add CreateCustomActionReference method from IParseHelperBob Arnson2020-03-032-40/+2
* Add CreateCustomActionReference methodBob Arnson2020-03-032-0/+79