aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of duplicate directoriesRob Mensching2021-01-054-7/+20
* Fix up tests to work well under NCrunch plus whitespace clean upRob Mensching2021-01-051-0/+7
* Fix parsing of DpiAwareness attribute.Sean Hall2021-01-031-1/+1
* Fix TryGetNextNonSwitchArgumentOrError.Sean Hall2021-01-032-2/+3
* Implement command line for SuppressAllWarnings and WarningsAsError.Sean Hall2021-01-031-13/+55
* Fix parsing Behavior in ExitCode element.Sean Hall2020-12-211-2/+17
* Add CanExtractBundleWithDetachedContainer test.Nir Bar2020-12-212-2/+22
* 4862 - Disallow Burn Variables that are Hidden and Persisted.Sean Hall2020-12-191-0/+5
* Enable XML doc.Sean Hall2020-12-1840-103/+195
* [Linux] Fix newline handling in help message.Simon Tatham2020-12-171-2/+4
* Canonicalize Payload/@Name.Sean Hall2020-12-162-5/+30
* Fix merge module decompilation timing.Bob Arnson2020-12-121-1/+1
* Fix copy paste error.Sean Hall2020-12-091-1/+1
* WIXFEAT:6209 - Move BA entry point to its own element.Sean Hall2020-12-081-32/+69
* Require SourceFile for BundleExtension.Sean Hall2020-12-081-14/+1
* Always parse extension attributes in ParsePayloadElementContent.Sean Hall2020-12-081-22/+20
* Remove dead code.Sean Hall2020-12-081-34/+3
* Support an empty multiString registry valueBob Arnson2020-11-161-6/+1
* Obsolete long-deprecated elements and attributes.Bob Arnson2020-11-094-135/+9
* Catch more former-supported-but-now-illegal inner text.Bob Arnson2020-11-091-0/+2
* Update GitVersioning.Sean Hall2020-11-021-1/+1
* A bit of cleanup on now-defunct Product element references.Bob Arnson2020-10-282-6/+6
* Reorganize Product/Package to Package/SummaryInformation.Bob Arnson2020-10-244-272/+256
* Add the decompiled package's platform to the DecompileResult.Bob Arnson2020-10-081-0/+3
* Add error message for cases where inner text used to be used.Bob Arnson2020-09-305-1/+42
* Remove 32-bit ARM support.Bob Arnson2020-09-194-45/+4
* Replace BinaryKey with BinaryRef and FileKey with FileRef.Bob Arnson2020-09-061-10/+10
* Fix typo.Bob Arnson2020-09-011-6/+6
* Fix check for valid 8.3 names for >3 extensions.Bob Arnson2020-09-011-1/+1
* Update decompiler to use XDocument rather than generated classes.Bob Arnson2020-08-242-4/+4
* Only target all frameworks in ReleaseSean Hall2020-08-171-1/+2
* WIXFEAT:4763 Change "string" variable type to literal and add "formatted".Sean Hall2020-08-091-36/+57
* Fix Control symbol dehydration to MSI output.Bob Arnson2020-07-261-0/+2
* Support implicit standard directory reference and "3264" platform foldersRob Mensching2020-07-215-33/+159
* WIXFEAT:6204 Use the new DpiAwareness attribute on BootstrapperApplication el...Sean Hall2020-07-191-1/+45
* Display command-line help from Core and extensionsRob Mensching2020-07-185-49/+59
* Ensure named bindpaths are not found in unnamed bindpathsRob Mensching2020-07-171-28/+34
* Fix parsing of bind variables with default valuesRob Mensching2020-07-171-2/+2
* Fix short filenames containing bind variablesRob Mensching2020-07-141-2/+2
* Fix validation of wildcard short filename extension.Rob Mensching2020-07-141-1/+1
* Major performance improvements to inline directory syntax parsingRob Mensching2020-07-144-222/+220
* Implement optimized simple reference creationRob Mensching2020-07-142-1/+46
* Update dependencies.Sean Hall2020-07-141-1/+1
* Add CustomTableRef element.Sean Hall2020-07-104-7/+74
* Add CreateIdentifierValueFromPlatform.Sean Hall2020-07-101-0/+35
* Improve compiler performance by removing regex and other string fixesRob Mensching2020-07-0810-369/+448
* Move short filename generation to the WindowsInstallerBackendRob Mensching2020-07-085-153/+34
* Remove unused propertyRob Mensching2020-07-083-4/+0
* Make Feature/@Absent and Feature/@AllowAdvertise consistentRob Mensching2020-07-011-33/+3
* Support localized TextStyle SizeRob Mensching2020-06-281-3/+2