| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix copy/paste error with ParseWarningAsError. | Sean Hall | 2021-01-27 | 2 | -4/+4 |
| | | |||||
| * | Add DefaultCompressionLevel support. | Bob Arnson | 2021-01-26 | 1 | -1/+19 |
| | | |||||
| * | Use new logic for -sw in DecompileCommand. | Sean Hall | 2021-01-19 | 1 | -10/+27 |
| | | |||||
| * | Add support for -wx switch to decompiler | Rob Mensching | 2021-01-08 | 1 | -0/+23 |
| | | |||||
| * | Report invalid command line arguments as errors | Rob Mensching | 2021-01-08 | 3 | -8/+12 |
| | | | | | Fixes wixtoolset/issues#6313 | ||||
| * | Fix TryGetNextNonSwitchArgumentOrError. | Sean Hall | 2021-01-03 | 2 | -2/+3 |
| | | |||||
| * | Implement command line for SuppressAllWarnings and WarningsAsError. | Sean Hall | 2021-01-03 | 1 | -13/+55 |
| | | | | | Make WixRunner.Execute default to setting WarningsAsError to make sure tests are not accidentally causing warnings. | ||||
| * | Enable XML doc. | Sean Hall | 2020-12-18 | 1 | -1/+0 |
| | | |||||
| * | Fix merge module decompilation timing. | Bob Arnson | 2020-12-12 | 1 | -1/+1 |
| | | |||||
| * | Reorganize Product/Package to Package/SummaryInformation. | Bob Arnson | 2020-10-24 | 1 | -0/+1 |
| | | |||||
| * | Update decompiler to use XDocument rather than generated classes. | Bob Arnson | 2020-08-24 | 1 | -1/+1 |
| | | | | | | - Use CompareXml for diffing. - Change CustomAction/@ScriptFile to @ScriptSourceFile. | ||||
| * | Display command-line help from Core and extensions | Rob Mensching | 2020-07-18 | 4 | -32/+54 |
| | | | | | Closes wixtoolset/issues#6211 | ||||
| * | Remove unused property | Rob Mensching | 2020-07-08 | 2 | -2/+0 |
| | | |||||
| * | The Great Tuple to Symbol Rename (tm) | Rob Mensching | 2020-06-25 | 1 | -5/+5 |
| | | |||||
| * | Implement simplified command and improved backend integration | Rob Mensching | 2020-06-13 | 1 | -38/+53 |
| | | |||||
| * | Make commands async and internal processes cancelable | Rob Mensching | 2020-06-08 | 5 | -34/+47 |
| | | |||||
| * | Integrate change to TryParseCommand and other code cleanup | Rob Mensching | 2020-06-08 | 3 | -67/+31 |
| | | |||||
| * | Basic patching support | Rob Mensching | 2020-05-30 | 1 | -0/+1 |
| | | |||||
| * | Fix named bind paths. | Bob Arnson | 2020-05-11 | 1 | -2/+0 |
| | | |||||
| * | Use WixToolset.Burn package to get rid of -burnStubPath. | Sean Hall | 2020-05-10 | 1 | -8/+2 |
| | | | | | Stop using x86 stub for x64. | ||||
| * | Default output file if there's a single input file. | Bob Arnson | 2020-05-08 | 1 | -4/+71 |
| | | |||||
| * | Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose ↵ | Sean Hall | 2020-04-02 | 6 | -18/+18 |
| | | | | | the more convenient methods from WixToolsetServiceProvider without requiring casting or extension methods. | ||||
| * | Partial WixPdbs stop the backend before binding. | Bob Arnson | 2020-03-17 | 1 | -1/+31 |
| | | |||||
| * | Make BindResult disposable to manage WixOutput disposability. | Bob Arnson | 2020-02-13 | 1 | -37/+44 |
| | | |||||
| * | Clean up variable resolution during Resolve. | Bob Arnson | 2020-01-29 | 1 | -1/+0 |
| | | |||||
| * | Provide Record enumerator on View that disposes fetched Records | Rob Mensching | 2020-01-13 | 1 | -1/+1 |
| | | |||||
| * | Update to WixOutput file structure to fix embedded file handling | Rob Mensching | 2019-10-25 | 1 | -14/+24 |
| | | |||||
| * | Implement Bundle build | Rob Mensching | 2019-10-07 | 1 | -2/+9 |
| | | |||||
| * | IExtensionManager.Create renamed to IExtensionManager.GetServices | Rob Mensching | 2019-05-12 | 4 | -13/+13 |
| | | |||||
| * | Include the preprocessed include files with the processed document | Rob Mensching | 2019-03-01 | 2 | -6/+6 |
| | | | | | | | | This change also cleans up the internal state handling of the preprocesor to pass the processing state around rather than depend on "global state" in member variables. This removes the need to "reset" the member variables before preprocessing which is much cleaner. | ||||
| * | Integrate interface-only WixToolset.Extensibility change | Rob Mensching | 2019-03-01 | 1 | -131/+144 |
| | | |||||
| * | Rename ILocalizer to ILocalizationParser | Rob Mensching | 2019-03-01 | 1 | -2/+2 |
| | | |||||
| * | Expose WixVariableResolver via WixToolsetServiceProvider | Rob Mensching | 2019-03-01 | 1 | -1/+1 |
| | | |||||
| * | Load .wixlib intermediates with single creator | Rob Mensching | 2019-01-01 | 1 | -19/+12 |
| | | | | | | Using a single creator ensures definitions are shared and consistent across the entire build. | ||||
| * | Update to DecompileResult move to XDocument | Rob Mensching | 2018-11-03 | 1 | -5/+6 |
| | | | | | Fixes wixtoolset/issues#5896 | ||||
| * | Re-introduce "decompile" to backend | Rob Mensching | 2018-10-24 | 1 | -0/+212 |
| | | |||||
| * | Update to command-line parsing re-organization | Rob Mensching | 2018-10-24 | 8 | -708/+811 |
| | | |||||
| * | Minor code cleanup/reorganization | Rob Mensching | 2018-10-24 | 1 | -8/+14 |
| | | |||||
| * | Extract interfaces for Preprocess/Compile/Link/Bind/etc | Rob Mensching | 2018-10-24 | 2 | -88/+137 |
| | | |||||
| * | Implement -arch switch | Rob Mensching | 2018-10-03 | 3 | -10/+29 |
| | | | | | Fixes wixtoolset/issues#5863 | ||||
| * | Report preprocessor exceptions as errors. Fixes wixtoolset/issues#5881. | Bob Arnson | 2018-09-27 | 2 | -4/+33 |
| | | |||||
| * | Support warning suppression. | Bob Arnson | 2018-08-28 | 1 | -1/+11 |
| | | |||||
| * | Track files to enable clean builds in MSBuild | Rob Mensching | 2018-08-11 | 1 | -1/+2 |
| | | |||||
| * | Major reduction in public surface area of WixToolset.Core | Rob Mensching | 2018-08-01 | 2 | -134/+3 |
| | | |||||
| * | Support build of a .wixipl to final output | Rob Mensching | 2018-07-31 | 1 | -23/+49 |
| | | |||||
| * | Remove WixFileNotFoundException, report checked paths and improve bind path ↵ | Rob Mensching | 2018-07-27 | 1 | -5/+13 |
| | | | | | command-line parsing | ||||
| * | Integrate Extensibility.Data namespace change from Extensibility repo | Rob Mensching | 2018-07-23 | 7 | -20/+26 |
| | | |||||
| * | Minimize duplicate localization processing | Rob Mensching | 2018-07-19 | 1 | -1/+1 |
| | | |||||
| * | Add PostParse() method of IExtensionCommandLine | Rob Mensching | 2018-07-13 | 1 | -0/+5 |
| | | | | | Fixes wixtoolset/issues#5850 | ||||
| * | Refactor command line parsing to enable extensions there in light.exe | Rob Mensching | 2018-07-12 | 5 | -647/+634 |
| | | | | | Fixes wixtoolset/issues#5845 | ||||
