aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Introduce new versioning system based on GitInfoRob Mensching2021-04-2914-63/+223
|
* Update to latest dutil.Sean Hall2021-04-292-2/+2
|
* Remove removed project from .slnRob Mensching2021-04-021-15/+0
|
* 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-1612-140/+138
|
* 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
|
* Turn tests off in appveyor.yml since they're run in appveyor.cmdSean Hall2020-06-241-0/+2
|
* 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-246-68/+37
| | | | | | 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.
* Update to latest dutil.Sean Hall2020-06-244-6/+6
|
* Use Path.PathSeparator.Sean Hall2020-06-152-5/+5
|
* Add support using mergmod.dll and its interfacesRob Mensching2020-05-2210-14/+545
|
* Wrap wixnative.exe FileNotFoundException in PlatformNotSupportedExceptionSean Hall2020-05-131-1/+3
|
* The directory separator on non-Windows platforms is ':'Sean Hall2020-05-101-13/+15
|
* Use NATIVE_DLL_SEARCH_DIRECTORIES to support cross-platform wixnative.exeSean Hall2020-05-094-14/+26
|
* Update dependencies.Sean Hall2020-05-097-30/+12
|
* Remove timeout on WixNative*.exe to avoid judging on build time.Bob Arnson2020-05-071-15/+6
|
* Fix timeoutBob Arnson2020-05-071-5/+10
| | | | Increase WixNative*.exe timeout to 10 minutes and properly handle when there's a timeout.
* Exclude null output from report of extracted files.Bob Arnson2019-12-112-6/+10
|
* Return the set of files extracted from a cabinet.Bob Arnson2019-12-111-2/+2
|
* User shared data types from WixToolset.DataRob Mensching2019-05-236-32/+16
|
* Remove MSI interop from Core.NativeRob Mensching2019-05-086-1365/+23
|
* Merge pull request #1 from wixtoolset/bob/EmptyCabsAreJustFineBob Arnson2019-03-211-2/+5
|\ | | | | Avoid hang when a .cab is has no files.
| * Avoid hang when a .cab is has no files.Bob Arnson2019-03-211-2/+5
|/
* Update to latest Cpp.Build.props for locating latest Win10 SDK.Sean Hall2019-01-131-1/+5
|
* Reduce extra appveyor builds by targeting only master and develop branchesRob Mensching2018-12-301-0/+5
|
* Move wixnative.*.exe back to root libs in .nupkgRob Mensching2018-12-262-20/+11
| | | | | | It seems NuGet will not copy the .exes from subfolders so move them back to root folder and live with the warnings that the .exe files are not managed code (because they aren't).
* Move wixnative.*.exe in Core.Native.nupkg into arch folderRob Mensching2018-12-243-14/+35
| | | | | | | Moving the native executable to a subdirectory in the Core.Native to avoid NuGet warning about non-managed code files in "lib" folder. Also, better support NCrunch by ignoring wixnative.exe
* Include wixnative.exe in the Core.Native .nupkgRob Mensching2018-12-221-6/+9
| | | | | | This is done to place the wixnative.exe correctly for testing purposes. The dependency on runtime.win.WixToolset.Core.Native.nupkg is used to deliver wixnative.exe when publishing.
* Update to latest Home\repo-templateRob Mensching2018-12-228-13/+112
|
* Enable use of NCrunchRob Mensching2018-10-036-19/+98
|
* Add better error message when wixnative.exe cannot be foundRob Mensching2018-10-031-0/+5
|
* Update test references and simplify BuildWixNative file gatheringRob Mensching2018-08-102-20/+15
|
* Attempt to use platform specific runtimesRob Mensching2018-07-131-4/+4
|
* Attempt to move wixnative.exe to independent runtime .nupkgRob Mensching2018-07-136-6/+42
|
* Update development dependenciesRob Mensching2018-07-132-11/+11
|