aboutsummaryrefslogtreecommitdiff
path: root/src/wix/wixnative/smartcab.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for UTF-8 console and use it for passing smartcab pathsRob Mensching2022-11-211-2/+12
| | | | Fixes 7024
* Implement cabinet spanningRob Mensching2022-08-051-8/+22
| | | | Completes 6368
* Resolve paths while parsing them from the command line.Sean Hall2022-06-071-11/+14
| | | | | The current directory is a process wide setting that can potentially be changed by any thread. Remove fileutil methods that had equivalent pathutil methods.
* Remove left over header ref used to debug CI issuesRob Mensching2021-12-281-1/+0
|
* Handle unexpected BOM when reading from stdin in wixnative.exeRob Mensching2021-12-031-6/+10
| | | | | | | | | | | In certain cases, the encoding of stdin/stdout can be changed in Windows to cause a BOM to be added on the first read of stdin. To handle the unexpected BOM, the first line read from stdin is now a "preamble" where the last character is expected to be a ":". We use the last character because a multibyte BOM value may appear before it. Also updated SAL annotations to resolve IDE warnings.
* Move Core.Native into wixRob Mensching2021-04-291-0/+160