Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | | ||||||
| * | Binary Data should be path value | Rob Mensching | 2020-01-12 | 1 | -2/+2 | |
| | | ||||||
| * | Remove ErrorTuple id as field. | Bob Arnson | 2020-01-06 | 1 | -8/+0 | |
| | | ||||||
| * | Update AdvtExecuteSequence standard actions to AdvertiseExecuteSequence. | Sean Hall | 2019-11-25 | 1 | -14/+14 | |
| | | ||||||
| * | Fix EnvironmentTuple nullable fields. | Bob Arnson | 2019-11-14 | 1 | -2/+2 | |
| | | ||||||
| * | Rename Output to WindowsInstallerData | Rob Mensching | 2019-10-26 | 8 | -60/+30 | |
| | | ||||||
| * | Implement WixOutput with support for multiple streams of data | Rob Mensching | 2019-10-25 | 21 | -846/+399 | |
| | | ||||||
| * | Remove id field from WixSearchTuple. | Bob Arnson | 2019-10-23 | 1 | -8/+0 | |
| | | ||||||
| * | Remove BootstrapperApplicationData generally in favor of Unreal | Rob Mensching | 2019-10-23 | 3 | -31/+19 | |
| | | ||||||
| * | Better support all .NETs | Rob Mensching | 2019-10-18 | 1 | -1/+1 | |
| | | ||||||
| * | Small fixes to tuples | Rob Mensching | 2019-10-18 | 3 | -40/+33 | |
| | | ||||||
| * | Minor tuple fixes | Rob Mensching | 2019-10-18 | 2 | -12/+2 | |
| | | ||||||
| * | MSI standard actions should be overridable | Rob Mensching | 2019-10-18 | 1 | -109/+109 | |
| | | ||||||
| * | Fix lock permissions | Rob Mensching | 2019-10-14 | 1 | -2/+2 | |
| | | ||||||
| * | Fix ServiceType enum values | Rob Mensching | 2019-10-07 | 1 | -3/+3 | |
| | | ||||||
| * | Remove unused field from WixFeatureGroup | Rob Mensching | 2019-10-07 | 1 | -12/+2 | |
| | | ||||||
| * | Fix AppSearch related tuples | Rob Mensching | 2019-10-07 | 4 | -17/+17 | |
| | | ||||||
| * | Include test in build | Rob Mensching | 2019-10-07 | 1 | -1/+1 | |
| | | ||||||
| * | Support tagging tuples and definitions | Rob Mensching | 2019-10-07 | 4 | -4/+519 | |
| | | ||||||
| * | Add support for long fields and fix up Bundle and many other tuples | Rob Mensching | 2019-10-07 | 39 | -976/+761 | |
| | | ||||||
| * | Add tuple.IsNull(), remove fields when set to default and other small fixes | Rob Mensching | 2019-05-24 | 7 | -81/+78 | |
| | | ||||||
| * | Improve debuggability of tuples | Rob Mensching | 2019-05-24 | 1 | -1/+5 | |
| | | ||||||
| * | Rename MsiAssemblyTuple to AssemblyTuple | Rob Mensching | 2019-05-23 | 3 | -102/+99 | |
| | | ||||||
| * | Merge WixFileTuple in to FileTuple and remove File from FileAssemblyType | Rob Mensching | 2019-05-23 | 9 | -456/+168 | |
| | | ||||||
| * | Minor fixes | Rob Mensching | 2019-05-23 | 4 | -13/+13 | |
| | | ||||||
| * | Breakout short and source names in Directory and Shortcut tuples | Rob Mensching | 2019-05-23 | 3 | -8/+40 | |
| | | ||||||
| * | Use "Ref" instead of "_" as the reference convention | Rob Mensching | 2019-05-23 | 88 | -849/+849 | |
| | | ||||||
| * | Obsolete obsolete constructor | Rob Mensching | 2019-05-23 | 3 | -119/+112 | |
| | | ||||||
| * | Implement many more strong tuples | Rob Mensching | 2019-05-23 | 66 | -1047/+391 | |
| | | | | | | | | Also fixes several warnings. | |||||
| * | Remove redundant `?.Value` from strongly typed accesses | Rob Mensching | 2019-05-23 | 188 | -873/+873 | |
| | | ||||||
| * | Merge pull request #10 from wixtoolset/bob/Component.Shared | Bob Arnson | 2019-05-14 | 1 | -0/+8 | |
| |\ | | | | | | | Support Component/@Shared. | |||||
| | * | Support Component/@Shared. | Bob Arnson | 2019-05-14 | 1 | -0/+8 | |
| |/ | ||||||
| * | Merge pull request #9 from wixtoolset/bob/RemoveRegistryTupleRootFieldBrokedness | Bob Arnson | 2019-05-13 | 1 | -1/+1 | |
| |\ | | | | | | | Correct field value for RemoveRegistryTuple.Root. | |||||
| | * | Correct field value for RemoveRegistryTuple.Root. | Bob Arnson | 2019-05-13 | 1 | -1/+1 | |
| |/ | ||||||
| * | Section ids are optional | Rob Mensching | 2019-05-12 | 1 | -7/+2 | |
| | |