aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Remove "Fixture" from the test assembly nameRob Mensching2017-11-2917-5/+5
| |
| * Fix source path and cabinet processingRob Mensching2017-11-2933-932/+352
| |
| * Cache loaded extensionsRob Mensching2017-11-141-6/+12
| |
| * Refactor CompilerCore to ParserHelper and other clean upRob Mensching2017-11-1419-747/+946
| |
| * Introduce IExtensionFactory as mechanism to create extensionsRob Mensching2017-11-118-44/+75
| |
| * Additional IR updatesRob Mensching2017-11-1145-2442/+2001
| |
| * Update to WiX Intermediate RepresentationRob Mensching2017-11-01148-4811/+17532
| |
| * Commit generated message and schema classes one way to better systemRob Mensching2017-10-186-1/+3108
| | | | | | | | | | | | Generating messages and schema classes from XML is a bit cool but is fraught with issues when there is a build failure anywhere. This commits those generated files until a better process is in place.
| * Introduce WixToolsetServiceProviderRob Mensching2017-10-1829-82/+242
| | | | | | | | | | | | Using a service provider allows all of WixToolset.Core's internal functionality to be abstracted behind interfaces in WixToolset.Extensibility. The service provide can also control what interfaces are singletons.
| * Introduce integration testRob Mensching2017-10-1611-3/+287
| |
| * Massive refactoring to introduce the concept of IBackendRob Mensching2017-10-14127-2917/+4269
| |
| * Rename ICommand to ICommandLineCommandRob Mensching2017-10-076-7/+7
| | | | | | | | Removes conflicts with existing ICommand. More refactoring coming.
| * Code cleanupRob Mensching2017-10-076-1126/+10
| |
| * Pass extensions' data into the linkerRob Mensching2017-10-042-2/+10
| |
| * Correctly pass -bindFiles switch if enabledRob Mensching2017-10-021-1/+6
| |
| * Automatically add referenced projects' output folder as bind pathsRob Mensching2017-10-022-0/+5
| |
| * Use bind paths in test projectRob Mensching2017-10-013-1/+9
| |
| * Allow internal NuGet Package's wix.targets path to be overriddenRob Mensching2017-10-011-1/+1
| |
| * Ensure full path provided to IDT importRob Mensching2017-10-011-1/+1
| |
| * Minor code cleanupRob Mensching2017-10-014-29/+21
| |
| * Add support for BindPaths and building .wixlibsRob Mensching2017-10-018-170/+421
| |
| * Fix summary information codepageRob Mensching2017-09-283-3/+4
| | | | | | | | | | Turns out UTF-8 is not a supported codepage for summary information streams. Not completely surprising.
| * Correctly name NuGet .props fileRob Mensching2017-09-244-3/+2
| |
| * Publish Core tools for internal useRob Mensching2017-09-249-10/+63
| |
| * Use batch file to execute wix CLIRob Mensching2017-09-222-0/+7
| |
| * Fix CLI headerRob Mensching2017-09-227-213/+17
| |
| * Initial code commitRob Mensching2017-09-17205-0/+80284
|
* Merge Core.NativeRob Mensching2021-05-1182-0/+6943
|\
| * Move Core.Native into wixRob Mensching2021-04-2977-0/+194
| |
| * Introduce new versioning system based on GitInfoRob Mensching2021-04-2910-50/+207
| |
| * Update to latest dutil.Sean Hall2021-04-292-2/+2
| |
| * Add missing MSI functionality required by CoreRob Mensching2021-03-254-25/+199
| |
| * Improve finding files relative to Core.Native assemblyRob Mensching2021-03-193-30/+84
| | | | | | | | Should fix unit testing issues when .cub files cannot be found.
| * Remove a bunch of dead code related to winterop.dllRob Mensching2021-03-1912-795/+52
| |
| * Deploy .targets file to buildTransitive folderSean Hall2021-03-182-1/+5
| | | | | | | | since the assets are needed in the final project.
| * Ensure ICE cubs are copied to the outputRob Mensching2021-03-183-0/+11
| |
| * Include dependency on System.IO.FileSystem.AccessControlRob Mensching2021-03-162-1/+5
| |
| * Move ResetAcls to Core.Native from CoreRob Mensching2021-03-162-9/+27
| | | | | | | | Also simplify copying/moving files directory creation.
| * Implement validation and fix abandoned validation mutexRob Mensching2021-03-168-1/+537
| | | | | | | | | | Fixes wixtoolset/issues#5946 Fixes wixtoolset/issues#6366
| * Migrate PInvoke to Core.Native out of CoreRob Mensching2021-03-1634-644/+4448
| |
| * Modernize build systemRob Mensching2021-03-169-124/+93
| |
| * Enable XML doc.Sean Hall2020-12-1812-16/+56
| |
| * Enable CheckForOverflowUnderflow.Sean Hall2020-12-141-0/+1
| |
| * Strong-name sign WiX assemblies.Bob Arnson2020-10-283-1/+15
| |
| * Remove 32-bit ARM support.Bob Arnson2020-09-194-23/+0
| |
| * Update dependencies.Sean Hall2020-07-145-13/+13
| |
| * Add SourceLink to C++ projects.Sean Hall2020-06-244-4/+34
| |
| * Add ARM/ARM64 wixnative.exeSean Hall2020-06-248-10/+56
| | | | | | | | Update mergemod.dll from SDK 10.0.19041.0.
| * Move native pdbs into symbols package.Sean Hall2020-06-241-0/+1
| |
| * Merge the native nupkg into the Core.Native nupkg.Sean Hall2020-06-245-64/+33
| | | | | | | | | | | | There was no benefit in separating the native assets into its own package, the runtime.<rid>.PackageName strategy is for binaries to be copied to the root of project and therefore doesn't support the portable scenario where all available assets are required. Manually author the repository element in the nupkg for SourceLink.