Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Extract files when using `IDecompileContext.TreatProductAsModule`. | Bob Arnson | 2018-12-05 | 2 | -3/+6 | |
| | | ||||||
| * | Explicitly mark bitness of entities that support 64-bit attribute. | Bob Arnson | 2018-11-19 | 7 | -1/+66 | |
| | | | | | | | | This ensures that you can build a 64-bit package with 32-bit entities and not lose the "forced" 32-bit-ness in the decompiled output. | |||||
| * | Try to optimize AppVeyor behavior | Rob Mensching | 2018-11-03 | 1 | -0/+1 | |
| | | ||||||
| * | Update to DecompileResult move to XDocument | Rob Mensching | 2018-11-03 | 2 | -10/+7 | |
| | | | | | | | | Fixes wixtoolset/issues#5896 | |||||
| * | Re-introduce "decompile" to backend | Rob Mensching | 2018-10-24 | 18 | -2862/+3095 | |
| | | ||||||
| * | Update to fixed "binder" names in interfaces | Rob Mensching | 2018-10-24 | 8 | -11/+11 | |
| | | ||||||
| * | Support passing IServiceProvider to IExtensionFactory's | Rob Mensching | 2018-10-24 | 2 | -7/+35 | |
| | | ||||||
| * | Update to command-line parsing re-organization | Rob Mensching | 2018-10-24 | 11 | -715/+824 | |
| | | ||||||
| * | Minor code clean up to match .editorconfig | Rob Mensching | 2018-10-24 | 8 | -8259/+8193 | |
| | | ||||||
| * | Add .editorconfig | Rob Mensching | 2018-10-24 | 1 | -0/+34 | |
| | | ||||||
| * | Minor code cleanup/reorganization | Rob Mensching | 2018-10-24 | 7 | -20/+19 | |
| | | ||||||
| * | Extract interfaces for Preprocess/Compile/Link/Bind/etc | Rob Mensching | 2018-10-24 | 30 | -790/+928 | |
| | | ||||||
| * | Minor project cleanup | Rob Mensching | 2018-10-24 | 3 | -620/+35 | |
| | | ||||||
| * | Move Core.TestSupport back to .NET Standard 2.0 that works properly | Rob Mensching | 2018-10-03 | 1 | -2/+2 | |
| | | ||||||
| * | Implement -arch switch | Rob Mensching | 2018-10-03 | 4 | -10/+61 | |
| | | | | | | | | Fixes wixtoolset/issues#5863 | |||||
| * | Add WixRunnerResult to improve success assertion | Rob Mensching | 2018-10-03 | 7 | -37/+76 | |
| | | ||||||
| * | Enable NCrunch support | Rob Mensching | 2018-10-03 | 1 | -4/+11 | |
| | | ||||||
| * | Report preprocessor exceptions as errors. Fixes wixtoolset/issues#5881. | Bob Arnson | 2018-09-27 | 8 | -4/+113 | |
| | | ||||||
| * | Ensure `ProxyStubClassId` is written as a proper, embraced GUID. | Bob Arnson | 2018-09-20 | 1 | -1/+1 | |
| | | ||||||
| * | Fix ?foreach? so all loop values get "executed." | Bob Arnson | 2018-09-18 | 7 | -13/+90 | |
| | | ||||||
| * | Merge pull request #2 from wixtoolset/bob/5853-variable-redefinition | Sean Hall | 2018-09-09 | 7 | -1/+99 | |
| |\ | | | | | | | Warn on variable redefinition only when the values are different. | |||||
| | * | Warn on preprocessor variable redefinition only when the values are different. | Bob Arnson | 2018-09-03 | 7 | -1/+99 | |
| | | | | | | | | | | | | Fixes wixtoolset/issues#5853 | |||||
| * | | Fix codepage handling to cover both Framework- and Core- supported code pages. | Bob Arnson | 2018-09-06 | 3 | -3/+10 | |
| |/ | ||||||
| * | Make TestMessageListener public. | Sean Hall | 2018-09-02 | 3 | -22/+27 | |
| | | | | | | | | Make WixToolset.Core.TestPackage a netstandard library. | |||||
| * | Use generics in WixToolsetServiceProvider | Sean Hall | 2018-09-02 | 1 | -26/+31 | |
| | | | | | | | | to make the compiler help with the type checking. | |||||
| * | Fix namespace in WixStrings. | Sean Hall | 2018-09-02 | 2 | -4/+3 | |
| | | ||||||
| * | Support warning suppression. | Bob Arnson | 2018-08-28 | 1 | -1/+11 | |
| | | ||||||
| * | Actually handle context-less Classes. | Bob Arnson | 2018-08-23 | 1 | -19/+16 | |
| | | ||||||
| * | Add WixRunner that takes a service provider. | Bob Arnson | 2018-08-23 | 1 | -2/+6 | |
| | | ||||||
| * | Prevent crash when non-advertised Class omits Context. Fixes #5651. | Bob Arnson | 2018-08-23 | 1 | -15/+18 | |
| | | ||||||
| * | Track files to enable clean builds in MSBuild | Rob Mensching | 2018-08-11 | 20 | -110/+284 | |
| | | ||||||
| * | Add CreateGuid() to IBackendHelper to make Uuid helper internal | Rob Mensching | 2018-08-01 | 4 | -5/+13 | |
| | | ||||||
| * | Major reduction in public surface area of WixToolset.Core | Rob Mensching | 2018-08-01 | 38 | -220/+110 | |
| | | ||||||
| * | Support build of a .wixipl to final output | Rob Mensching | 2018-07-31 | 3 | -24/+138 | |
| | | ||||||
| * | All unit test should be netcoreapp2.1 | Rob Mensching | 2018-07-27 | 1 | -1/+1 | |
| | | ||||||
| * | Properly initialize WixVariableResolver internal variables | Rob Mensching | 2018-07-27 | 1 | -3/+4 | |
| | | ||||||
| * | Remove WixFileNotFoundException, report checked paths and improve bind path ↵ | Rob Mensching | 2018-07-27 | 7 | -22/+80 | |
| | | | | | | | | command-line parsing | |||||
| * | Support change of FileTransfer to interface | Rob Mensching | 2018-07-27 | 10 | -49/+143 | |
| | | ||||||
| * | Remove special handling to pdb path in Layout command | Rob Mensching | 2018-07-23 | 1 | -20/+11 | |
| | | ||||||
| * | Integrate Extensibility.Data namespace change from Extensibility repo | Rob Mensching | 2018-07-23 | 55 | -150/+178 | |
| | | ||||||
| * | Move tool projects to Tools repo | Rob Mensching | 2018-07-21 | 107 | -10238/+82 | |
| | | ||||||
| * | Correctly isolate intermediate folders for multi-culture builds | Rob Mensching | 2018-07-19 | 1 | -1/+1 | |
| | | ||||||
| * | Minimize duplicate localization processing | Rob Mensching | 2018-07-19 | 2 | -2/+2 | |
| | | ||||||
| * | When filtering cultures always include .wxls that do not specify a culture | Rob Mensching | 2018-07-19 | 1 | -1/+1 | |
| | | ||||||
| * | Move idts to to sub-folder of intermediate folder | Rob Mensching | 2018-07-19 | 1 | -16/+13 | |
| | | ||||||
| * | Fix Component GUID generation | Rob Mensching | 2018-07-13 | 1 | -1/+1 | |
| | | ||||||
| * | Disable MSBuild tests until publishing of native assets is worked out | Rob Mensching | 2018-07-13 | 1 | -1/+2 | |
| | | ||||||
| * | Add additional debug diagnostics for WixToolsetTest.BuildTasks tests | Rob Mensching | 2018-07-13 | 2 | -8/+14 | |
| | | ||||||
| * | Add PostParse() method of IExtensionCommandLine | Rob Mensching | 2018-07-13 | 2 | -0/+9 | |
| | | | | | | | | Fixes wixtoolset/issues#5850 | |||||
| * | Fix up defaults for MsbuildMessageListener | Rob Mensching | 2018-07-13 | 1 | -14/+5 | |
| | |