aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Compiler.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* A bit of cleanup on now-defunct Product element references.Bob Arnson2020-10-281-2/+2
* Reorganize Product/Package to Package/SummaryInformation.Bob Arnson2020-10-241-2/+2
* Add error message for cases where inner text used to be used.Bob Arnson2020-09-301-1/+5
* Remove 32-bit ARM support.Bob Arnson2020-09-191-8/+2
* Replace BinaryKey with BinaryRef and FileKey with FileRef.Bob Arnson2020-09-061-10/+10
* Fix typo.Bob Arnson2020-09-011-6/+6
* Update decompiler to use XDocument rather than generated classes.Bob Arnson2020-08-241-3/+3
* Support implicit standard directory reference and "3264" platform foldersRob Mensching2020-07-211-2/+1
* Major performance improvements to inline directory syntax parsingRob Mensching2020-07-141-82/+86
* Add CustomTableRef element.Sean Hall2020-07-101-0/+67
* Improve compiler performance by removing regex and other string fixesRob Mensching2020-07-081-23/+24
* Move short filename generation to the WindowsInstallerBackendRob Mensching2020-07-081-99/+25
* Make Feature/@Absent and Feature/@AllowAdvertise consistentRob Mensching2020-07-011-33/+3
* The Great Tuple to Symbol Rename (tm)Rob Mensching2020-06-251-164/+164
* Reference Media if DiskId is specified.Bob Arnson2020-06-241-5/+5
* 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