aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Track files to enable clean builds in MSBuildRob Mensching2018-08-1120-110/+284
|
* Add CreateGuid() to IBackendHelper to make Uuid helper internalRob Mensching2018-08-014-5/+13
|
* Major reduction in public surface area of WixToolset.CoreRob Mensching2018-08-0138-220/+110
|
* Support build of a .wixipl to final outputRob Mensching2018-07-313-24/+138
|
* All unit test should be netcoreapp2.1Rob Mensching2018-07-271-1/+1
|
* Properly initialize WixVariableResolver internal variablesRob Mensching2018-07-271-3/+4
|
* Remove WixFileNotFoundException, report checked paths and improve bind path ↵Rob Mensching2018-07-277-22/+80
| | | | command-line parsing
* Support change of FileTransfer to interfaceRob Mensching2018-07-2710-49/+143
|
* Remove special handling to pdb path in Layout commandRob Mensching2018-07-231-20/+11
|
* Integrate Extensibility.Data namespace change from Extensibility repoRob Mensching2018-07-2355-150/+178
|
* Move tool projects to Tools repoRob Mensching2018-07-21105-10159/+77
|
* Correctly isolate intermediate folders for multi-culture buildsRob Mensching2018-07-191-1/+1
|
* Minimize duplicate localization processingRob Mensching2018-07-192-2/+2
|
* When filtering cultures always include .wxls that do not specify a cultureRob Mensching2018-07-191-1/+1
|
* Move idts to to sub-folder of intermediate folderRob Mensching2018-07-191-16/+13
|
* Fix Component GUID generationRob Mensching2018-07-131-1/+1
|
* Add additional debug diagnostics for WixToolsetTest.BuildTasks testsRob Mensching2018-07-132-8/+14
|
* Add PostParse() method of IExtensionCommandLineRob Mensching2018-07-132-0/+9
| | | | Fixes wixtoolset/issues#5850
* Fix up defaults for MsbuildMessageListenerRob Mensching2018-07-131-14/+5
|
* Fix MSBuild handling of cultures plus add unit testsRob Mensching2018-07-1320-16/+260
| | | | Fixes #5847
* Add missing test project to solutionRob Mensching2018-07-121-7/+4
|
* Improve debuggabilityRob Mensching2018-07-1210-3/+24
|
* Target NuGet NoWarn to specific PackageReferenceRob Mensching2018-07-124-16/+3
|
* Update development dependenciesRob Mensching2018-07-129-11/+11
|
* Refactor command line parsing to enable extensions there in light.exeRob Mensching2018-07-1212-822/+740
| | | | Fixes wixtoolset/issues#5845
* Update to netcoreapp2.1 (missed one).Bob Arnson2018-07-101-1/+1
|
* Add `WixToolsetServiceProvider.TryGetService`.Bob Arnson2018-07-091-3/+8
|
* Update to netcoreapp2.1 and xunit 2.3.1.Bob Arnson2018-06-212-2/+2
|
* Update to netcoreapp2.1 and xunit 2.3.1.Bob Arnson2018-06-213-6/+6
|
* Add formerly-broken unit tests.Bob Arnson2018-05-061-0/+68
|
* Add failing unit test for .NET assembliesBob Arnson2018-01-086-0/+86
|
* Update Extensiblity for update to ↵Rob Mensching2018-01-033-13/+17
| | | | IWindowsInstallerBackendExtension.PostBackendBind()
* Move WixFileNotFoundException from Core back to DataRob Mensching2018-01-021-44/+0
|
* Update to latest Wixtoolset.Data and simplify Project/Package reference ↵Rob Mensching2018-01-013-47/+22
| | | | condition
* Support filtering localizations by cultureRob Mensching2017-12-314-14/+95
|
* Support preprocessing .wxl filesRob Mensching2017-12-312-24/+50
|
* Fix resolution of localizations that are embedded in intermediatesRob Mensching2017-12-3012-480/+505
|
* Integrate namespace change in WixToolset.DataRob Mensching2017-12-3017-19/+2
|
* Implement IParseHelper.GetAttributeMsidbRegistryRootValue()Rob Mensching2017-12-292-63/+61
|
* Pass along include search paths to those that need it.Bob Arnson2017-12-299-2/+99
|
* Clean up project files and update to latest GitVersioningRob Mensching2017-12-299-55/+9
|
* New WixToolset.Core.TestPackage.nupkg for testing in other reposRob Mensching2017-12-292-0/+76
|
* Store different framework target separatelyRob Mensching2017-12-293-8/+9
|
* Fix several missed identifiers in Compiler and other small cleanupRob Mensching2017-12-293-23/+29
|
* Move to WixBuildTools.TestSupportRob Mensching2017-12-297-169/+33
|
* Correctly join command line arguments and other small clean up and optimizationsRob Mensching2017-12-276-58/+45
|
* Integrate latest Data and Extensibility changes and build light.exeRob Mensching2017-12-279-17/+14
|
* Integrate rename of "Wixout" to "IntermediatePostLink"Rob Mensching2017-12-262-4/+5
|
* Move copy/move file operations to ILayoutExtensionRob Mensching2017-12-263-16/+14
|
* Standardize creation of public objects in move towards interfacesRob Mensching2017-12-2613-240/+293
|