aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Compiler.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple simple mistakesRob Mensching2020-06-231-1/+1
* Remove obsolete inner text handlingRob Mensching2020-06-231-188/+0
* Move Component\Condition inner text to Condition attributeRob Mensching2020-06-231-0/+3
* Move Feature\Condition inner text to new Level elementRob Mensching2020-06-231-0/+69
* Move launch conditions to Launch elementRob Mensching2020-06-231-0/+58
* Move CustomAction script inner text to ScriptFile attributeRob Mensching2020-06-231-44/+17
* Introduce Message attribute to remove Error inner textRob Mensching2020-06-231-1/+10
* If no Media or MediaTemplate is present, default to a MediaTemplate.Bob Arnson2020-06-221-9/+0
* Add BundleCustomDataRef element.Sean Hall2020-06-221-0/+3
* Restore Unreal to CustomTable.Sean Hall2020-06-191-0/+5
* Implement BundleCustomData. Remove Unreal from CustomTable.Sean Hall2020-06-191-273/+293
* Fix custom table column values case in compiler and decompilerRob Mensching2020-06-121-5/+95
* Correctly pass extension context when Id attribute is nullRob Mensching2020-06-041-2/+2
* 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-031-113/+162
* Add missing ARM64 cases & random fixes.Bob Arnson2020-05-171-3/+15
* General cleanup.Sean Hall2020-04-121-247/+168
* Fix bugs when compiling UI.wixextSean Hall2020-04-071-1/+1
* Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose t...Sean Hall2020-04-021-2/+2
* Add SetVariable.Sean Hall2020-03-301-0/+6
* Add BundleExtension element.Sean Hall2020-03-301-0/+6
* Add intermediate levels to track how IR has been lowered.Bob Arnson2020-03-261-0/+2
* Clean up unused IVariableResolver functionality.Bob Arnson2020-03-131-1/+1
* Add CreateFolder tuples for null-keypath components in the backend instead of...Bob Arnson2020-02-071-17/+0
* Start on new patch infrastructureRob Mensching2020-02-051-4/+44
* Binary Data is now a path valueRob Mensching2020-01-121-1/+1
* Add special handling for numeric Error ids.Bob Arnson2020-01-061-1/+0
* Ensure Errors have ids so they can be referenced.Bob Arnson2020-01-061-1/+1
* Handle cab-free Media element.Bob Arnson2019-12-111-1/+1
* Fix EnvironmentTuple nullable fields. Add test.Bob Arnson2019-11-141-1/+1
* Clean up upgrade properties; support <?ifdef $()?>Bob Arnson2019-11-101-6/+0
* Move creation of hidden properties...Bob Arnson2019-11-051-9/+1
* Fix error checking on CustomAction/@Error.Bob Arnson2019-11-011-2/+2
* Fix AppId tupleRob Mensching2019-10-281-3/+2
* Fix custom tables, small fixes in linker and update latest DataRob Mensching2019-10-231-3/+3
* Fix detect only upgrade logicRob Mensching2019-10-071-1/+0
* Fix Feature parentRob Mensching2019-10-071-41/+2
* Fix AppSearch related buildingRob Mensching2019-10-071-2/+5
* Implement Bundle buildRob Mensching2019-10-071-1/+1
* Integrate latest Data changes for FileTuple and AssemblyTupleRob Mensching2019-05-231-77/+51
* Integrate short and source name changes to Directory and Shortcut tuplesRob Mensching2019-05-231-3/+5
* Adopt "Ref" as reference convention over "_"Rob Mensching2019-05-231-52/+52
* Integrate latest changes to tuple definitionsRob Mensching2019-05-231-2042/+535
* Add Component/@Shared and fix UninstallWhenSupersededBob Arnson2019-05-141-0/+1
* Implement and use IParseHelper.ScheduleActionTupleRob Mensching2019-05-091-13/+7
* Use new strongly typed tuplesRob Mensching2019-05-081-11496/+875
* Fix missing symbol for WixSuppressAction.Bob Arnson2019-03-201-1/+1
* Rename WixVariableResolver to VariableResolverRob Mensching2019-03-011-2/+2
* Expose WixVariableResolver via WixToolsetServiceProviderRob Mensching2019-03-011-1/+2
* Add DirectoryId into context for extensions.Sean Hall2019-01-201-1/+1