aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo in SummaryInformationType.Sean Hall2020-04-131-3/+3
* Add TupleNotTranslatedToOutput warning.Sean Hall2020-04-121-0/+7
* Move table definitions from Core to Data.Sean Hall2020-04-1233-938/+3099
* Remove partial WixPdb support.Bob Arnson2020-04-111-3/+0
* Make TupleIdIsPrimaryKey configurable.Sean Hall2020-04-051-15/+9
* Add TupleIdIsPrimaryKey.Sean Hall2020-04-031-10/+30
* Create AddTuple extension method for IntermediateSection.Sean Hall2020-04-021-0/+14
* Minor tweaks to make debugging easier.Bob Arnson2020-03-312-0/+7
* Add support for sorting WixSearches in Core.Sean Hall2020-03-302-8/+6
* Add WixSetVariableTuple.Sean Hall2020-03-302-0/+56
* Add support for bundle extension searches.Sean Hall2020-03-303-0/+15
* Add WixBundleExtensionTuple.Sean Hall2020-03-302-0/+48
* Add Combined intermediate levels to track librarian.Bob Arnson2020-03-262-7/+2
* Add intermediate levels to track how IR has been lowered.Bob Arnson2020-03-265-3/+78
* Add XmlWriter overload.Bob Arnson2020-03-242-7/+16
* Partial WixPdbs stop the backend before binding.Bob Arnson2020-03-172-1/+24
* To make it easier to associate tuples with tables...Bob Arnson2020-03-041-2/+24
* Add ARM64 platform.Bob Arnson2020-03-031-1/+4
* Hide the ZipArchive details from the public WixOutput APIRob Mensching2020-02-261-3/+14
* One shiny NuGet package, please and thank you.Bob Arnson2020-02-241-0/+1
* Support reopening WixOutputs, to be able to read immediately after writing.Bob Arnson2020-02-131-7/+16
* Support loading WindowsInstallerData and Intermediate from WixOutput.Bob Arnson2020-02-102-5/+43
* Fix patch related tuplesRob Mensching2020-02-055-17/+64
* Ensure path tuples fields with BaseUri are savedRob Mensching2020-02-051-1/+1
* Code cleanupRob Mensching2020-02-055-606/+117
* Improve handling of standard actionsRob Mensching2020-02-051-247/+179
* Add support for unreal columnsRob Mensching2020-02-052-2/+24
* Fix CustomTable/@Unreal="yes" binding.Bob Arnson2020-01-231-1/+1
* Let listeners adjust message levels; general messaging cleanup.Bob Arnson2020-01-171-13/+0
* Binary Data should be path valueRob Mensching2020-01-121-2/+2
* Remove ErrorTuple id as field.Bob Arnson2020-01-061-8/+0
* Update AdvtExecuteSequence standard actions to AdvertiseExecuteSequence.Sean Hall2019-11-251-14/+14
* Fix EnvironmentTuple nullable fields.Bob Arnson2019-11-141-2/+2
* Rename Output to WindowsInstallerDataRob Mensching2019-10-268-60/+30
* Implement WixOutput with support for multiple streams of dataRob Mensching2019-10-2521-846/+399
* Remove id field from WixSearchTuple.Bob Arnson2019-10-231-8/+0
* Remove BootstrapperApplicationData generally in favor of UnrealRob Mensching2019-10-233-31/+19
* Better support all .NETsRob Mensching2019-10-181-1/+1
* Small fixes to tuplesRob Mensching2019-10-183-40/+33
* Minor tuple fixesRob Mensching2019-10-182-12/+2
* MSI standard actions should be overridableRob Mensching2019-10-181-109/+109
* Fix lock permissionsRob Mensching2019-10-141-2/+2
* Fix ServiceType enum valuesRob Mensching2019-10-071-3/+3
* Remove unused field from WixFeatureGroupRob Mensching2019-10-071-12/+2
* Fix AppSearch related tuplesRob Mensching2019-10-074-17/+17
* Include test in buildRob Mensching2019-10-071-1/+1
* Support tagging tuples and definitionsRob Mensching2019-10-074-4/+519
* Add support for long fields and fix up Bundle and many other tuplesRob Mensching2019-10-0739-976/+761
* Add tuple.IsNull(), remove fields when set to default and other small fixesRob Mensching2019-05-247-81/+78
* Improve debuggability of tuplesRob Mensching2019-05-241-1/+5