aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2018-01-08Add failing unit test for .NET assembliesBob Arnson6-0/+86
2018-01-03Update Extensiblity for update to IWindowsInstallerBackendExtension.PostBacke...Rob Mensching3-13/+17
2018-01-02Move WixFileNotFoundException from Core back to DataRob Mensching1-44/+0
2018-01-01Update to latest Wixtoolset.Data and simplify Project/Package reference condi...Rob Mensching3-47/+22
2017-12-31Support filtering localizations by cultureRob Mensching4-14/+95
2017-12-31Support preprocessing .wxl filesRob Mensching2-24/+50
2017-12-30Fix resolution of localizations that are embedded in intermediatesRob Mensching12-480/+505
2017-12-30Integrate namespace change in WixToolset.DataRob Mensching17-19/+2
2017-12-29Implement IParseHelper.GetAttributeMsidbRegistryRootValue()Rob Mensching2-63/+61
2017-12-29Pass along include search paths to those that need it.Bob Arnson9-2/+99
2017-12-29Clean up project files and update to latest GitVersioningRob Mensching9-55/+9
2017-12-29New WixToolset.Core.TestPackage.nupkg for testing in other reposRob Mensching3-0/+77
2017-12-29Store different framework target separatelyRob Mensching4-11/+12
2017-12-29Fix several missed identifiers in Compiler and other small cleanupRob Mensching3-23/+29
2017-12-29Move to WixBuildTools.TestSupportRob Mensching7-169/+33
2017-12-27Correctly join command line arguments and other small clean up and optimizationsRob Mensching6-58/+45
2017-12-27Send build notifications to SlackRob Mensching1-0/+5
2017-12-27Integrate latest Data and Extensibility changes and build light.exeRob Mensching10-18/+17
2017-12-26Integrate rename of "Wixout" to "IntermediatePostLink"Rob Mensching2-4/+5
2017-12-26Move copy/move file operations to ILayoutExtensionRob Mensching3-16/+14
2017-12-26Standardize creation of public objects in move towards interfacesRob Mensching13-240/+293
2017-12-22Reintroduce binder extensions and light.exe for binding .wixoutsRob Mensching31-560/+1956
2017-12-21Support wixout and extract Resolve and Layout from BinderRob Mensching44-799/+1005
2017-12-19Integrate simplified message handlingRob Mensching104-9192/+2055
2017-12-12Fix handling of WixAction schedulingRob Mensching2-11/+11
2017-12-12Fix compression of files without file hashesRob Mensching1-11/+7
2017-12-11Add failing ManualUpgrade test for issue resolving RemoveExistingProducts.Bob Arnson6-0/+90
2017-12-08Add broken test for PE payloads.Bob Arnson6-0/+87
2017-12-08Support and test preprocessor variables without "var." prefixRob Mensching4-33/+71
2017-12-07Fix handling of MediaTemplate/@CompressionLevelRob Mensching2-13/+29
2017-12-07MediaTemplate problems. With no CompressionLevel:Bob Arnson1-1/+3
2017-12-07Support MSI backends creating custom tables and remove WixToolset.Data.Window...Rob Mensching102-9258/+894
2017-12-06Fix cab creation using explicit Media elementRob Mensching4-15/+13
2017-12-06Add support for loading Intermediates from extensionsRob Mensching17-52/+40
2017-12-04Add CanBuildSingleFileCompressed test (failing variety).Bob Arnson6-0/+84
2017-12-02Implement support for IExtensionCommandLine and IPreprocessorExtensionRob Mensching15-937/+842
2017-12-01Introduce ExampleExtension for testingRob Mensching15-0/+401
2017-12-01Fix tests to successfully run in parallelRob Mensching1-8/+31
2017-11-29Remove "Fixture" from the test assembly nameRob Mensching19-6/+37
2017-11-29Fix source path and cabinet processingRob Mensching33-932/+352
2017-11-14Cache loaded extensionsRob Mensching1-6/+12
2017-11-14Refactor CompilerCore to ParserHelper and other clean upRob Mensching19-747/+946
2017-11-11Introduce IExtensionFactory as mechanism to create extensionsRob Mensching8-44/+75
2017-11-11Additional IR updatesRob Mensching45-2442/+2001
2017-11-01Update to WiX Intermediate RepresentationRob Mensching148-4811/+17532
2017-10-18Commit generated message and schema classes one way to better systemRob Mensching6-1/+3108
2017-10-18Introduce WixToolsetServiceProviderRob Mensching29-82/+242
2017-10-16Introduce integration testRob Mensching11-3/+287