aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/CompilerCore.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* General cleanup.Sean Hall2020-04-121-26/+36
| | | | | | Try not to send strings to specify the tuple or table. Try to avoid using the Set method on tuples. Always create new tuples and add them to the section in the same line.
* Add ability for extensions to create custom bundle searches.Sean Hall2020-03-301-0/+5
| | | | This required creating BundleExtensionData.xml.
* Integrate latest changes to tuple definitionsRob Mensching2019-05-231-137/+13
|
* Implement and use IParseHelper.ScheduleActionTupleRob Mensching2019-05-091-52/+7
|
* Use new strongly typed tuplesRob Mensching2019-05-081-3/+13
|
* Integrate interface-only WixToolset.Extensibility changeRob Mensching2019-03-011-3/+3
|
* Major reduction in public surface area of WixToolset.CoreRob Mensching2018-08-011-1/+1
|
* Integrate Extensibility.Data namespace change from Extensibility repoRob Mensching2018-07-231-0/+1
|
* Implement IParseHelper.GetAttributeMsidbRegistryRootValue()Rob Mensching2017-12-291-63/+1
|
* Integrate simplified message handlingRob Mensching2017-12-191-34/+32
|
* Refactor CompilerCore to ParserHelper and other clean upRob Mensching2017-11-141-668/+92
|
* Update to WiX Intermediate RepresentationRob Mensching2017-11-011-72/+62
|
* Massive refactoring to introduce the concept of IBackendRob Mensching2017-10-141-4/+5
|
* Initial code commitRob Mensching2017-09-171-0/+1932