aboutsummaryrefslogtreecommitdiff
path: root/src/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The Great Tuple to Symbol Rename (tm)Rob Mensching2020-06-253-177/+177
|
* Add overloads to WindowsInstallerData.Load for table definitions.Sean Hall2020-05-291-0/+40
|
* Handle updating entries in a WixOutput.Bob Arnson2020-05-211-10/+73
|
* Clean up unused stuff and fix whitespace.Bob Arnson2020-05-081-1/+0
|
* Add ability for an extension to have a custom strongly typed row during binding.Sean Hall2020-04-181-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 Arnson2020-03-261-1/+9
|
* Implement WixOutput with support for multiple streams of dataRob Mensching2019-10-251-7/+7
|
* Support tagging tuples and definitionsRob Mensching2019-10-072-3/+198
|
* Minor fixesRob Mensching2019-05-231-2/+2
|
* Use "Ref" instead of "_" as the reference conventionRob Mensching2019-05-232-18/+18
|
* Obsolete obsolete constructorRob Mensching2019-05-231-2/+2
|
* Implement many more strong tuplesRob Mensching2019-05-231-3/+3
| | | | Also fixes several warnings.
* Add additional strongly typed tuplesRob Mensching2019-05-082-7/+7
|
* Fix loading custom table definitions and support tupledef revisionsRob Mensching2018-12-311-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 repoRob Mensching2018-07-231-4/+4
|
* Update development dependenciesRob Mensching2018-07-121-3/+3
|
* Update to netcoreapp2.1 and xunit 2.3.1.Bob Arnson2018-06-211-1/+1
|
* Support serializing localization information in IntermediatesRob Mensching2017-12-301-0/+56
|
* Fix handling of long values and baseUri in path fieldsRob Mensching2017-12-061-0/+43
|
* Introduce WiX Intermediate RepresentationRob Mensching2017-11-012-0/+154