Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The Great Tuple to Symbol Rename (tm) | Rob Mensching | 2020-06-25 | 3 | -177/+177 |
| | |||||
* | Add overloads to WindowsInstallerData.Load for table definitions. | Sean Hall | 2020-05-29 | 1 | -0/+40 |
| | |||||
* | Handle updating entries in a WixOutput. | Bob Arnson | 2020-05-21 | 1 | -10/+73 |
| | |||||
* | Clean up unused stuff and fix whitespace. | Bob Arnson | 2020-05-08 | 1 | -1/+0 |
| | |||||
* | Add ability for an extension to have a custom strongly typed row during binding. | Sean Hall | 2020-04-18 | 1 | -0/+29 |
| | | | | | Remove some unused functionality in Table and Row. Use strongRowType in core tables. | ||||
* | Add intermediate levels to track how IR has been lowered. | Bob Arnson | 2020-03-26 | 1 | -1/+9 |
| | |||||
* | Implement WixOutput with support for multiple streams of data | Rob Mensching | 2019-10-25 | 1 | -7/+7 |
| | |||||
* | Support tagging tuples and definitions | Rob Mensching | 2019-10-07 | 2 | -3/+198 |
| | |||||
* | Minor fixes | Rob Mensching | 2019-05-23 | 1 | -2/+2 |
| | |||||
* | Use "Ref" instead of "_" as the reference convention | Rob Mensching | 2019-05-23 | 2 | -18/+18 |
| | |||||
* | Obsolete obsolete constructor | Rob Mensching | 2019-05-23 | 1 | -2/+2 |
| | |||||
* | Implement many more strong tuples | Rob Mensching | 2019-05-23 | 1 | -3/+3 |
| | | | | Also fixes several warnings. | ||||
* | Add additional strongly typed tuples | Rob Mensching | 2019-05-08 | 2 | -7/+7 |
| | |||||
* | Fix loading custom table definitions and support tupledef revisions | Rob Mensching | 2018-12-31 | 1 | -0/+124 |
| | | | | | | | Loading multiple intermediates with the same custom table definition would crash when trying to redefine the definition. Now definitions contain a revision and the highest tuple definition is used when loading multiple intermediates. | ||||
* | Move data only used by extension to Extensiblity repo | Rob Mensching | 2018-07-23 | 1 | -4/+4 |
| | |||||
* | Update development dependencies | Rob Mensching | 2018-07-12 | 1 | -3/+3 |
| | |||||
* | Update to netcoreapp2.1 and xunit 2.3.1. | Bob Arnson | 2018-06-21 | 1 | -1/+1 |
| | |||||
* | Support serializing localization information in Intermediates | Rob Mensching | 2017-12-30 | 1 | -0/+56 |
| | |||||
* | Fix handling of long values and baseUri in path fields | Rob Mensching | 2017-12-06 | 1 | -0/+43 |
| | |||||
* | Introduce WiX Intermediate Representation | Rob Mensching | 2017-11-01 | 2 | -0/+154 |