Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Enumerate custom column categories and fix serialization code by hand | Rob Mensching | 2020-06-12 | 2 | -106/+136 | |
| | ||||||
* | Add error message when tuple can't be found. | Bob Arnson | 2020-06-10 | 3 | -2/+13 | |
| | ||||||
* | Fix flag enums to actually be flags | Rob Mensching | 2020-06-10 | 4 | -12/+12 | |
| | ||||||
* | Add error when extension cannot be found in cache | Rob Mensching | 2020-06-08 | 1 | -0/+5 | |
| | ||||||
* | Remove obsolete rows | Rob Mensching | 2020-06-04 | 5 | -642/+0 | |
| | ||||||
* | Add SequenceTable.WindowsInstallerTableName() and other minor clean up | Rob Mensching | 2020-06-04 | 2 | -21/+38 | |
| | ||||||
* | Redesign CustomTable tuples to enable file resolution in Core | Rob Mensching | 2020-06-03 | 6 | -186/+253 | |
| | ||||||
* | Remove unused WixMediaRow | Rob Mensching | 2020-05-30 | 2 | -75/+0 | |
| | ||||||
* | Add Row.CopyTo() | Rob Mensching | 2020-05-30 | 1 | -0/+12 | |
| | ||||||
* | Add overloads to WindowsInstallerData.Load for table definitions. | Sean Hall | 2020-05-29 | 5 | -14/+94 | |
| | ||||||
* | Handle updating entries in a WixOutput. | Bob Arnson | 2020-05-21 | 2 | -10/+86 | |
| | ||||||
* | WIXFEAT:6164 Move DisplayInternalUI into BalExtension. | Sean Hall | 2020-05-16 | 3 | -84/+0 | |
| | ||||||
* | Add overload for UnexpectedException that takes the exception | Sean Hall | 2020-05-13 | 3 | -2/+7 | |
| | | | | so inner exceptions can also be part of the message. | |||||
* | Clean up unused stuff and fix whitespace. | Bob Arnson | 2020-05-08 | 3 | -91/+89 | |
| | ||||||
* | Change PerMachine field type to string to match usage. | Sean Hall | 2020-04-23 | 2 | -2/+2 | |
| | | | | Change Compressed field type to bool to match usage. | |||||
* | Update WixOutput's GetData to use StreamReader. | Sean Hall | 2020-04-18 | 1 | -5/+3 | |
| | ||||||
* | Add constants for bundle Wixout stream names. | Sean Hall | 2020-04-18 | 1 | -0/+4 | |
| | ||||||
* | Add ability for an extension to have a custom strongly typed row during binding. | Sean Hall | 2020-04-18 | 16 | -94/+136 | |
| | | | | | Remove some unused functionality in Table and Row. Use strongRowType in core tables. | |||||
* | Remove bundle table definitions and rows. | Sean Hall | 2020-04-18 | 28 | -2910/+0 | |
| | ||||||
* | Try to be more accurate in the tuples with nullable fields. | Sean Hall | 2020-04-13 | 21 | -62/+62 | |
| | ||||||
* | Change TableDefinition to have TupleDefinition instead of TupleDefinitionName. | Sean Hall | 2020-04-13 | 3 | -210/+209 | |
| | ||||||
* | Fix typo in SummaryInformationType. | Sean Hall | 2020-04-13 | 1 | -3/+3 | |
| | ||||||
* | Add TupleNotTranslatedToOutput warning. | Sean Hall | 2020-04-12 | 1 | -0/+7 | |
| | ||||||
* | Move table definitions from Core to Data. | Sean Hall | 2020-04-12 | 33 | -938/+3099 | |
| | | | | Sync tuple and table definitions. | |||||
* | Remove partial WixPdb support. | Bob Arnson | 2020-04-11 | 1 | -3/+0 | |
| | | | | Not as useful as intended and I'd rather remove it than potentially have to support something as weird as this. | |||||
* | Make TupleIdIsPrimaryKey configurable. | Sean Hall | 2020-04-05 | 1 | -15/+9 | |
| | ||||||
* | Add TupleIdIsPrimaryKey. | Sean Hall | 2020-04-03 | 1 | -10/+30 | |
| | ||||||
* | Create AddTuple extension method for IntermediateSection. | Sean Hall | 2020-04-02 | 1 | -0/+14 | |
| | ||||||
* | Minor tweaks to make debugging easier. | Bob Arnson | 2020-03-31 | 2 | -0/+7 | |
| | ||||||
* | Add support for sorting WixSearches in Core. | Sean Hall | 2020-03-30 | 2 | -8/+6 | |
| | | | | | Move error message CircularSearchReference here from UtilExtension. Remove redundant id field from WixSearchRelationTuple. | |||||
* | Add WixSetVariableTuple. | Sean Hall | 2020-03-30 | 2 | -0/+56 | |
| | ||||||
* | Add support for bundle extension searches. | Sean Hall | 2020-03-30 | 3 | -0/+15 | |
| | | | | | | Add MissingBundleSearch error message. Add BundleExtensionRef to WixSearchTuple. Add BundleExtensionSearchTupleDefinitionTag. | |||||
* | Add WixBundleExtensionTuple. | Sean Hall | 2020-03-30 | 2 | -0/+48 | |
| | ||||||
* | Add Combined intermediate levels to track librarian. | Bob Arnson | 2020-03-26 | 2 | -7/+2 | |
| | ||||||
* | Add intermediate levels to track how IR has been lowered. | Bob Arnson | 2020-03-26 | 5 | -3/+78 | |
| | ||||||
* | Add XmlWriter overload. | Bob Arnson | 2020-03-24 | 2 | -7/+16 | |
| | | | | - Also fix some typos. | |||||
* | Partial WixPdbs stop the backend before binding. | Bob Arnson | 2020-03-17 | 2 | -1/+24 | |
| | ||||||
* | To make it easier to associate tuples with tables... | Bob Arnson | 2020-03-04 | 1 | -2/+24 | |
| | | | | ...add TupleDefinitionName to TableDefinition. | |||||
* | Add ARM64 platform. | Bob Arnson | 2020-03-03 | 1 | -1/+4 | |
| | ||||||
* | Hide the ZipArchive details from the public WixOutput API | Rob Mensching | 2020-02-26 | 1 | -3/+14 | |
| | ||||||
* | One shiny NuGet package, please and thank you. | Bob Arnson | 2020-02-24 | 1 | -0/+1 | |
| | ||||||
* | Support reopening WixOutputs, to be able to read immediately after writing. | Bob Arnson | 2020-02-13 | 1 | -7/+16 | |
| | ||||||
* | Support loading WindowsInstallerData and Intermediate from WixOutput. | Bob Arnson | 2020-02-10 | 2 | -5/+43 | |
| | ||||||
* | Fix patch related tuples | Rob Mensching | 2020-02-05 | 5 | -17/+64 | |
| | ||||||
* | Ensure path tuples fields with BaseUri are saved | Rob Mensching | 2020-02-05 | 1 | -1/+1 | |
| | ||||||
* | Code cleanup | Rob Mensching | 2020-02-05 | 5 | -606/+117 | |
| | ||||||
* | Improve handling of standard actions | Rob Mensching | 2020-02-05 | 1 | -247/+179 | |
| | ||||||
* | Add support for unreal columns | Rob Mensching | 2020-02-05 | 2 | -2/+24 | |
| | ||||||
* | Fix CustomTable/@Unreal="yes" binding. | Bob Arnson | 2020-01-23 | 1 | -1/+1 | |
| | ||||||
* | Let listeners adjust message levels; general messaging cleanup. | Bob Arnson | 2020-01-17 | 1 | -13/+0 | |
| |