aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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.
| * Standardize on appveyor.cmd for buildsRob Mensching2017-09-172-1/+8
| |
| * 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
| |
| * Search WiX NuGet respositories firstRob Mensching2017-08-201-1/+1
| |
| * No longer use pre-releasesRob Mensching2017-08-201-1/+1
| |
| * Standardize Directory.Build.propsRob Mensching2017-08-201-0/+6
| |
| * Add licenseRob Mensching2017-08-201-0/+28
| |
| * Move to stable appveyor imageRob Mensching2017-08-201-1/+1
| |
| * Move configuration files to the rootRob Mensching2017-08-202-3/+0
| |
| * Move to .NET Core 2.0Rob Mensching2017-08-15134-0/+31223
| |
| * Initialize repoRob Mensching2017-08-102-0/+297
| |
| * Initial commitRob Mensching2017-08-101-0/+2
|
* Merge wcautilRob Mensching2021-05-1127-0/+5134
|\
| * Move wcautil into libs/wcautilRob Mensching2021-04-2929-0/+0
| |
| * Clean up more 32-bit assumptions.Sean Hall2021-04-296-65/+72
| |
| * Update DUtil dependency.Bob Arnson2021-02-095-15/+9
| |
| * Remove 32-bit ARM support.Bob Arnson2020-09-193-12/+0
| |
| * Update to latest dutil.Sean Hall2020-06-245-10/+68
| |
| * Pack v141 ARM and ARM64.Sean Hall2020-06-182-4/+1
| |
| * Fail build on each command.Sean Hall2020-06-183-16/+16
| |
| * Merge pull request #2 from wixtoolset/bob/ARM2017Bob Arnson2020-05-301-2/+2
| |\ | | | | | | Enable VS2017 ARM/ARM64.
| | * Enable VS2017 ARM/ARM64.Bob Arnson2020-05-301-2/+2
| |/
| * Merge branch 'master' of https://github.com/wixtoolset/wcautilBob Arnson2020-05-106-24/+34
| |\
| | * Merge pull request #1 from wixtoolset/bob/arm64Bob Arnson2020-05-106-24/+34
| | |\ | | | | | | | | Drop XP support and enable ARM64.
| | | * Drop XP support and enable ARM64.Bob Arnson2020-05-106-24/+34
| | |/
| * / Add v142 toolset support.Bob Arnson2020-05-101-0/+5
| |/
| * Add ARM and ARM64 for v141.Sean Hall2019-01-135-10/+47
| |
| * Remove "lib" from path in NuGet package to match dutil.Sean Hall2018-12-302-6/+6
| |
| * Update to latest .gitignore and prep for new NuGet license formatRob Mensching2018-12-223-14/+62
| |
| * Update to latest Home\repo-templateRob Mensching2018-12-224-6/+93
| |
| * Update to standard appveyor.ymlRob Mensching2018-10-031-3/+5
| |
| * Standardize on props with NCrunch supportRob Mensching2018-10-035-8/+25
| |
| * Add WixToolset.DUtil dependency to wcautil.nuspec.Sean Hall2017-09-101-0/+3
| |
| * Initialize repoSean Hall2017-09-0329-0/+5298
| |
| * Initial commitRob Mensching2017-09-031-0/+2
|
* Merge dutilRob Mensching2021-05-11162-0/+57752
|\
| * Move dutil into libs/dutilRob Mensching2021-04-29164-0/+0
| |
| * Update to latest build infrastructureRob Mensching2021-04-2910-70/+154
| |
| * Clean up more 32-bit assumptions.Sean Hall2021-04-2926-207/+446
| |
| * Unport LocProbeForFileEx() as WiX v4 had better solutionRob Mensching2021-04-202-32/+9
| |
| * Make FileCopyUsingHandlesWithProgress more like MoveFileWithProgressRob Mensching2021-04-142-19/+2
| |
| * Use verutil for handling versions in WiuEnumRelatedProductCodes.Sean Hall2021-04-121-12/+24
| |
| * Make FileCopyUsingHandlesWithProgress more like MoveFileWithProgressRob Mensching2021-04-121-11/+6
| | | | | | | | | | FileCopyUsingHandlesWithProgress now returns ERROR_REQUEST_ABORTED as an HRESULT when canceled or stopping rather than return success.
| * Port missing WiX v3 changesRob Mensching2021-04-127-35/+254
| |
| * Integrate fixes that make dutil a little more robust to failureRob Mensching2021-04-126-14/+265
| |
| * Add test for apuputil and fix descending sorting.Sean Hall2021-03-308-19/+155
| |
| * Update rest of dutil to use their own source with the Exit* macros.Sean Hall2021-03-0273-1953/+2779
| | | | | | | | Fix some CA warnings.
| * Add SHA512 support to apuputil.Sean Hall2021-03-023-10/+29
| | | | | | | | #3992