| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove use of removed IWixToolsetServiceProvider | Rob Mensching | 2021-03-14 | 1 | -0/+1 |
| | | |||||
| * | Correctly set the parent SourceLineNumber for include files | Rob Mensching | 2021-03-02 | 1 | -0/+40 |
| | | |||||
| * | Support environment variables with parens in the preprocessor | Rob Mensching | 2021-01-07 | 1 | -0/+18 |
| | | | | | Fixes wixtoolset/issues#4484 | ||||
| * | Implement command line for SuppressAllWarnings and WarningsAsError. | Sean Hall | 2021-01-03 | 1 | -1/+1 |
| | | | | | Make WixRunner.Execute default to setting WarningsAsError to make sure tests are not accidentally causing warnings. | ||||
| * | Reorganize Product/Package to Package/SummaryInformation. | Bob Arnson | 2020-10-24 | 1 | -2/+2 |
| | | |||||
| * | Hide the concrete implementation of the service provider interfaces | Sean Hall | 2020-04-02 | 1 | -1/+1 |
| | | | | | | by adding WixToolsetServiceProviderFactory. This forces consumers to code to the interfaces. | ||||
| * | Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose ↵ | Sean Hall | 2020-04-02 | 1 | -2/+2 |
| | | | | | the more convenient methods from WixToolsetServiceProvider without requiring casting or extension methods. | ||||
| * | Start on new patch infrastructure | Rob Mensching | 2020-02-05 | 1 | -28/+0 |
| | | |||||
| * | Add preprocessor variables with WiX version info. | Bob Arnson | 2019-11-06 | 1 | -2/+31 |
| | | | | | | $(sys.WIXMAJORVERSION) $(sys.WIXVERSION) | ||||
| * | Include the preprocessed include files with the processed document | Rob Mensching | 2019-03-01 | 1 | -4/+29 |
| | | | | | | | | 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. | ||||
| * | Add WixRunnerResult to improve success assertion | Rob Mensching | 2018-10-03 | 1 | -8/+10 |
| | | |||||
| * | Report preprocessor exceptions as errors. Fixes wixtoolset/issues#5881. | Bob Arnson | 2018-09-27 | 1 | -0/+26 |
| | | |||||
| * | Fix ?foreach? so all loop values get "executed." | Bob Arnson | 2018-09-18 | 1 | -0/+24 |
| | | |||||
| * | Warn on preprocessor variable redefinition only when the values are different. | Bob Arnson | 2018-09-03 | 1 | -0/+44 |
| Fixes wixtoolset/issues#5853 | |||||
