| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use CompareStringOrdinal() instead of CompareString() case-sensitive | Rob Mensching | 2025-11-03 | 1 | -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 Hall | 2022-06-27 | 1 | -5/+6 |
| | | | | | Fixes 3455 | ||||
| * | Resolve paths while parsing them from the command line. | Sean Hall | 2022-06-07 | 1 | -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/dutil | Rob Mensching | 2021-04-29 | 1 | -0/+2489 |
