Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix tests to successfully run in parallel | Rob Mensching | 2017-12-01 | 1 | -8/+31 | |
| | | ||||||
| * | Remove "Fixture" from the test assembly name | Rob Mensching | 2017-11-29 | 19 | -6/+37 | |
| | | ||||||
| * | Fix source path and cabinet processing | Rob Mensching | 2017-11-29 | 33 | -932/+352 | |
| | | ||||||
| * | Cache loaded extensions | Rob Mensching | 2017-11-14 | 1 | -6/+12 | |
| | | ||||||
| * | Refactor CompilerCore to ParserHelper and other clean up | Rob Mensching | 2017-11-14 | 19 | -747/+946 | |
| | | ||||||
| * | Introduce IExtensionFactory as mechanism to create extensions | Rob Mensching | 2017-11-11 | 8 | -44/+75 | |
| | | ||||||
| * | Additional IR updates | Rob Mensching | 2017-11-11 | 45 | -2442/+2001 | |
| | | ||||||
| * | Update to WiX Intermediate Representation | Rob Mensching | 2017-11-01 | 148 | -4811/+17532 | |
| | | ||||||
| * | Commit generated message and schema classes one way to better system | Rob Mensching | 2017-10-18 | 6 | -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 WixToolsetServiceProvider | Rob Mensching | 2017-10-18 | 29 | -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 test | Rob Mensching | 2017-10-16 | 11 | -3/+287 | |
| | | ||||||
| * | Massive refactoring to introduce the concept of IBackend | Rob Mensching | 2017-10-14 | 128 | -2918/+4326 | |
| | | ||||||
| * | Rename ICommand to ICommandLineCommand | Rob Mensching | 2017-10-07 | 6 | -7/+7 | |
| | | | | | | | | Removes conflicts with existing ICommand. More refactoring coming. | |||||
| * | Code cleanup | Rob Mensching | 2017-10-07 | 6 | -1126/+10 | |
| | | ||||||
| * | Pass extensions' data into the linker | Rob Mensching | 2017-10-04 | 2 | -2/+10 | |
| | | ||||||
| * | Correctly pass -bindFiles switch if enabled | Rob Mensching | 2017-10-02 | 1 | -1/+6 | |
| | | ||||||
| * | Automatically add referenced projects' output folder as bind paths | Rob Mensching | 2017-10-02 | 2 | -0/+5 | |
| | | ||||||
| * | Use bind paths in test project | Rob Mensching | 2017-10-01 | 3 | -1/+9 | |
| | | ||||||
| * | Allow internal NuGet Package's wix.targets path to be overridden | Rob Mensching | 2017-10-01 | 1 | -1/+1 | |
| | | ||||||
| * | Ensure full path provided to IDT import | Rob Mensching | 2017-10-01 | 1 | -1/+1 | |
| | | ||||||
| * | Minor code cleanup | Rob Mensching | 2017-10-01 | 4 | -29/+21 | |
| | | ||||||
| * | Add support for BindPaths and building .wixlibs | Rob Mensching | 2017-10-01 | 8 | -170/+421 | |
| | | ||||||
| * | Fix summary information codepage | Rob Mensching | 2017-09-28 | 3 | -3/+4 | |
| | | | | | | | | | | Turns out UTF-8 is not a supported codepage for summary information streams. Not completely surprising. | |||||
| * | Correctly name NuGet .props file | Rob Mensching | 2017-09-24 | 4 | -3/+2 | |
| | | ||||||
| * | Publish Core tools for internal use | Rob Mensching | 2017-09-24 | 10 | -11/+68 | |
| | | ||||||
| * | Use batch file to execute wix CLI | Rob Mensching | 2017-09-22 | 2 | -0/+7 | |
| | | ||||||
| * | Fix CLI header | Rob Mensching | 2017-09-22 | 7 | -213/+17 | |
| | | ||||||
| * | Update to latest .gitignore | Rob Mensching | 2017-09-22 | 1 | -1/+8 | |
| | | ||||||
| * | Initial code commit | Rob Mensching | 2017-09-17 | 210 | -1/+80333 | |
| | | ||||||
| * | Add root configuration files | Rob Mensching | 2017-08-20 | 3 | -0/+45 | |
| | | ||||||
| * | Initialize repo | Rob Mensching | 2017-08-20 | 3 | -0/+325 | |
| | | ||||||
| * | Initial commit | Rob Mensching | 2017-08-20 | 1 | -0/+2 | |
| | ||||||
* | Merge Core.Native | Rob Mensching | 2021-05-11 | 82 | -0/+6943 | |
|\ | ||||||
| * | Move Core.Native into wix | Rob Mensching | 2021-04-29 | 77 | -0/+0 | |
| | | ||||||
| * | 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 | |
| | |