aboutsummaryrefslogtreecommitdiff
path: root/src/libs/dutil/WixToolset.DUtil/sceutil.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use CompareStringOrdinal() instead of CompareString() case-sensitiveRob Mensching2025-11-031-8/+8
| | | | | | | This commit moves to the modern CompareStringOrdinal() for all case-sensitve uses of CompareString() with the invariant locale. Resolves 6947
* Add longPathAware to Burn manifest to support long paths.Sean Hall2022-06-271-5/+6
| | | | Fixes 3455
* Resolve paths while parsing them from the command line.Sean Hall2022-06-071-5/+2
| | | | | The current directory is a process wide setting that can potentially be changed by any thread. Remove fileutil methods that had equivalent pathutil methods.
* Move dutil into libs/dutilRob Mensching2021-04-291-0/+2489