aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tests for CopyFile elementRob Mensching2020-07-083-0/+64
* Consolidate Custom Action tests in CustomActionFixtureRob Mensching2020-07-012-99/+101
* Add failing test for CustomAction cycle.Sean Hall2020-07-013-0/+61
* Support localized TextStyle SizeRob Mensching2020-06-281-1/+1
* The Great Tuple to Symbol Rename (tm)Rob Mensching2020-06-259-103/+103
* Reference Media if DiskId is specified.Bob Arnson2020-06-241-2/+2
* Remove obsolete inner text handlingRob Mensching2020-06-235-34/+31
* Introduce Message attribute to remove Error inner textRob Mensching2020-06-231-4/+2
* Introduce Value attribute on MultiString/MultiStringValue elementsRob Mensching2020-06-234-65/+130
* If no Media or MediaTemplate is present, default to a MediaTemplate.Bob Arnson2020-06-2224-27/+43
* Add BundleCustomDataRef element.Sean Hall2020-06-221-7/+14
* Restore Unreal to CustomTable.Sean Hall2020-06-192-0/+43
* Add more tuples to ignore in GenerateManifestDataFromIRCommand.Sean Hall2020-06-191-0/+1
* Implement BundleCustomData. Remove Unreal from CustomTable.Sean Hall2020-06-194-65/+80
* Implement IBurnBackendHelper and TryAddTupleToDataManifest.Sean Hall2020-06-191-0/+3
* Reorganize media assignment to correctly place facade order optimizationRob Mensching2020-06-162-2/+73
* Fix custom table column values case in compiler and decompilerRob Mensching2020-06-126-182/+281
* Add "extension" commandRob Mensching2020-06-081-0/+42
* Correctly pass extension context when Id attribute is nullRob Mensching2020-06-041-1/+1
* Redesign CustomTable tuples to support resolving binary columnsRob Mensching2020-06-039-1/+175
* Basic patching supportRob Mensching2020-05-301-2/+2
* 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-231-2/+35
* Support merging merge modulesRob Mensching2020-05-225-0/+88
* Fix naming of file in a merge module's cabinetRob Mensching2020-05-221-1/+18
* Get Log/@Extension and Registration/@ProviderKey to match v3.Sean Hall2020-05-161-0/+11
* Process Unreal custom tables in CreateBootstrapperApplicationManifestCommandSean Hall2020-05-163-0/+66
* Fix named bind paths.Bob Arnson2020-05-119-0/+105
* Use WixToolset.Burn package to get rid of -burnStubPath.Sean Hall2020-05-103-18/+0
* Add and fix some bundle tests.Sean Hall2020-04-234-0/+100
* Implement Burn pdb.Sean Hall2020-04-182-55/+36
* Fix typo in SummaryInformationType.Sean Hall2020-04-131-1/+1
* Fix bug when parsing PayloadGroupRef.Sean Hall2020-04-122-7/+14
* Remove partial WixPdb support.Bob Arnson2020-04-111-44/+0
* Fix bugs when compiling UI.wixextSean Hall2020-04-078-69/+103
* Try to fix build flakiness with Example.Extension.Sean Hall2020-04-063-0/+48
* Add test around ActionText and fix the table definition to get it passing.Sean Hall2020-04-052-2/+8
* Implement new IParseHelper methods.Sean Hall2020-04-052-3/+3
* Add failing test for when EnsureTable references an extension table with a di...Sean Hall2020-04-033-0/+45
* Use TupleIdIsPrimaryKey.Sean Hall2020-04-032-9/+6
* Hide the concrete implementation of the service provider interfacesSean Hall2020-04-024-4/+4
* Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose t...Sean Hall2020-04-021-2/+2
* Fix bug in ParseHelper where it assumed the first column was the id column.Sean Hall2020-04-022-3/+3
* Order WixSearches in Core.Sean Hall2020-03-301-1/+1
* Add SetVariable.Sean Hall2020-03-303-0/+60
* Add ability for extensions to create custom bundle searches.Sean Hall2020-03-304-0/+77
* Add BundleExtension element.Sean Hall2020-03-307-0/+160
* Fix bundle-build extension library extraction.Bob Arnson2020-03-272-11/+3
* Add intermediate levels to track how IR has been lowered.Bob Arnson2020-03-264-3/+108