aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Normalize text files line endings because Git isn't being consistentRob Mensching2018-10-041-4/+4
| * Simplify whitespace handling and fix some long standing bugs in itRob Mensching2018-10-042-170/+171
| * Update test to respect new WiX v4 public Id behaviorRob Mensching2018-10-042-12/+7
| * Fix WixCop namespaces and some C# modernizationRob Mensching2018-10-0416-245/+316
| * Skip some MSBuild tests until we can execute tests with out of proc MSBuildRob Mensching2018-10-042-5/+5
| * Enable NCrunch supportRob Mensching2018-10-042-4/+16
| * Add failing test for wixtoolset/issues#5883.Bob Arnson2018-10-015-8/+196
| * Test is failing atm and requesting build with new version number, please.Bob Arnson2018-09-181-1/+1
| * Migrate WixCop into Tools from wix4.Sean Hall2018-09-1321-69/+1903
| * Merge pull request #3 from wixtoolset/bob/5853-variable-redefinitionSean Hall2018-09-091-1/+1
| |\
| | * Update test now that Core now ignores equal variable redefinitions.Bob Arnson2018-09-031-1/+1
| * | Add .wixipl output MSBuild test.Bob Arnson2018-09-061-0/+27
| |/
| * Support warning suppression.Bob Arnson2018-08-284-2/+35
| * Log details when extension assembly types can't be loaded.Bob Arnson2018-08-223-7/+25
| * Fix Build and Clean targetsRob Mensching2018-08-117-227/+256
| * Refactor and remove code from WixToolset.BuildTaskRob Mensching2018-08-0117-1966/+19
| * WIP: wix.targets cleanupRob Mensching2018-07-271-229/+19
| * Integrate Extensibility.Data namespace changeRob Mensching2018-07-234-20/+16
| * Integrate tools from Core projectRob Mensching2018-07-2166-0/+7852
* Merge ConvertersRob Mensching2021-05-1160-1/+9140
|\
| * Move Converters into wixRob Mensching2021-04-2769-0/+219
| * Fix for added elements to reference platform-specific extension custom actions.Bob Arnson2021-04-233-2/+189
| * Detect Inability to write to output fileRon Martin2021-04-232-9/+35
| * Integrate latest Extensibility changesRob Mensching2021-04-191-1/+1
| * Add StandardDirectory conversionsRob Mensching2021-04-062-1/+154
| * Fix deprecated $(loc.xxx) localization variable references.Ron Martin2021-04-032-12/+102
| * Standardize on .NET Core v3.1Rob Mensching2021-04-031-1/+1
| * Integrate ImmediateSection no longer uses codepageRob Mensching2021-04-031-1/+1
| * Integrate the IntermediateSection and IntermediateSymbol mutable changesRob Mensching2021-04-031-6/+11
| * Fixup SoftwareTag deprecations and SoftwareTagRef conversionRob Mensching2021-03-232-39/+122
| * Convert obsolete RegistryKey/@Action.Bob Arnson2021-03-212-0/+83
| * Update service provider dependencyBob Arnson2021-03-154-6/+6
| * Add conversion for BootstrapperApplicationData to BundleCustomData.Sean Hall2021-03-123-19/+337
| * Fix spelling of RemoveUnusedNamespaces.Sean Hall2021-03-024-18/+6
| * Add conversion for renaming RemotePayload, and warn about changed hash.Sean Hall2021-03-023-33/+169
| * Fix Win64 to Bitness, even in v4 .wxs codeRob Mensching2021-03-022-47/+37
| * Update to latest build infrastructureRob Mensching2021-03-014-10/+29
| * Update WixSuppressModularizationSymbolRob Mensching2021-03-011-1/+6
| * Convert Dependency elements to WiX v4 schemaRob Mensching2021-02-274-6/+316
| * Convert Tag.wixext to SoftwareTag elementRob Mensching2021-02-278-15/+80
| * Preserve unconvertable Win64 attribute contentRob Mensching2021-02-112-9/+35
| * Replace Win64 attribute with Bitness attributeRob Mensching2021-02-112-1/+235
| * Address code-review comments.Bob Arnson2021-01-311-1/+1
| * Remove Burn AuthenticodeBob Arnson2021-01-312-12/+91
| * Fix Package/@Compressed for new (compressed) default.Bob Arnson2021-01-287-18/+72
| * Rename ExePackage/@XxxCommand attributes to @XxxArgumentsRob Mensching2021-01-083-3/+75
| * Report invalid command line arguments as errorsRob Mensching2021-01-081-1/+1
| * Enable XML doc and run tests in appveyor.cmd.Sean Hall2020-12-199-13/+28
| * Add conversion for built-in BA usage from BootstrapperApplicationRef.Sean Hall2020-12-092-0/+314
| * Add conversion for BootstrapperApplicationDll and bal:UseUILanguages.Sean Hall2020-12-084-8/+237