Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix unit tests to account for Actions runners:bob/PayloadsHarvesting | Bob Arnson | 2025-06-11 | 1 | -40/+36 |
| | | | | | | | | | | | | | | - Handle extra-long paths being normalized to either \\?\\ and "normal." - Rewrite PathGetTempPathTest test because it's not a good test: - By overwriting `TMP` with an extra-long path, it causes `::GetTempPath[2]W` to fall back to the value of `TEMP` instead. - But that's testing `::GetTempPath[2]W`, not `PathGetTempPath`. - It also assumes `TMP` and `TEMP` are set typically. - It also assumes it's not running as LocalSystem. - Instead, just compare the values you get from `::GetTempPathW` and `PathGetTempPath`. Fixes https://github.com/wixtoolset/issues/issues/9087 | ||||
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 1 | -1/+1 |
| | |||||
* | Add longPathAware to Burn manifest to support long paths. | Sean Hall | 2022-06-27 | 1 | -2/+180 |
| | | | | Fixes 3455 | ||||
* | Make PathGetSystemPath return an array of paths ordered by preference. | Sean Hall | 2022-06-07 | 1 | -0/+28 |
| | |||||
* | Add PathSkipPastRoot. | Sean Hall | 2022-06-07 | 1 | -135/+153 |
| | |||||
* | Replace PathCompare with PathCompareCanonicalized. | Sean Hall | 2022-06-07 | 1 | -0/+69 |
| | |||||
* | Resolve paths while parsing them from the command line. | Sean Hall | 2022-06-07 | 1 | -0/+129 |
| | | | | | The current directory is a process wide setting that can potentially be changed by any thread. Remove fileutil methods that had equivalent pathutil methods. | ||||
* | Add PathConcatRelativeToBase and use it in Burn. | Sean Hall | 2022-05-31 | 1 | -0/+107 |
| | | | | Fixes 6707 | ||||
* | Add PathCanonicalizeForComparison. | Sean Hall | 2022-05-31 | 1 | -43/+511 |
| | |||||
* | Replace PathIsAbsolute with PathIsRooted and add PathIsFullyQualified. | Sean Hall | 2022-05-31 | 1 | -0/+199 |
| | |||||
* | PathGetDirectory can't be responsible for stripping quotes. | Sean Hall | 2022-05-31 | 1 | -0/+33 |
| | |||||
* | Move dutil into libs/dutil | Rob Mensching | 2021-04-29 | 1 | -0/+80 |