aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix loading custom table definitions and support tupledef revisionsRob Mensching2018-12-314-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.
| * Update to latest .gitignore and prep for new NuGet license formatRob Mensching2018-12-221-0/+1
| |
| * Update to latest Home\repo-templateRob Mensching2018-12-222-1/+6
| |
| * Integrate SmartPackageReferenceRob Mensching2018-12-222-5/+44
| |
| * Class/@Icon is supported. (#4)Sean Hall2018-12-121-3/+2
| | | | | | Fixes wixtoolset/issues#2461.
| * ole.dll should be ole2.dll.Sean Hall2018-12-121-2/+2
| | | | | | | | Fixes wixtoolset/issues#2459.
| * Enable NCrunch supportRob Mensching2018-10-031-4/+11
| |
| * Add code page error message with source-line numbers.Bob Arnson2018-09-061-0/+5
| |
| * Add error messages for source file command line processingRob Mensching2018-07-312-1/+13
| |
| * Remove unused codeRob Mensching2018-07-271-2/+0
| |
| * Support displaying paths checked when file not foundRob Mensching2018-07-271-0/+8
| |
| * Remove unnecessary code from DataRob Mensching2018-07-262-83/+0
| | | | | | | | Less code in the "rootest" repo is a good thing.
| * Move data only used by extension to Extensiblity repoRob Mensching2018-07-235-211/+4
| |
| * Support creation of redundant file transfersRob Mensching2018-07-211-9/+10
| |
| * Update development dependenciesRob Mensching2018-07-122-4/+4
| |
| * Improve debuggabilityRob Mensching2018-07-121-0/+3
| |
| * Improve error message when argument is missing for a switchRob Mensching2018-07-122-4/+1
| |
| * Update to netcoreapp2.1 and xunit 2.3.1.Bob Arnson2018-06-212-2/+2
| |
| * Write out useful `keyColumn` value to fix .wixpdb output.Bob Arnson2018-05-062-1/+2
| |
| * Move WixFileNotFoundException from Core back to DataRob Mensching2018-01-021-0/+43
| |
| * Fix WixBundlePackage.Cache tuple typeRob Mensching2018-01-011-1/+1
| |
| * Make IntermediateField Set() method type-safeRob Mensching2018-01-014-123/+383
| |
| * Reduce code footprint in WixToolset.DataRob Mensching2017-12-302-338/+2
| |
| * Support serializing localization information in IntermediatesRob Mensching2017-12-306-20/+253
| |
| * Update to latest GitVersioningRob Mensching2017-12-291-14/+1
| |
| * Improve Identifier constructorRob Mensching2017-12-291-2/+22
| |
| * Make TableDefinitions ColumnDefinitions an array and other minor cleanupRob Mensching2017-12-276-37/+23
| |
| * Rename "Wixout" to "IntermediatePostLink"Rob Mensching2017-12-261-3/+3
| |
| * Add "wixout" as build outputRob Mensching2017-12-213-15/+7
| |
| * Simplify message handlingRob Mensching2017-12-1940-1358/+7807
| |
| * Store WixMediaTemplate/@CompressionLevel as stringRob Mensching2017-12-072-5/+10
| |
| * Reintegrate MSI constructs into WxToolset.Data.WindowsInstaller namespaceRob Mensching2017-12-0762-0/+8105
| |
| * Fix handling of long values and baseUri in path fieldsRob Mensching2017-12-069-57/+132
| |
| * Support tuples from extensions and make SourcePath a path instead of stringRob Mensching2017-12-0212-76/+352
| |
| * Additional IR updatesRob Mensching2017-11-1110-16/+600
| |
| * Introduce WiX Intermediate RepresentationRob Mensching2017-11-01313-12677/+22797
| |
| * Commit generated message and schema classes one way to better systemRob Mensching2017-10-186-166/+57991
| | | | | | | | | | | | Generating messages and schema classes from XML is a bit cool but is fraught with issues when there is a build failure anywhere. This commits those generated files until a better process is in place.
| * Incorporate refactoring of WixToolset.Core assembliesRob Mensching2017-10-188-25/+257
| |
| * Simplify Library to only be a data container and add as output typeRob Mensching2017-10-012-66/+13
| | | | | | | | | | The actual of the creation functionality for Libraries will move to the Librarian.
| * Update to latest GitVersioning and Directory.Build.props standardsRob Mensching2017-09-173-4/+4
| |
| * Add missing data XML files as resource streamsRob Mensching2017-09-171-0/+5
| |
| * Standardize Directory.Build.propsRob Mensching2017-08-201-0/+6
| |
| * Move configuration files to the rootRob Mensching2017-08-202-22/+0
| |
| * Move to .NET Core 2.0Rob Mensching2017-08-15132-0/+31156
|
* Merge wcautilRob Mensching2021-05-1127-0/+5134
|\
| * Move wcautil into libs/wcautilRob Mensching2021-04-2929-0/+150
| |
| * Clean up more 32-bit assumptions.Sean Hall2021-04-296-65/+72
| |
| * Update DUtil dependency.Bob Arnson2021-02-094-7/+7
| |
| * Remove 32-bit ARM support.Bob Arnson2020-09-192-10/+0
| |
| * Update to latest dutil.Sean Hall2020-06-245-10/+68
| |