Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce new versioning system based on GitInfo | Rob Mensching | 2021-04-29 | 14 | -63/+223 |
| | |||||
* | Update to latest dutil. | Sean Hall | 2021-04-29 | 2 | -2/+2 |
| | |||||
* | Remove removed project from .sln | Rob Mensching | 2021-04-02 | 1 | -15/+0 |
| | |||||
* | Add missing MSI functionality required by Core | Rob Mensching | 2021-03-25 | 4 | -25/+199 |
| | |||||
* | Improve finding files relative to Core.Native assembly | Rob Mensching | 2021-03-19 | 3 | -30/+84 |
| | | | | Should fix unit testing issues when .cub files cannot be found. | ||||
* | Remove a bunch of dead code related to winterop.dll | Rob Mensching | 2021-03-19 | 12 | -795/+52 |
| | |||||
* | Deploy .targets file to buildTransitive folder | Sean Hall | 2021-03-18 | 2 | -1/+5 |
| | | | | since the assets are needed in the final project. | ||||
* | Ensure ICE cubs are copied to the output | Rob Mensching | 2021-03-18 | 3 | -0/+11 |
| | |||||
* | Include dependency on System.IO.FileSystem.AccessControl | Rob Mensching | 2021-03-16 | 2 | -1/+5 |
| | |||||
* | Move ResetAcls to Core.Native from Core | Rob Mensching | 2021-03-16 | 2 | -9/+27 |
| | | | | Also simplify copying/moving files directory creation. | ||||
* | Implement validation and fix abandoned validation mutex | Rob Mensching | 2021-03-16 | 8 | -1/+537 |
| | | | | | Fixes wixtoolset/issues#5946 Fixes wixtoolset/issues#6366 | ||||
* | Migrate PInvoke to Core.Native out of Core | Rob Mensching | 2021-03-16 | 34 | -644/+4448 |
| | |||||
* | Modernize build system | Rob Mensching | 2021-03-16 | 12 | -140/+138 |
| | |||||
* | Enable XML doc. | Sean Hall | 2020-12-18 | 12 | -16/+56 |
| | |||||
* | Enable CheckForOverflowUnderflow. | Sean Hall | 2020-12-14 | 1 | -0/+1 |
| | |||||
* | Strong-name sign WiX assemblies. | Bob Arnson | 2020-10-28 | 3 | -1/+15 |
| | |||||
* | Remove 32-bit ARM support. | Bob Arnson | 2020-09-19 | 4 | -23/+0 |
| | |||||
* | Update dependencies. | Sean Hall | 2020-07-14 | 5 | -13/+13 |
| | |||||
* | Turn tests off in appveyor.yml since they're run in appveyor.cmd | Sean Hall | 2020-06-24 | 1 | -0/+2 |
| | |||||
* | Add SourceLink to C++ projects. | Sean Hall | 2020-06-24 | 4 | -4/+34 |
| | |||||
* | Add ARM/ARM64 wixnative.exe | Sean Hall | 2020-06-24 | 8 | -10/+56 |
| | | | | Update mergemod.dll from SDK 10.0.19041.0. | ||||
* | Move native pdbs into symbols package. | Sean Hall | 2020-06-24 | 1 | -0/+1 |
| | |||||
* | Merge the native nupkg into the Core.Native nupkg. | Sean Hall | 2020-06-24 | 6 | -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 Hall | 2020-06-24 | 4 | -6/+6 |
| | |||||
* | Use Path.PathSeparator. | Sean Hall | 2020-06-15 | 2 | -5/+5 |
| | |||||
* | Add support using mergmod.dll and its interfaces | Rob Mensching | 2020-05-22 | 10 | -14/+545 |
| | |||||
* | Wrap wixnative.exe FileNotFoundException in PlatformNotSupportedException | Sean Hall | 2020-05-13 | 1 | -1/+3 |
| | |||||
* | The directory separator on non-Windows platforms is ':' | Sean Hall | 2020-05-10 | 1 | -13/+15 |
| | |||||
* | Use NATIVE_DLL_SEARCH_DIRECTORIES to support cross-platform wixnative.exe | Sean Hall | 2020-05-09 | 4 | -14/+26 |
| | |||||
* | Update dependencies. | Sean Hall | 2020-05-09 | 7 | -30/+12 |
| | |||||
* | Remove timeout on WixNative*.exe to avoid judging on build time. | Bob Arnson | 2020-05-07 | 1 | -15/+6 |
| | |||||
* | Fix timeout | Bob Arnson | 2020-05-07 | 1 | -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 Arnson | 2019-12-11 | 2 | -6/+10 |
| | |||||
* | Return the set of files extracted from a cabinet. | Bob Arnson | 2019-12-11 | 1 | -2/+2 |
| | |||||
* | User shared data types from WixToolset.Data | Rob Mensching | 2019-05-23 | 6 | -32/+16 |
| | |||||
* | Remove MSI interop from Core.Native | Rob Mensching | 2019-05-08 | 6 | -1365/+23 |
| | |||||
* | Merge pull request #1 from wixtoolset/bob/EmptyCabsAreJustFine | Bob Arnson | 2019-03-21 | 1 | -2/+5 |
|\ | | | | | Avoid hang when a .cab is has no files. | ||||
| * | Avoid hang when a .cab is has no files. | Bob Arnson | 2019-03-21 | 1 | -2/+5 |
|/ | |||||
* | Update to latest Cpp.Build.props for locating latest Win10 SDK. | Sean Hall | 2019-01-13 | 1 | -1/+5 |
| | |||||
* | Reduce extra appveyor builds by targeting only master and develop branches | Rob Mensching | 2018-12-30 | 1 | -0/+5 |
| | |||||
* | Move wixnative.*.exe back to root libs in .nupkg | Rob Mensching | 2018-12-26 | 2 | -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 folder | Rob Mensching | 2018-12-24 | 3 | -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 .nupkg | Rob Mensching | 2018-12-22 | 1 | -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-template | Rob Mensching | 2018-12-22 | 8 | -13/+112 |
| | |||||
* | Enable use of NCrunch | Rob Mensching | 2018-10-03 | 6 | -19/+98 |
| | |||||
* | Add better error message when wixnative.exe cannot be found | Rob Mensching | 2018-10-03 | 1 | -0/+5 |
| | |||||
* | Update test references and simplify BuildWixNative file gathering | Rob Mensching | 2018-08-10 | 2 | -20/+15 |
| | |||||
* | Attempt to use platform specific runtimes | Rob Mensching | 2018-07-13 | 1 | -4/+4 |
| | |||||
* | Attempt to move wixnative.exe to independent runtime .nupkg | Rob Mensching | 2018-07-13 | 6 | -6/+42 |
| | |||||
* | Update development dependencies | Rob Mensching | 2018-07-13 | 2 | -11/+11 |
| |