Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Correctly set the underlying data types when intermediate value loaded | Rob Mensching | 2019-05-12 | 1 | -10/+42 |
| | |||||
* | Support any type as input to identifier | Rob Mensching | 2019-05-08 | 1 | -0/+6 |
| | |||||
* | Support long as a number | Rob Mensching | 2019-05-08 | 1 | -1/+13 |
| | |||||
* | Add additional strongly typed tuples | Rob Mensching | 2019-05-08 | 42 | -13909/+1369 |
| | |||||
* | Fix loading custom table definitions and support tupledef revisions | Rob Mensching | 2018-12-31 | 4 | -19/+253 |
| | | | | | | | 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. | ||||
* | Reduce extra appveyor builds by targeting only master and develop branches | Rob Mensching | 2018-12-30 | 1 | -0/+5 |
| | |||||
* | Update to latest .gitignore and prep for new NuGet license format | Rob Mensching | 2018-12-22 | 2 | -13/+60 |
| | |||||
* | Update to latest Home\repo-template | Rob Mensching | 2018-12-22 | 4 | -1/+49 |
| | |||||
* | Integrate SmartPackageReference | Rob Mensching | 2018-12-22 | 2 | -5/+44 |
| | |||||
* | Class/@Icon is supported. (#4) | Sean Hall | 2018-12-12 | 1 | -3/+2 |
| | | | Fixes wixtoolset/issues#2461. | ||||
* | ole.dll should be ole2.dll. | Sean Hall | 2018-12-12 | 1 | -2/+2 |
| | | | | Fixes wixtoolset/issues#2459. | ||||
* | Enable NCrunch support | Rob Mensching | 2018-10-03 | 2 | -4/+17 |
| | |||||
* | Add code page error message with source-line numbers. | Bob Arnson | 2018-09-06 | 1 | -0/+5 |
| | |||||
* | Add error messages for source file command line processing | Rob Mensching | 2018-07-31 | 2 | -1/+13 |
| | |||||
* | Remove unused code | Rob Mensching | 2018-07-27 | 1 | -2/+0 |
| | |||||
* | Support displaying paths checked when file not found | Rob Mensching | 2018-07-27 | 1 | -0/+8 |
| | |||||
* | Remove unnecessary code from Data | Rob Mensching | 2018-07-26 | 2 | -83/+0 |
| | | | | Less code in the "rootest" repo is a good thing. | ||||
* | Move data only used by extension to Extensiblity repo | Rob Mensching | 2018-07-23 | 5 | -211/+4 |
| | |||||
* | Support creation of redundant file transfers | Rob Mensching | 2018-07-21 | 1 | -9/+10 |
| | |||||
* | Update development dependencies | Rob Mensching | 2018-07-12 | 2 | -4/+4 |
| | |||||
* | Improve debuggability | Rob Mensching | 2018-07-12 | 1 | -0/+3 |
| | |||||
* | Improve error message when argument is missing for a switch | Rob Mensching | 2018-07-12 | 2 | -4/+1 |
| | |||||
* | Update to netcoreapp2.1 and xunit 2.3.1. | Bob Arnson | 2018-06-21 | 2 | -2/+2 |
| | |||||
* | Write out useful `keyColumn` value to fix .wixpdb output. | Bob Arnson | 2018-05-06 | 2 | -1/+2 |
| | |||||
* | Move WixFileNotFoundException from Core back to Data | Rob Mensching | 2018-01-02 | 1 | -0/+43 |
| | |||||
* | Fix WixBundlePackage.Cache tuple type | Rob Mensching | 2018-01-01 | 1 | -1/+1 |
| | |||||
* | Make IntermediateField Set() method type-safe | Rob Mensching | 2018-01-01 | 4 | -123/+383 |
| | |||||
* | Reduce code footprint in WixToolset.Data | Rob Mensching | 2017-12-30 | 2 | -338/+2 |
| | |||||
* | Support serializing localization information in Intermediates | Rob Mensching | 2017-12-30 | 6 | -20/+253 |
| | |||||
* | Update to latest GitVersioning | Rob Mensching | 2017-12-29 | 1 | -14/+1 |
| | |||||
* | Improve Identifier constructor | Rob Mensching | 2017-12-29 | 1 | -2/+22 |
| | |||||
* | Build before packing to ensure tests are created | Rob Mensching | 2017-12-27 | 1 | -0/+1 |
| | |||||
* | Send build notifications to Slack | Rob Mensching | 2017-12-27 | 1 | -0/+5 |
| | |||||
* | Make TableDefinitions ColumnDefinitions an array and other minor cleanup | Rob Mensching | 2017-12-27 | 6 | -37/+23 |
| | |||||
* | Rename "Wixout" to "IntermediatePostLink" | Rob Mensching | 2017-12-26 | 1 | -3/+3 |
| | |||||
* | Add "wixout" as build output | Rob Mensching | 2017-12-21 | 3 | -15/+7 |
| | |||||
* | Simplify message handling | Rob Mensching | 2017-12-19 | 40 | -1358/+7807 |
| | |||||
* | Store WixMediaTemplate/@CompressionLevel as string | Rob Mensching | 2017-12-07 | 2 | -5/+10 |
| | |||||
* | Reintegrate MSI constructs into WxToolset.Data.WindowsInstaller namespace | Rob Mensching | 2017-12-07 | 62 | -0/+8105 |
| | |||||
* | Fix handling of long values and baseUri in path fields | Rob Mensching | 2017-12-06 | 9 | -57/+132 |
| |