aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-24Minor code cleanup/reorganizationRob Mensching7-20/+19
2018-10-24Extract interfaces for Preprocess/Compile/Link/Bind/etcRob Mensching30-790/+928
2018-10-24Minor project cleanupRob Mensching3-620/+35
2018-10-03Move Core.TestSupport back to .NET Standard 2.0 that works properlyRob Mensching1-2/+2
2018-10-03Implement -arch switchRob Mensching4-10/+61
2018-10-03Add WixRunnerResult to improve success assertionRob Mensching7-37/+76
2018-10-03Enable NCrunch supportRob Mensching1-4/+11
2018-09-27Report preprocessor exceptions as errors. Fixes wixtoolset/issues#5881.Bob Arnson8-4/+113
2018-09-20Ensure `ProxyStubClassId` is written as a proper, embraced GUID.Bob Arnson1-1/+1
2018-09-18Fix ?foreach? so all loop values get "executed."Bob Arnson7-13/+90
2018-09-06Fix codepage handling to cover both Framework- and Core- supported code pages.Bob Arnson3-3/+10
2018-09-03Warn on preprocessor variable redefinition only when the values are different.Bob Arnson7-1/+99
2018-09-02Make TestMessageListener public.Sean Hall3-22/+27
2018-09-02Use generics in WixToolsetServiceProviderSean Hall1-26/+31
2018-09-02Fix namespace in WixStrings.Sean Hall2-4/+3
2018-08-28Support warning suppression.Bob Arnson1-1/+11
2018-08-23Actually handle context-less Classes.Bob Arnson1-19/+16
2018-08-23Add WixRunner that takes a service provider.Bob Arnson1-2/+6
2018-08-23Prevent crash when non-advertised Class omits Context. Fixes #5651.Bob Arnson1-15/+18
2018-08-11Track files to enable clean builds in MSBuildRob Mensching20-110/+284
2018-08-01Add CreateGuid() to IBackendHelper to make Uuid helper internalRob Mensching4-5/+13
2018-08-01Major reduction in public surface area of WixToolset.CoreRob Mensching38-220/+110
2018-07-31Support build of a .wixipl to final outputRob Mensching3-24/+138
2018-07-27All unit test should be netcoreapp2.1Rob Mensching1-1/+1
2018-07-27Properly initialize WixVariableResolver internal variablesRob Mensching1-3/+4
2018-07-27Remove WixFileNotFoundException, report checked paths and improve bind path c...Rob Mensching7-22/+80
2018-07-27Support change of FileTransfer to interfaceRob Mensching10-49/+143
2018-07-23Remove special handling to pdb path in Layout commandRob Mensching1-20/+11
2018-07-23Integrate Extensibility.Data namespace change from Extensibility repoRob Mensching55-150/+178
2018-07-21Move tool projects to Tools repoRob Mensching107-10238/+82
2018-07-19Correctly isolate intermediate folders for multi-culture buildsRob Mensching1-1/+1
2018-07-19Minimize duplicate localization processingRob Mensching2-2/+2
2018-07-19When filtering cultures always include .wxls that do not specify a cultureRob Mensching1-1/+1
2018-07-19Move idts to to sub-folder of intermediate folderRob Mensching1-16/+13
2018-07-13Fix Component GUID generationRob Mensching1-1/+1
2018-07-13Disable MSBuild tests until publishing of native assets is worked outRob Mensching1-1/+2
2018-07-13Add additional debug diagnostics for WixToolsetTest.BuildTasks testsRob Mensching2-8/+14
2018-07-13Add PostParse() method of IExtensionCommandLineRob Mensching2-0/+9
2018-07-13Fix up defaults for MsbuildMessageListenerRob Mensching1-14/+5
2018-07-13Fix MSBuild handling of cultures plus add unit testsRob Mensching20-16/+260
2018-07-12Add missing test project to solutionRob Mensching2-7/+18
2018-07-12Improve debuggabilityRob Mensching10-3/+24
2018-07-12Target NuGet NoWarn to specific PackageReferenceRob Mensching4-16/+3
2018-07-12Update development dependenciesRob Mensching9-11/+11
2018-07-12Refactor command line parsing to enable extensions there in light.exeRob Mensching13-822/+754
2018-07-10Update to netcoreapp2.1 (missed one).Bob Arnson1-1/+1
2018-07-09Add `WixToolsetServiceProvider.TryGetService`.Bob Arnson1-3/+8
2018-06-21Update to netcoreapp2.1 and xunit 2.3.1.Bob Arnson3-3/+3
2018-06-21Update to netcoreapp2.1 and xunit 2.3.1.Bob Arnson3-6/+6
2018-05-06Add formerly-broken unit tests.Bob Arnson1-0/+68