Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve documentation | Rob Mensching | 2021-04-20 | 1 | -1/+18 |
| | |||||
* | Fix typo. | Sean Hall | 2021-04-19 | 1 | -1/+1 |
| | |||||
* | Prefer IReadOnlyCollection<> or IReadOnlyList<> over IEnumerable<> | Rob Mensching | 2021-04-19 | 22 | -48/+148 |
| | | | | Part of wixtoolset/issues#6422 | ||||
* | Add resolved codepage and LCID to bind context | Rob Mensching | 2021-04-02 | 3 | -8/+74 |
| | | | | | | Plus some XML documentation updates. Contributes to wixtoolset/issues#5801 | ||||
* | Add XML doc to IVariableResolution | Rob Mensching | 2021-03-25 | 1 | -1/+15 |
| | |||||
* | Make ResetAcl opt-in instead of opt-out | Rob Mensching | 2021-03-16 | 1 | -2/+34 |
| | |||||
* | Add method to disallow inner text | Rob Mensching | 2021-03-16 | 1 | -0/+6 |
| | | | | Part of wixtoolset/issues#6237 | ||||
* | Use extension methods instead of a custom interface for IServiceProvider | Rob Mensching | 2021-03-14 | 14 | -28/+100 |
| | | | | | | | | There are several helpful methods for getting services out of an IServiceProvider. Instead of introducing a custom interface to inject those methods into the inheritance tree, this change uses extension methods to add the helper methods and reduce the number of custom interfaces. | ||||
* | Minimize public surface area of Core | Rob Mensching | 2021-03-14 | 6 | -16/+283 |
| | | | | Part of wixtoolset/issues#6374 | ||||
* | In Extensibility projects, treat warnings as errors. | Sean Hall | 2021-03-02 | 1 | -0/+6 |
| | |||||
* | Fix warnings in XML doc | Rob Mensching | 2021-03-02 | 1 | -3/+4 |
| | |||||
* | Short names are now created in the backend not the frontend | Rob Mensching | 2021-03-02 | 1 | -0/+1 |
| | |||||
* | Remove v3 based functions from IWindowsInstallerBackendDecompilerExtension | Rob Mensching | 2021-03-02 | 1 | -18/+1 |
| | | | | New design is necessary to meet v4 needs. | ||||
* | Remove references to "Output" and use "Data" instead | Rob Mensching | 2021-03-02 | 2 | -5/+5 |
| | |||||
* | Rename IBurnBackendExtension to IBurnBackendBinderExtension | Rob Mensching | 2021-02-27 | 2 | -8/+8 |
| | | | | | This will allow other backend extensions in the future, such as a Burn decompiler extension. | ||||
* | Rename FullyResolved to SymbolsFinalized and TryAddSymbolXxx to TryProcessSymbol | Rob Mensching | 2021-02-27 | 4 | -79/+61 |
| | | | | Plus fix up more documentation | ||||
* | Add IWindowsInstallerBackendBinder.FullyResolved plus documentation | Rob Mensching | 2021-02-27 | 2 | -5/+39 |
| | |||||
* | Backend specific helpers should passthru implement IBackendHelper | Rob Mensching | 2021-02-27 | 2 | -2/+2 |
| | |||||
* | Add ICompilerContext.IsCurrentPlatfom64Bit | Rob Mensching | 2021-02-11 | 1 | -1/+23 |
| | |||||
* | Report invalid command line arguments as errors | Rob Mensching | 2021-01-08 | 1 | -1/+4 |
| | | | | First part of fix for wixtoolset/issues#6313 | ||||
* | Include version info file when building in NCrunch | Rob Mensching | 2021-01-08 | 1 | -0/+7 |
| | |||||
* | Enable XML doc and delete obsolete IParseHelper methods. | Sean Hall | 2020-12-18 | 64 | -49/+300 |
| | |||||
* | Add GetCanonicalRelativePath. | Sean Hall | 2020-12-16 | 2 | -0/+22 |
| | |||||
* | Enable CheckForOverflowUnderflow. | Sean Hall | 2020-12-14 | 1 | -0/+1 |
| | |||||
* | Update NBGV. | Sean Hall | 2020-12-02 | 1 | -1/+1 |
| | |||||
* | Strong-name sign WiX assemblies. | Bob Arnson | 2020-10-28 | 3 | -1/+15 |
| | |||||
* | Add platform to decompiler result. | Bob Arnson | 2020-10-08 | 1 | -0/+3 |
| | |||||
* | Remove 32-bit ARM support. | Bob Arnson | 2020-09-19 | 2 | -11/+2 |
| | |||||
* | Only target all frameworks in Release | Sean Hall | 2020-08-17 | 1 | -1/+2 |
| | |||||
* | Simplify IPathResolve GetDirectoryPath() by adding canonical-specific method | Rob Mensching | 2020-07-21 | 1 | -3/+11 |
| | |||||
* | Add performance optimized methods and remove obsolete CreateDirectoryRow | Rob Mensching | 2020-07-14 | 1 | -17/+21 |
| | |||||
* | Update dependencies. | Sean Hall | 2020-07-14 | 1 | -1/+1 |
| | |||||
* | Add CreateIdentifierValueFromPlatform and BurnPlatforms. | Sean Hall | 2020-07-10 | 2 | -2/+40 |
| | |||||
* | Remove unused property | Rob Mensching | 2020-07-08 | 1 | -2/+0 |
| | |||||
* | The Great Tuple to Symbol Rename (tm) | Rob Mensching | 2020-06-25 | 15 | -97/+97 |
| | |||||
* | Deprecate the use of inner text | Rob Mensching | 2020-06-23 | 1 | -0/+2 |
| | |||||
* | Fix BaseBurnBackendExtension.TryAddTupleToDataManifest. | Sean Hall | 2020-06-22 | 1 | -6/+10 |
| | |||||
* | Fix BaseWindowsInstallerBackendBinderExtension to only act on its tuples. | Sean Hall | 2020-06-19 | 1 | -1/+1 |
| | |||||
* | Add IBurnBackendHelper and TryAddTupleToDataManifest. | Sean Hall | 2020-06-19 | 3 | -1/+85 |
| | |||||
* | Introduce simplified command creation methods plus xmldoc | Rob Mensching | 2020-06-13 | 2 | -5/+38 |
| | |||||
* | Support cancelling internal processes | Rob Mensching | 2020-06-08 | 7 | -7/+21 |
| | |||||
* | Execute command-line commands async | Rob Mensching | 2020-06-08 | 1 | -1/+4 |
| | |||||
* | Add the argument to command command-line processing and add xmldoc | Rob Mensching | 2020-06-08 | 3 | -4/+44 |
| | |||||
* | Add xmldoc | Rob Mensching | 2020-06-08 | 3 | -9/+55 |
| | |||||
* | Remove BurnStubPath | Sean Hall | 2020-05-10 | 2 | -3/+1 |
| | |||||
* | Add `IBindContext.SuppressLayout` to suppress cab generation. | Bob Arnson | 2020-05-08 | 1 | -0/+2 |
| | |||||
* | Add BundleFinalize to IBurnBackendExtension. | Sean Hall | 2020-04-23 | 2 | -0/+10 |
| | |||||
* | Add section and TableDefinitionCollection to TryAddTupleToOutput methods. | Sean Hall | 2020-04-12 | 3 | -5/+5 |
| | |||||
* | Update BaseBurnBackendExtension to provide Context and Messaging. | Sean Hall | 2020-04-06 | 1 | -0/+13 |
| | |||||
* | Fix IParseHelper docs when tableName was supposed to be tupleName | Sean Hall | 2020-04-05 | 1 | -24/+43 |
| | | | | and provide overloads for table/tuple definitions. |